aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-07 20:32:42 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-07 20:32:42 +0000
commit988c95d4391332888fce635a192216178608a669 (patch)
treed77b74503a24856dff37a37e8adfcb78e6301550 /nagios-templates.cfg
parent20eaec8a5f1e44b765106b3151579da64b1720f0 (diff)
downloadsitesummary-988c95d4391332888fce635a192216178608a669.tar.gz
sitesummary-988c95d4391332888fce635a192216178608a669.tar.bz2
sitesummary-988c95d4391332888fce635a192216178608a669.tar.xz
First draft at using nrpe for remote checking.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg5
1 files changed, 5 insertions, 0 deletions
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$
+}