mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-22 10:23:50 +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:
parent
1e707a4b6a
commit
89f42c15a0
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python2.7
|
||||
|
||||
"""
|
||||
Check HTTP JSON Nagios Plugin
|
||||
|
Loading…
Reference in New Issue
Block a user