From 4869ff09c326c3b8624e79017cd0e34eaf533859 Mon Sep 17 00:00:00 2001 From: qgarnier Date: Thu, 31 Aug 2017 12:10:34 +0200 Subject: [PATCH] #749 --- network/juniper/ssg/{ => snmp}/plugin.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename network/juniper/ssg/{ => snmp}/plugin.pm (88%) diff --git a/network/juniper/ssg/plugin.pm b/network/juniper/ssg/snmp/plugin.pm similarity index 88% rename from network/juniper/ssg/plugin.pm rename to network/juniper/ssg/snmp/plugin.pm index 169270806..3dad3f014 100644 --- a/network/juniper/ssg/plugin.pm +++ b/network/juniper/ssg/snmp/plugin.pm @@ -18,7 +18,7 @@ # limitations under the License. # -package network::juniper::ssg::plugin; +package network::juniper::ssg::snmp::plugin; use strict; use warnings; @@ -31,10 +31,10 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'cpu' => 'network::juniper::common::screenos::mode::cpu', - 'memory' => 'network::juniper::common::screenos::mode::memory', - 'sessions' => 'network::juniper::common::screenos::mode::sessions', - 'hardware' => 'network::juniper::common::screenos::mode::hardware', + 'cpu' => 'network::juniper::common::screenos::snmp::mode::cpu', + 'memory' => 'network::juniper::common::screenos::snmp::mode::memory', + 'sessions' => 'network::juniper::common::screenos::snmp::mode::sessions', + 'hardware' => 'network::juniper::common::screenos::snmp::mode::hardware', 'interfaces' => 'snmp_standard::mode::interfaces', 'list-interfaces' => 'snmp_standard::mode::listinterfaces', );