(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;
|
||||
|
||||
my %map_psu_status = (
|
||||
0 => 'normal',
|
||||
0 => 'not supported',
|
||||
1 => 'not present',
|
||||
2 => 'failed',
|
||||
3 => 'not supported',
|
||||
3 => 'normal',
|
||||
);
|
||||
|
||||
my $mapping = {
|
||||
|
@ -68,4 +68,4 @@ sub check {
|
|||
}
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
|
Loading…
Reference in New Issue