From bf1a220bf17fae91ee1c49b2aab958d9fcd8389c Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 17 Jan 2012 17:57:57 +0000 Subject: Raise Nagios cups queue length limit (w10,c50 to w30,c70) as 10 print jobs in a queue seem to be a regular event on the test environment I see. --- debian/changelog | 8 ++++++++ nagios-templates.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 93f3237..200225f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sitesummary (0.1.1~svn74458) UNRELEASED; urgency=low + + * Raise Nagios cups queue length limit (w10,c50 to w30,c70) as 10 + print jobs in a queue seem to be a regular event on the test + environment I see. + + -- Petter Reinholdtsen Tue, 17 Jan 2012 09:53:13 +0100 + sitesummary (0.1.0) unstable; urgency=low * Bump version number, as the package is getting closer to a diff --git a/nagios-templates.cfg b/nagios-templates.cfg index ac539f7..c5d4ad6 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -236,7 +236,7 @@ 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 + command_line /usr/lib/sitesummary/nagios-plugins/check_cups_queue -H $HOSTADDRESS$ -T b -w 30 -c 70 -a 1 } define command{ -- cgit v1.2.3