Use sp-mkws for SP authentication and access.
authorMike Taylor <mike@indexdata.com>
Mon, 22 Sep 2014 14:10:18 +0000 (16:10 +0200)
committerMike Taylor <mike@indexdata.com>
Mon, 22 Sep 2014 14:10:18 +0000 (16:10 +0200)
tools/bin/nagios-service-proxy.sh

index 2904e85..0de766d 100755 (executable)
@@ -4,7 +4,7 @@
 # nagios test if the the service proxy is up and running
 
 set -e
-: ${mkws_host="http://mkws.indexdata.com/service-proxy/"}
+: ${mkws_host="http://sp-mkws.indexdata.com/service-proxy/"}
 : ${mkws_username="mkws"}
 : ${mkws_password="mkws"}
 : ${user_agent="nagios service-proxy v0.9"}