mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-19 00:53:19 +00:00
Fix process labels.
This commit is contained in:
parent
ddbc1c4b4a
commit
c00710c083
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ END
|
||||||
sub draw() { return $stack++ ? "STACK" : "AREA" }
|
sub draw() { return $stack++ ? "STACK" : "AREA" }
|
||||||
print map
|
print map
|
||||||
{
|
{
|
||||||
"$_.label $total_cpu_by_process{$_}\n" .
|
"$_.label $_\n" .
|
||||||
"$_.min 0\n" .
|
"$_.min 0\n" .
|
||||||
"$_.type DERIVE\n" .
|
"$_.type DERIVE\n" .
|
||||||
"$_.draw " . draw() . "\n"
|
"$_.draw " . draw() . "\n"
|
||||||
|
|
|
@ -88,7 +88,7 @@ END
|
||||||
sub draw() { return $stack++ ? "STACK" : "AREA" }
|
sub draw() { return $stack++ ? "STACK" : "AREA" }
|
||||||
print map
|
print map
|
||||||
{
|
{
|
||||||
"$_.label $total_by_process{$_}\n" .
|
"$_.label $_\n" .
|
||||||
"$_.min 0\n" .
|
"$_.min 0\n" .
|
||||||
"$_.type DERIVE\n" .
|
"$_.type DERIVE\n" .
|
||||||
"$_.draw " . draw() . "\n"
|
"$_.draw " . draw() . "\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue