summaryrefslogtreecommitdiff
path: root/nagios/objects/commands.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r--nagios/objects/commands.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg
index 4bf4f67..5e13407 100644
--- a/nagios/objects/commands.cfg
+++ b/nagios/objects/commands.cfg
@@ -19,6 +19,16 @@ define command {
}
define command {
+ command_name check_file_exists
+ command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_file_exists -a $ARG1$
+}
+
+define command {
+ command_name check_file_no_linger
+ command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_file_no_linger -a $ARG1$
+}
+
+define command {
command_name check_disk
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_disk -a $ARG1$ $ARG2$ $ARG3$
}