aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2012-01-17 17:57:57 +0000
committerPetter Reinholdtsen <pere@hungry.com>2012-01-17 17:57:57 +0000
commitbf1a220bf17fae91ee1c49b2aab958d9fcd8389c (patch)
tree987032808a464a84e38b6934966e9589edc2a196
parentc6627944ec1872a2e8653e580b42cb3b63b10151 (diff)
downloadsitesummary-bf1a220bf17fae91ee1c49b2aab958d9fcd8389c.tar.gz
sitesummary-bf1a220bf17fae91ee1c49b2aab958d9fcd8389c.tar.bz2
sitesummary-bf1a220bf17fae91ee1c49b2aab958d9fcd8389c.tar.xz
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.
-rw-r--r--debian/changelog8
-rw-r--r--nagios-templates.cfg2
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{