mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +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;
|
||||
|
||||
my %map_fan_status = (
|
||||
0 => 'ok',
|
||||
1 => 'failed',
|
||||
1 => 'ok',
|
||||
2 => 'failed',
|
||||
);
|
||||
|
||||
my $mapping = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user