check_json

Nagios plugin to check JSON attributes via http(s)

Log in or register to post comments

  • matrt

    Hi, # ./check_json.pl -u http://myserver:9200/_cluster/health --attribute '{status}' --expect 'green' Result: Use of uninitialized value in split at ./check_json.pl line 161. Use of uninitialized value in split at ./check_json.pl line 162. Check JSON status API OK What am I doing wrong? Regards, Robert