fix(Plugin(video::axis): wrong psu status oid CTOR-1252 (#5366)

CTOR-1252
This commit is contained in:
Lucie Dubrunfaut 2024-12-20 15:45:51 +01:00 committed by GitHub
parent dedecee5a7
commit 947c1ed11f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ use warnings;
my %map_fan_status = (
1 => 'ok',
2 => 'failed',
2 => 'failure',
);
my $mapping = {

View File

@ -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 {