mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-22 17:28:37 +02:00
fix(Plugin(video::axis): wrong psu status oid CTOR-1252 (#5366)
CTOR-1252
This commit is contained in:
parent
dedecee5a7
commit
947c1ed11f
@ -25,7 +25,7 @@ use warnings;
|
||||
|
||||
my %map_fan_status = (
|
||||
1 => 'ok',
|
||||
2 => 'failed',
|
||||
2 => 'failure',
|
||||
);
|
||||
|
||||
my $mapping = {
|
||||
|
@ -29,7 +29,7 @@ my %map_psu_status = (
|
||||
);
|
||||
|
||||
my $mapping = {
|
||||
axisPsState => { oid => '.1.3.6.1.4.1.368.4.1.2.1.3', map => \%map_psu_status },
|
||||
axisPsState => { oid => '.1.3.6.1.4.1.368.4.1.1.1.3', map => \%map_psu_status },
|
||||
};
|
||||
|
||||
sub load {
|
||||
|
Loading…
x
Reference in New Issue
Block a user