diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-12-19 23:39:27 +0000 |
commit | 6abdfdead1326ccca98dc4cf415c216f1bf25400 (patch) | |
tree | 70b803bd499fd45e89627c1b45b90ddf20e8e959 /charts.d/tomcat.chart.sh | |
parent | Release v. 1.8.0+dfsg-1 to Unstable (diff) | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.tar.xz netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.zip |
Update upstream source from tag 'upstream/1.9.0+dfsg'
Update to upstream version '1.9.0+dfsg'
with Debian dir 28b8242a05f9ad26cd1cdbcf078be754fc7d6251
Diffstat (limited to 'charts.d/tomcat.chart.sh')
-rw-r--r-- | charts.d/tomcat.chart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh index 44a92c86e..4ea6ae683 100644 --- a/charts.d/tomcat.chart.sh +++ b/charts.d/tomcat.chart.sh @@ -46,7 +46,7 @@ tomcat_check() { fi if [ -z "${tomcat_user}" ]; then # check backwards compatibility - if [ -z "${tomcatUser}" ]; then + if [ -z "${tomcatUser}" ]; then error "tomcat user is unset or set to the empty string" return 1 else @@ -114,7 +114,7 @@ EOF return 0 } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values tomcat_update() { local reqs net # the first argument to this function is the microseconds since last update |