1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

apache_status: change the vlabel to use the same unit as input.

This way it's possible to avoid the cdef altogether.
This commit is contained in:
Diego Elio Pettenò 2012-11-20 22:01:48 -08:00
parent e09d236f5f
commit ecd21d50c5

View file

@ -223,13 +223,12 @@ END
multigraph apache_volume
graph_title Apache volume
graph_args --base 1024 -l 0
graph_vlabel bytes per \${graph_period}
graph_vlabel KiB per \${graph_period}
graph_category apache
END
foreach my $port (@PORTS) {
print <<END;
volume$port.cdef volume$port,1024,*
volume$port.label port $port
volume$port.type DERIVE
volume$port.min 0