| 1 | # This is the configuration for charts.d.plugin |
| 2 | |
| 3 | # Each of its collectors can read configuration either from this file |
| 4 | # or a NAME.conf file (where NAME is the collector name). |
| 5 | # The collector specific file has higher precedence. |
| 6 | |
| 7 | # This file is a shell script too. |
| 8 | |
| 9 | # ----------------------------------------------------------------------------- |
| 10 | |
| 11 | # number of seconds to run without restart |
| 12 | # after this time, charts.d.plugin will exit |
| 13 | # netdata will restart it, but a small gap |
| 14 | # will appear in the charts.d.plugin charts. |
| 15 | #restart_timeout=$[3600 * 4] |
| 16 | |
| 17 | # when making iterations, charts.d can loop more frequently |
| 18 | # to prevent plugins missing iterations. |
| 19 | # this is a percentage relative to update_every to align its |
| 20 | # iterations. |
| 21 | # The minimum is 10%, the maximum 100%. |
| 22 | # So, if update_every is 1 second and time_divisor is 50, |
| 23 | # charts.d will iterate every 500ms. |
| 24 | # Charts will be called to collect data only if the time |
| 25 | # passed since the last time the collected data is equal or |
| 26 | # above their update_every. |
| 27 | #time_divisor=50 |
| 28 | |
| 29 | # ----------------------------------------------------------------------------- |
| 30 | |
| 31 | # the default enable/disable for all charts.d collectors |
| 32 | # the default is "yes" |
| 33 | # enable_all_charts="yes" |
| 34 | |
| 35 | # BY DEFAULT ENABLED MODULES |
| 36 | # apcupsd=yes |
| 37 | # libreswan=yes |
| 38 | # opensips=yes |
| 39 | |
| 40 | # ----------------------------------------------------------------------------- |
| 41 | # THESE NEED TO BE SET TO "force" TO BE ENABLED |
| 42 | |
| 43 | # Nothing useful. |
| 44 | # Just an example charts.d plugin you can use as a template. |
| 45 | # example=force |
| 46 | # sensors=force |