From 1e707a4b6ad4d7a651f4a2e836f1e03878a756b4 Mon Sep 17 00:00:00 2001 From: Robert Nemeti Date: Thu, 10 Aug 2017 15:05:53 +0200 Subject: [PATCH] add repo and upstream info --- check_http_json.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check_http_json.py b/check_http_json.py index 8717a31..81dde37 100755 --- a/check_http_json.py +++ b/check_http_json.py @@ -5,6 +5,9 @@ Check HTTP JSON Nagios Plugin Generic Nagios plugin which checks json values from a given endpoint against argument specified rules and determines the status and performance data for that service. +Git repo found at: ssh://git@app01.stash.office.infra.cgn.travian.info:7999/sys/icinga_check_http_json.git +Branch: tg +Upstream: https://github.com/drewkerrigan/nagios-http-json """ import httplib, urllib, urllib2, base64