apcupsd.conf 653 B

12345678910111213141516171819202122232425
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # add all your APC UPSes in this array - uncomment it too
  7. #declare -A apcupsd_sources=(
  8. # ["local"]="127.0.0.1:3551"
  9. #)
  10. # how long to wait for apcupsd to respond
  11. #apcupsd_timeout=3
  12. # the data collection frequency
  13. # if unset, will inherit the netdata update frequency
  14. #apcupsd_update_every=10
  15. # the charts priority on the dashboard
  16. #apcupsd_priority=90000
  17. # the number of retries to do in case of failure
  18. # before disabling the module
  19. #apcupsd_retries=10