mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
This commit is contained in:
parent
b00b06f431
commit
4869ff09c3
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package network::juniper::ssg::plugin;
|
package network::juniper::ssg::snmp::plugin;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
@ -31,10 +31,10 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'cpu' => 'network::juniper::common::screenos::mode::cpu',
|
'cpu' => 'network::juniper::common::screenos::snmp::mode::cpu',
|
||||||
'memory' => 'network::juniper::common::screenos::mode::memory',
|
'memory' => 'network::juniper::common::screenos::snmp::mode::memory',
|
||||||
'sessions' => 'network::juniper::common::screenos::mode::sessions',
|
'sessions' => 'network::juniper::common::screenos::snmp::mode::sessions',
|
||||||
'hardware' => 'network::juniper::common::screenos::mode::hardware',
|
'hardware' => 'network::juniper::common::screenos::snmp::mode::hardware',
|
||||||
'interfaces' => 'snmp_standard::mode::interfaces',
|
'interfaces' => 'snmp_standard::mode::interfaces',
|
||||||
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
|
||||||
);
|
);
|
Loading…
x
Reference in New Issue
Block a user