mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
(plugin) network::citrix::netscaler::snmp - change mapping values for PSU (#4597)
This commit is contained in:
parent
8ce1ccf507
commit
d61f49607a
@ -24,10 +24,10 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
my %map_psu_status = (
|
my %map_psu_status = (
|
||||||
0 => 'normal',
|
0 => 'not supported',
|
||||||
1 => 'not present',
|
1 => 'not present',
|
||||||
2 => 'failed',
|
2 => 'failed',
|
||||||
3 => 'not supported',
|
3 => 'normal',
|
||||||
);
|
);
|
||||||
|
|
||||||
my $mapping = {
|
my $mapping = {
|
||||||
@ -68,4 +68,4 @@ sub check {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user