From 89f42c15a01adab28cc0651dec7c0b15da36ab47 Mon Sep 17 00:00:00 2001 From: Robert Nemeti Date: Thu, 10 Aug 2017 15:41:35 +0200 Subject: [PATCH] use python2.7 because on centos 6 (icinga) the default python is 2.6 and doesn;t have the required ssl libraries --- check_http_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_http_json.py b/check_http_json.py index 81dde37..1f5c0ba 100755 --- a/check_http_json.py +++ b/check_http_json.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2.7 """ Check HTTP JSON Nagios Plugin