mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 15:14:16 +02:00
fix(axis-snmp): fix false positive on fan status (#5356)
Refs: CTOR-1252
This commit is contained in:
parent
37b8c1ce6f
commit
dedecee5a7
@ -24,8 +24,8 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
my %map_fan_status = (
|
my %map_fan_status = (
|
||||||
0 => 'ok',
|
1 => 'ok',
|
||||||
1 => 'failed',
|
2 => 'failed',
|
||||||
);
|
);
|
||||||
|
|
||||||
my $mapping = {
|
my $mapping = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user