Skip to content

Commit

Permalink
fix(Plugin(video::axis): wrong psu status oid CTOR-1252 (#5366)
Browse files Browse the repository at this point in the history
CTOR-1252
  • Loading branch information
lucie-dubrunfaut authored Dec 20, 2024
1 parent dedecee commit 947c1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use warnings;

my %map_fan_status = (
1 => 'ok',
2 => 'failed',
2 => 'failure',
);

my $mapping = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 947c1ed

Please sign in to comment.