My server that runs apcupsd is the largest load on my UPS, and whenever the power goes out I want to have the server shutdown and leave the UPS to run until the UPS shuts itself down on low battery voltage. (Note that this will not harm any of the affected devices powered by the UPS.)
However, I'm not sure which directive is best to set this with.
The closest I can figure is that setting SLEEP to some really huge number would leave the UPS running until it is forced to shut down, but I'm unclear if this will achieve the desired results of simply running the UPS until it shuts down because of the low battery, or will the UPS attempt to run in an unsafe condition (e.g. output voltage too low)?
The apcupsd version is 3.14.10 (from the Ubuntu 12.04 main repository).