2
0
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:
Steve Schnepp 2014-02-19 17:25:50 +01:00
parent 5e2aaa3a67
commit d38eda2838

View File

@ -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" }
########################################################################