diff --git a/check_json.pl b/check_json.pl index fb253c9..21d041b 100755 --- a/check_json.pl +++ b/check_json.pl @@ -218,7 +218,7 @@ if ($np->opts->perfvars) { # make label ascii compatible $label =~ s/[^a-zA-Z0-9_-]//g ; my $perf_value; - $perf_value = $json_response->{$key}; + $perf_value = $json_response->{$label}; if ($np->opts->verbose) { print Dumper ("JSON key: ".$label.", JSON val: " . $perf_value) }; if ( defined($perf_value) ) { # add threshold if attribute option matches key