From 1cfbc40412d0398a8420b8425ae5c329364601d2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Oct 2020 18:42:42 +0000 Subject: Add CRM check --- 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 5e13407..19f62ac 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -73,6 +73,11 @@ define command { command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_haproxy } +define command { + command_name check_crm + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_crm +} + ################################################################################ # NOTE: The following 'check_...' commands are used to monitor services on -- cgit v1.2.3