mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2026-02-06 07:05:15 +01:00
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:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python2.7
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Check HTTP JSON Nagios Plugin
|
Check HTTP JSON Nagios Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user