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