mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix cisco standard stack mode typos
This commit is contained in:
parent
874d0ae95f
commit
7e671f2c52
@ -256,13 +256,13 @@ my %map_state = (
|
|||||||
|
|
||||||
my $mapping = {
|
my $mapping = {
|
||||||
cswSwitchRole => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.3', map => \%map_role },
|
cswSwitchRole => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.3', map => \%map_role },
|
||||||
cswSwitchState => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.5', map => \%map_state },
|
cswSwitchState => { oid => '.1.3.6.1.4.1.9.9.500.1.2.1.1.6', map => \%map_state },
|
||||||
};
|
};
|
||||||
my $oid_cswSwitchInfoEntry = '.1.3.6.1.4.1.9.9.500.1.2.1.1';
|
my $oid_cswSwitchInfoEntry = '.1.3.6.1.4.1.9.9.500.1.2.1.1';
|
||||||
|
|
||||||
my $oid_cswRingRedundant = '.1.3.6.1.4.1.9.9.500.1.1.3.0';
|
my $oid_cswRingRedundant = '.1.3.6.1.4.1.9.9.500.1.1.3.0';
|
||||||
|
|
||||||
sub run {
|
sub manage_selection {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
$self->{snmp} = $options{snmp};
|
$self->{snmp} = $options{snmp};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user