r4438 - trunk/varnish-tools/munin

knan at projects.linpro.no knan at projects.linpro.no
Fri Jan 8 13:27:50 CET 2010


Author: knan
Date: 2010-01-08 13:27:50 +0100 (Fri, 08 Jan 2010)
New Revision: 4438

Modified:
   trunk/varnish-tools/munin/varnish_
Log:
munin/varnish_: backend_unhealthy is a DERIVE value

Modified: trunk/varnish-tools/munin/varnish_
===================================================================
--- trunk/varnish-tools/munin/varnish_	2010-01-08 10:17:32 UTC (rev 4437)
+++ trunk/varnish-tools/munin/varnish_	2010-01-08 12:27:50 UTC (rev 4438)
@@ -181,8 +181,9 @@
 				'min' => '0'
 			},
 			'backend_unhealthy' => {
-				'colour' => 'FF55FF',
-				'type' => 'GAUGE'
+				'type' => 'DERIVE',
+				'min' => '0',
+				'colour' => 'FF55FF'
 			},
 			's_pipe' => {
 				'type' => 'DERIVE',
@@ -237,7 +238,7 @@
 				'min' => '0'
 			},
 			'backend_unhealthy' => {
-				'type' => 'GAUGE',
+				'type' => 'DERIVE',
 				'min' => '0',
 				'warning' => ':1'
 			},
@@ -692,7 +693,7 @@
 # Returns false if non-existant.
 #
 # Output is formatted for plugins if arg4 is blank, otherwise arg4 is used
-# as the title/name of the field (ie: arg4=graph_titel).
+# as the title/name of the field (ie: arg4=graph_title).
 sub print_if_exist
 {
 	my %values = %{$_[0]};



More information about the varnish-commit mailing list