Fixing pathes in 20_check_snmp_load_multiple_cpus

This commit is contained in:
Jan Wagner 2015-04-26 00:07:29 +02:00
parent e4c5a528cf
commit 434d3d0a40

View file

@ -13,13 +13,13 @@
fixes #6 fixes #6
--- ---
plugins/check_snmp_load.pl | 19 ++++++++++++++++++- check_snmp_load.pl | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-) 1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/plugins/check_snmp_load.pl b/plugins/check_snmp_load.pl diff --git a/check_snmp_load.pl b/check_snmp_load.pl
index fd13f71..1f29ac5 100755 index fd13f71..1f29ac5 100755
--- a/plugins/check_snmp_load.pl --- a/check_snmp_load.pl
+++ b/plugins/check_snmp_load.pl +++ b/check_snmp_load.pl
@@ -363,6 +363,20 @@ sub check_options { @@ -363,6 +363,20 @@ sub check_options {
if ($o_check_type eq "netsl") { if ($o_check_type eq "netsl") {