diff options
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r-- | nagios/objects/commands.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 19f62ac..77943b8 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -78,6 +78,11 @@ define command { command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_crm } +define command { + command_name check_service + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_service -a $ARG1$ +} + ################################################################################ # NOTE: The following 'check_...' commands are used to monitor services on |