| UPSSCHED.CONF(5) | NUT Manual | UPSSCHED.CONF(5) |
NAME
upssched.conf - Configuration for upssched timer program
DESCRIPTION
This file controls the operations of upssched(8), the timer-based helper program for upsmon(8).
IMPORTANT NOTES
CONFIGURATION DIRECTIVES
DEBUG_MIN number
Note that command-line option -D can only increase this verbosity level.
Also note that the configuration file is processed line by line, so you may want to set this option early on.
Example:
DEBUG_MIN 6
CMDSCRIPT scriptname
PIPEFN filename
Caution
If you are running Solaris or similar, the permissions that upssched sets on this file are not enough to keep you safe. If your OS ignores the permissions on a FIFO, then you MUST put this in a protected directory!
Note
By default, upsmon(8) will run upssched as whatever user you have defined with RUN_AS_USER; in upsmon.conf(5). Make sure that user can create files and write to files in the path you use for PIPEFN and LOCKFN.
The stock version of the upssched.conf ships with PIPEFN disabled to make you visit this portion of the documentation and think about how your system works before potentially opening a security hole.
LOCKFN filename
You should put this in the same directory as PIPEFN.
AT notifytype upsname command
This will perform the command command when the notifytype and upsname match the current activity. Possible values for command are:
START-TIMER timername interval
Example:
Start a timer that will execute when any UPS (*) has been gone for 10 seconds
AT COMMBAD * START-TIMER upsgone 10
START-TIMER-SHARED timername interval
Note
Currently this updates the first seen instance with the timername (in case you managed to start many).
Start a timer that will execute when any UPS (*) has been gone for 10 seconds
AT COMMBAD * START-TIMER upsgone 10
CANCEL-TIMER timername [cmd]
Note
This removes the all seen instances with the timername (in case you managed to start many).
If a specific UPS (myups@localhost) comes back online, then stop the timer before it triggers
AT COMMOK myups@localhost CANCEL-TIMER upsgone
CANCEL-TIMER-MATCHED timername [cmd]
Example:
If any UPS (*) reverts to utility power, then stop the timer before it triggers ONLY if that UPS is associated with the already scheduled timer:
AT ONLINE * CANCEL-TIMER-MATCHED onbattwarn
EXECUTE command
Example:
If any UPS (*) reverts to utility power, then execute ups-back-on-line via CMDSCRIPT.
AT ONLINE * EXECUTE ups-back-on-line
Note that any AT that matches both the notifytype and the upsname for the current event will be used.
For a complete list of notifytype possible values, refer to the section NOTIFY EVENTS in upsmon(8).
SEE ALSO
Internet resources:
The NUT (Network UPS Tools) home page: https://www.networkupstools.org/historic/v2.8.5/
| 04/07/2026 | Network UPS Tools 2.8.5 |