A generic plugin for Nagios which checks json values from a given HTTP endpoint against argument specified rules and determines the status and performance data for that service.
./check_http_json.py:186: SyntaxWarning: "is" with a literal. Did you mean "=="?
if elemData is (None, 'not_found'):
./check_http_json.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if subElemKey is not '':