]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d/tomcat.conf
provided default configuration files for charts.d modules
[netdata.git] / conf.d / charts.d / tomcat.conf
1 # no need for shebang - this file is loaded from charts.d.plugin
2
3 # netdata
4 # real-time performance and health monitoring, done right!
5 # (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
6 # GPL v3+
7
8 # THIS PLUGIN IS DEPRECATED
9 # USE THE PYTHON.D ONE
10
11 # the URL to download tomcat status info
12 # usually http://localhost:8080/manager/status?XML=true
13 #tomcat_url=""
14 #tomcat_curl_opts=""
15
16 # set tomcat username/password here
17 #tomcat_user=""
18 #tomcat_password=""
19
20 # the data collection frequency
21 # if unset, will inherit the netdata update frequency
22 #tomcat_update_every=1
23
24 # the charts priority on the dashboard
25 #tomcat_priority=60000
26
27 # convert tomcat floating point values
28 # to integer using this multiplier
29 # this only affects precision - the values
30 # will be in the proper units
31 #tomcat_decimal_detail=1000000
32
33 # used by volume chart to convert bytes to KB
34 #tomcat_decimal_KB_detail=1000