nut.conf 882 B

123456789101112131415161718192021222324252627282930313233
  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. # a space separated list of UPS names
  7. # if empty, the list returned by 'upsc -l' will be used
  8. #nut_ups=
  9. # each line represents an alias for one UPS
  10. # if empty, the FQDN will be used
  11. #nut_names["FQDN1"]="alias"
  12. #nut_names["FQDN2"]="alias"
  13. # how much time in seconds, to wait for nut to respond
  14. #nut_timeout=2
  15. # set this to 1, to enable another chart showing the number
  16. # of UPS clients connected to upsd
  17. #nut_clients_chart=1
  18. # the data collection frequency
  19. # if unset, will inherit the netdata update frequency
  20. #nut_update_every=2
  21. # the charts priority on the dashboard
  22. #nut_priority=90000
  23. # the number of retries to do in case of failure
  24. # before disabling the module
  25. #nut_retries=10