]> arthur.barton.de Git - netdata.git/commitdiff
removing username/password from url in error message as these are variables now.
authorJorge Romero <Jorge.Romero@openbondx.com>
Fri, 6 May 2016 15:37:19 +0000 (11:37 -0400)
committerJorge Romero <Jorge.Romero@openbondx.com>
Fri, 6 May 2016 15:37:19 +0000 (11:37 -0400)
charts.d/tomcat.chart.sh

index 2458b984c41909a8872bc46d1d1e72c1c41cbe8e..fd8d33920a0646faa56c55ca11bd86f2d9e016f7 100755 (executable)
@@ -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