diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | nagios-templates.cfg | 2 |
2 files changed, 9 insertions, 1 deletions
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 <pere@debian.org> 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{ |