From dbb14174e146f3ef89f004b3068ef37d5af435ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 7 Nov 2012 11:48:57 -0800 Subject: [PATCH] apache_status: set all minimals to 0 to discard negative values. --- plugins/apache/apache_status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/apache/apache_status b/plugins/apache/apache_status index a03cc340..628a7f00 100755 --- a/plugins/apache/apache_status +++ b/plugins/apache/apache_status @@ -179,6 +179,7 @@ END accesses$port.label port $port accesses$port.type DERIVE accesses$port.info The number of accesses (pages and other items served) globally on the Apache server +accesses$port.min 0 END print_thresholds("accesses$port"); } @@ -203,10 +204,13 @@ END print <