summaryrefslogtreecommitdiffstats
path: root/charts.d/tomcat.chart.sh
diff options
context:
space:
mode:
authorJorge Romero <Jorge.Romero@openbondx.com>2016-05-06 11:37:19 -0400
committerJorge Romero <Jorge.Romero@openbondx.com>2016-05-06 11:37:19 -0400
commitf6ae8f332eb5a57c880a7af4cab5479c3106ac6a (patch)
tree9c034a44d0205a4b7b5439cce81587a1de4640db /charts.d/tomcat.chart.sh
parente116f7a46d7d868c18c6db0f0c99f1316fd930ef (diff)
removing username/password from url in error message as these are variables now.
Diffstat (limited to 'charts.d/tomcat.chart.sh')
-rwxr-xr-xcharts.d/tomcat.chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh
index 2458b984c4..fd8d33920a 100755
--- a/charts.d/tomcat.chart.sh
+++ b/charts.d/tomcat.chart.sh
@@ -32,7 +32,7 @@ tomcat_check() {
tomcat_get
if [ $? -ne 0 ]
then
- echo >&2 "tomcat: cannot find stub_status on URL '${tomcat_url}'. Please set tomcat_url='http://<user>:<password>@localhost:8080/manager/status?XML=true'"
+ echo >&2 "tomcat: cannot find status page on URL '${tomcat_url}'. Please set tomcat_url='http://localhost:8080/manager/status?XML=true'"
return 1
fi