diff options
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r-- | nagios/objects/commands.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index c680637..65f9723 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -179,6 +179,15 @@ define command { command_line $USER1$/check_dns -H $HOSTADDRESS$ -s $HOSTADDRESS$ } +define command { + command_name check_glusterfs + command_line sudo $USER1$/check_glusterfs -p -f -l $ARG1$ +} +define command { + command_name check_glusterfs_nospace + command_line sudo $USER1$/check_glusterfs -p -f -l $ARG1$ -w 98 -c 99 +} + # # These are sample performance data commands that can be used to send performance # data output to two text files (one for hosts, another for services). If you |