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.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg
index 7c9f215..7d2d9d3 100644
--- a/nagios/objects/commands.cfg
+++ b/nagios/objects/commands.cfg
@@ -34,6 +34,11 @@ define command {
}
define command {
+ command_name check_mount
+ command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_mount -a $ARG1$
+}
+
+define command {
command_name check_drbd
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_drbd
}