mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
p/cpu_linux_multi: suppress perl warning
This commit is contained in:
parent
5e2aaa3a67
commit
d38eda2838
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ sub graph_section() { "system:cpu" };
|
|||
sub graph_name() { "cpu_extended_multi_1s" };
|
||||
sub graph_title() { "CPU usage" };
|
||||
sub graph_title_all() { "Overall CPU usage" };
|
||||
sub graph_title_n($) { "CPU#" . shift . " usage" };
|
||||
sub graph_title_n($) { "CPU#" . (shift) . " usage" };
|
||||
sub acquire_name() { "<$plugin> collecting information" }
|
||||
|
||||
########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue