check_health/configs/etc/check_hpux_fs_mounts_options.conf.dist
2017-09-02 23:27:01 +02:00

22 lines
978 B
Plaintext

#******************************************************************************
# @(#) check_hpux_fs_mounts_options.conf
#******************************************************************************
# This is a configuration file for the check_hpux_fs_mounts_options HC plugin.
# All lines starting with a '#' are comment lines.
# [default: indicates hardcoded script values if no value is defined here]
#******************************************************************************
# specify whether non-mounted FS should be alerted on (yes|no)
# [default: yes]
ignore_missing_fs=yes
# specify mount points and their options (use the mount options as displayed
# by the 'mount' command; order of the options is not important)
# [fs:<mount point>:<mount options>]
fs:myfs1:myopts1
fs:myfs2:myopts2
#******************************************************************************
# End of FILE
#******************************************************************************