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:
parent
e09d236f5f
commit
ecd21d50c5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue