2021-02-03 12:40:43 +01:00
|
|
|
# Battery configuration
|
|
|
|
battery_max_voltage = 12600
|
|
|
|
battery_min_voltage = 10000
|
|
|
|
battery_cutoff_votalge = 9000
|
|
|
|
battery_divide_ratio = 3.36
|
|
|
|
battery_input = /sys/class/hwmon/hwmon2/device/in3_input
|
|
|
|
|
|
|
|
# daemon configuration
|
|
|
|
# time period between loop step in ms
|
|
|
|
sample_period = 500
|
|
|
|
|
|
|
|
#number of cpus to monitor
|
|
|
|
cpu_core_number = 4
|
|
|
|
|
|
|
|
# network interfaces to monitor
|
|
|
|
network_interfaces = wlan0
|
|
|
|
# e.g. wlan0,eth0
|
|
|
|
|
|
|
|
# disk mount point to monitor
|
|
|
|
disk_mount_point = /
|
|
|
|
|
|
|
|
# when battery is low
|
|
|
|
# the system will be shutdown after n count down
|
|
|
|
power_off_count_down = 10
|
|
|
|
# the system will bet shutdown if the battery voltage percent is below this value
|
2021-02-03 13:24:48 +01:00
|
|
|
# after `power_off_count_down` time
|
2021-02-03 12:40:43 +01:00
|
|
|
power_off_percent = 3
|
|
|
|
|
|
|
|
cpu_temperature_input=/sys/devices/virtual/thermal/thermal_zone1/temp
|
|
|
|
|
|
|
|
gpu_temperature_input=/sys/devices/virtual/thermal/thermal_zone2/temp
|
|
|
|
|
2021-02-03 13:24:48 +01:00
|
|
|
# output system info to file
|
|
|
|
# The output file may be: stdout, a regular file or name pipe, or a unix domain socket
|
|
|
|
# To print JSON data records to stdout use
|
|
|
|
# data_file_out = stdout
|
|
|
|
# To send data via unix domain socket use
|
|
|
|
# data_file_out = sock:/path/to/socket/file
|
|
|
|
data_file_out = sock:/var/sysmond.log
|