From a101bc4cdf403beaf46661f5708f8489e38d8bef Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Apr 2019 17:11:49 +0100 Subject: Add haproxy monitoring to nagios --- 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 0b22568..b11cc68 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -48,6 +48,11 @@ define command { command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_swap -a $ARG1$ } +define command { + command_name check_haproxy + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_haproxy +} + ################################################################################ # NOTE: The following 'check_...' commands are used to monitor services on -- cgit v1.2.3