]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d/apache.conf
provided default configuration files for charts.d modules
[netdata.git] / conf.d / charts.d / apache.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 apache status info
12 #apache_url="http://127.0.0.1:80/server-status?auto"
13 #apache_curl_opts=
14
15 # convert apache floating point values
16 # to integer using this multiplier
17 # this only affects precision - the values
18 # will be in the proper units
19 #apache_decimal_detail=1000000
20
21 # the data collection frequency
22 # if unset, will inherit the netdata update frequency
23 #apache_update_every=
24
25 # the charts priority on the dashboard
26 #apache_priority=60000