aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-02-20 09:00:26 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-02-20 09:00:26 +0000
commit259e7b3969d9df9855663adc46ce6199e739bcdf (patch)
treefa02d8fe8d6c84a19ee18ea1e5d901cbf978aa19 /nagios-templates.cfg
parentf47a9428dbb4ce52d7ef5320ed6cea292d952d4f (diff)
downloadsitesummary-259e7b3969d9df9855663adc46ce6199e739bcdf.tar.gz
sitesummary-259e7b3969d9df9855663adc46ce6199e739bcdf.tar.bz2
sitesummary-259e7b3969d9df9855663adc46ce6199e739bcdf.tar.xz
Check cups using the check_cups_queue Nagios module from
http://exchange.nagios.org/directory/Plugins/Printing/check_cups_queue/details
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 077adae..36f59d6 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -229,6 +229,11 @@ define command{
}
define command{
+ command_name check_cups_queue
+ command_line /usr/lib/sitesummary/nagios-plugins/check_cups_queue -H $HOSTADDRESS$ -T b -w 10 -c 50 -a 1
+}
+
+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
}