From 988c95d4391332888fce635a192216178608a669 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 7 Jan 2010 20:32:42 +0000 Subject: First draft at using nrpe for remote checking. --- nagios-templates.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nagios-templates.cfg') diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 9732e8e..766cee6 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -156,3 +156,8 @@ define command{ command_name check-host-alive command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 } + +define command{ + command_name check_nrpe + command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ +} -- cgit v1.2.3