diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-01-17 17:57:57 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2012-01-17 17:57:57 +0000 |
commit | bf1a220bf17fae91ee1c49b2aab958d9fcd8389c (patch) | |
tree | 987032808a464a84e38b6934966e9589edc2a196 /nagios-templates.cfg | |
parent | c6627944ec1872a2e8653e580b42cb3b63b10151 (diff) | |
download | sitesummary-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.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |