]> arthur.barton.de Git - netdata.git/blob - conf.d/charts.d/sensors.conf
provided default configuration files for charts.d modules
[netdata.git] / conf.d / charts.d / sensors.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 directory the kernel keeps sensor data
12 #sensors_sys_dir="/sys/devices"
13
14 # how deep in the tree to check for sensor data
15 #sensors_sys_depth=10
16
17 # if set to 1, the script will overwrite internal
18 # script functions with code generated ones
19 # leave to 1, is faster
20 #sensors_source_update=1
21
22 # the data collection frequency
23 # if unset, will inherit the netdata update frequency
24 #sensors_update_every=
25
26 # the charts priority on the dashboard
27 #sensors_priority=90000