mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
cpu_linux_multi: fix a typo preventing it to run
This commit is contained in:
parent
5a92255cf2
commit
5d4c3e8ec1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ $plugin =~ s/.*\///;
|
||||||
|
|
||||||
# quick failsafe
|
# quick failsafe
|
||||||
if (!defined $ENV{MUNIN_PLUGSTATE}) {
|
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…
Add table
Add a link
Reference in a new issue