mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
p/cpu_linux_multi: suppress perl warning
This commit is contained in:
parent
5e2aaa3a67
commit
d38eda2838
@ -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…
Reference in New Issue
Block a user