From 466846cae642fee1057bea9e0edbf1c8a465b75a Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 9 Jul 2018 16:34:20 +0200 Subject: [PATCH] Fixed pandora_plugins/SNMP/snmp_bandwidth.pl path --- extras/pandora_update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/pandora_update_version.sh b/extras/pandora_update_version.sh index 6716f06701..0b22878285 100755 --- a/extras/pandora_update_version.sh +++ b/extras/pandora_update_version.sh @@ -58,7 +58,7 @@ PERL_PLUGIN_FILES="$PANDHOME_ENT/pandora_server/util/plugin/vmware-plugin.pl \ $PANDHOME_ENT/pandora_plugins/NGINX/nginx_requests_queued.pl \ $PANDHOME_ENT/pandora_plugins/Sybase/sybase_plugin.pl \ $PANDHOME_ENT/pandora_plugins/SNMP/dynamic_snmp.pl \ -$PANDHOME_ENT/pandora_plugins/SNMP/snmp_bandwith.pl \ +$PANDHOME_ENT/pandora_plugins/SNMP/snmp_bandwidth.pl \ $PANDHOME_ENT/pandora_plugins/laboratory/cacti/cacti2pandora.pl \ $PANDHOME_ENT/pandora_plugins/MarkLogic/pandora_marklogic.pl \ $PANDHOME_ENT/pandora_plugins/MySQL/pandora_mysql.pl \