table of contents
NUT.CONF(5) | NUT Manual | NUT.CONF(5) |
NAME¶
nut.conf - UPS definitions for Network UPS Tools
DESCRIPTION¶
This file attempts to standardize the various files being found in different installations, like /etc/default/nut on Debian based systems and /etc/sysconfig/ups on RedHat based systems.
Distribution’s init script should source this file in order to determine which components have to be started.
Blank lines are ignored. Lines with a hash (#) character at the 1st position of the line are ignored, too. They can be used to add comments.
IMPORTANT NOTE¶
This file is intended to be sourced by shell scripts. You MUST NOT use spaces around the equal sign!
Refer to the EXAMPLE section for illustrations.
DIRECTIVES¶
MODE
none
standalone
netserver
netclient
UPSD_OPTIONS
UPSMON_OPTIONS
POWEROFF_WAIT
Warning
this workaround might be dangerous under some circumstances. Please read http://bugs.debian.org/358696 for more details.
EXAMPLE¶
# /etc/nut/nut.conf. See nut.conf(5)
MODE=none
UPSD_OPTIONS=""
UPSMON_OPTIONS=""
# POWEROFF_WAIT=15m
INTEGRATION¶
An init script, such as /etc/init.d/nut, is expected to source this file in order to determine which component(s) has to be started.
SEE ALSO¶
INTERNET RESOURCES¶
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
12/29/2015 | Network UPS Tools 2.7.3. |