MohaLaD

Results 2 issues of MohaLaD

Hi with line 340 as : my $encoded = JSON::XS->new->allow_nonref(1)->utf8->pretty->encode($content); it works: { "f5-fan-psu-stats:psu-stats": { "psu-current-in": "0.16", "psu-current-out": "2.8", "psu-voltage-in": "228.8", "psu-voltage-out": "12.0", "psu-temperature-1": "33.0", "psu-temperature-2": "29.0", "psu-temperature-3": "50.0", "psu-fan-1-speed":...

From F5 Rseries API we usually get json data with - or : in keys, like this: { "f5-fan-psu-stats:psu-stats": { "psu-current-in": "0.24", "psu-current-out": "2.8", "psu-voltage-in": "228.8", "psu-voltage-out": "12.0", "psu-temperature-1": "34.0",...