use python2.7 because on centos 6 (icinga) the default python is 2.6 and doesn;t have the required ssl libraries

This commit is contained in:
Robert Nemeti 2017-08-10 15:41:35 +02:00
parent 1e707a4b6a
commit 89f42c15a0

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python2.7
""" """
Check HTTP JSON Nagios Plugin Check HTTP JSON Nagios Plugin