Displaying 3 results from an estimated 3 matches for "onbatterydelay".
2019 Feb 09
1
Delay for ONBATT event
...ilure is logged, even if this is not a real power
outage. I would like to prevent that.
Now I was wondering if there is a way to delay the ONBATT event for a
few seconds, so it would only get emitted if the UPS is at ONBATT for
at least ~6 seconds? I am coming from apcupsd, where there was a
"ONBATTERYDELAY" option for this exact purpose, but I have not found
an equivalent for upsmon/NUT yet. Any ideas?
I am using NUT 2.7.4 right now.
Thanks,
Frederik
2008 Jun 08
4
OT: really dumb question about APC UPS
We have about 4 servers connected to an APC UPS. The UPS only has one
UPS connection. So my question is, in a power outage how do i get all
my servers to safely shutdown? Do i run a USB hub? Do i write a script
on the one machine connected to turn off all the other machines? I'm
confused.
Jamie
2009 Mar 28
1
APCUPSD port 3551 permission problem
....
PWRFAILDIR /etc/apcupsd
# NOLOGINDIR <path to nologin directory>
# Directory in which to write the nologin file. The existence
# of this flag file tells the OS to disallow new logins.
NOLOGINDIR /etc
#
# ======== Configuration parameters used during power failures ==========
#
# The ONBATTERYDELAY is the time in seconds from when a power failure
# is detected until we react to it with an onbattery event.
#
# This means that, apccontrol will be called with the powerout argument
# immediately when a power failure is detected. However, the
# onbattery argument is passed to apccontrol o...