From 0a05f319fc6fb9b08d8c9f8c57924872b71f1077 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Oct 2020 18:50:15 +0000 Subject: Add many service checks --- nagios/objects/commands.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nagios/objects/commands.cfg') 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 -- cgit v1.2.3