From 2f3cbac2ddb231105231becc65494e7513c6dece Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 22 Sep 2014 16:10:18 +0200 Subject: [PATCH] Use sp-mkws for SP authentication and access. --- tools/bin/nagios-service-proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/nagios-service-proxy.sh b/tools/bin/nagios-service-proxy.sh index 2904e85..0de766d 100755 --- a/tools/bin/nagios-service-proxy.sh +++ b/tools/bin/nagios-service-proxy.sh @@ -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"} -- 1.7.10.4