mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
cpu_linux_multi: fix a typo preventing it to run
This commit is contained in:
parent
5a92255cf2
commit
5d4c3e8ec1
@ -89,7 +89,7 @@ $plugin =~ s/.*\///;
|
||||
|
||||
# quick failsafe
|
||||
if (!defined $ENV{MUNIN_PLUGSTATE}) {
|
||||
die "This plugin should be run via munin. Try munin-run $plugin\n");
|
||||
die "This plugin should be run via munin. Try munin-run $plugin\n";
|
||||
}
|
||||
|
||||
########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user