You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.8 KiB

  1. #config upsmon 'upsmon'
  2. # option runas run-as-user
  3. # option minsupplies 1
  4. # option shutdowncmd /sbin/halt
  5. # option notifycmd /path/to/cmd
  6. # list defaultnotify SYSLOG
  7. # option pollfreq 5
  8. # option pollfreqalert 5
  9. # option hostsync 15
  10. # option deadtime 15
  11. # option powerdownflags /var/run/killpower
  12. # option onlinemsg "online message"
  13. # option onbattmsg "on battery message"
  14. # option lowbattmsg "low battery message"
  15. # option fsdmsg "forced shutdown message"
  16. # option comokmsg "communications restored message"
  17. # option combadmsg "communications bad message"
  18. # option shutdowmsg "shutdown message"
  19. # option replbattmsg "replace battery message"
  20. # option nocommmsg "no communications message"
  21. # option noparentmsg "no parent message"
  22. # option onlinenotify "online notify flag 1|0"
  23. # option onbattnotify "on battery notify flag 1|0"
  24. # option lowbattnotify "low battery notify flag 1|0"
  25. # option fsdnotify "forced shutdown notify flag 1|0"
  26. # option comoknotify "communications restored notify flag 1|0"
  27. # option combadnotify "communications bad notify flag 1|0"
  28. # option shutdownotify "shutdown notify flag 1|0"
  29. # option replbattnotify "replace battery notify flag 1|0"
  30. # option nocommnotify "no communications notify flag 1|0"
  31. # option noparentnotify "no parent notify flag 1|0"
  32. # option rbwarntime 4200 # replace battery warn time
  33. # option nocommwarntime 300 # no communications warn time
  34. # option finaldelay 5 # final delay
  35. # option certpath /path/to/ca/dir
  36. # option certverify 0
  37. # option forcessl 0
  38. #config master
  39. # option upsname upsname
  40. # option hostname localhost
  41. # option port # optional port number
  42. # option powervalue 1
  43. # option username upsuser
  44. # option password upspassword
  45. #config slave
  46. # option upsname upsname
  47. # option hostname localhost
  48. # option port # optional port number
  49. # option powervalue 1
  50. # option username upsuser
  51. # option password upspassword