(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

View File

@ -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 = {