(plugin) network::citrix::netscaler::snmp - change mapping values for PSU (#4597)

This commit is contained in:
Stéphane Duret 2023-08-22 10:19:09 +02:00 committed by GitHub
parent 8ce1ccf507
commit d61f49607a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;