main.yml 726 B

123456789101112131415161718192021
  1. ---
  2. # if UPS is not directly connected, which server to poll for UPS status
  3. ups_primary: ''
  4. # interval at which apcupsd will poll the UPS for status
  5. ups_polltime_seconds: 60
  6. # seconds from power failure is detected until we react to it with an onbattery event
  7. ups_on_battery_delay_seconds: 6
  8. # will trigger on first of the following values that is true
  9. ups_shutdown_on_battery_percent: 5
  10. ups_shutdown_on_remaining_minutes: 5
  11. ups_shutdown_timeout_seconds: 0 # disabled by default, best to leave disabled unless testing
  12. # seconds before shutdown to send alert to users logged in
  13. ups_preshutdown_annoy_seconds: 300
  14. # initial delay after power failure before warning users to get off the system
  15. ups_annoy_delay_seconds: 60