Man page - nut-recorder(8)
Packages contas this manual
- belkin(8)
- nut-driver-enumerator(8)
- optiups(8)
- riello_ser(8)
- bestfcom(8)
- bestuferrups(8)
- solis(8)
- upsdrvsvcctl(8)
- bestups(8)
- apcsmart-old(8)
- bcmxcp_usb(8)
- ups.conf(5)
- upscode2(8)
- belkinunv(8)
- clone(8)
- powercom(8)
- nutupsdrv(8)
- powerpanel(8)
- bestfortress(8)
- nutdrv_qx(8)
- upsdrvctl(8)
- upsd.users(5)
- rhino(8)
- isbmex(8)
- oneac(8)
- bcmxcp(8)
- tripplite_usb(8)
- blazer_usb(8)
- nut-recorder(8)
- al175(8)
- microdowell(8)
- genericups(8)
- apcupsd-ups(8)
- gamatronic(8)
- apcsmart(8)
- microsol-apc(8)
- mge-shut(8)
- ivtscd(8)
- tripplite(8)
- richcomm_usb(8)
- everups(8)
- mge-utalk(8)
- metasys(8)
- tripplitesu(8)
- liebert-esp2(8)
- sms_ser(8)
- safenet(8)
- nutdrv_siemens_sitop(8)
- masterguard(8)
- dummy-ups(8)
- usbhid-ups(8)
- victronups(8)
- riello_usb(8)
- nutdrv_atcl_usb(8)
- upsd.conf(5)
- upsd(8)
- etapro(8)
- blazer_ser(8)
- liebert(8)
- nut-scanner(8)
Package: nut-server
apt-get install nut-server
apt-get install nut-server
Manuals in package:
Documentations in package:
Manual
| NUT-RECORDER(8) | NUT Manual | NUT-RECORDER(8) |
NAME
nut-recorder - utility to record device status and values changes
SYNOPSIS
nut-recorder device-name [output-file] [interval]
DESCRIPTION
nut-recorder is an utility to record sequences from running devices (such as power failures, or any other value changes) from upsd, and dump it in a .seq format.
The .seq file can then be used by the dummy-ups(8) driver to replay the sequence.
OPTIONS
device-name
Record the changes of this device. The format for this
option is devname[@hostname[:port]]. The default hostname is
"localhost".
output-file
Optional. Data will be saved to this file. The default is
dummy-device.seq.
interval
Optional. The status of the device will be checked every
interval. The default is 5 seconds.
EXAMPLES
To record data from ups1@host1 every 10 seconds:
$ nut-recorder ups1@host1' ups1-output.seq 10 . . . battery.charge: 100.0 battery.voltage: 13.9 battery.voltage.nominal: 13.6 ups.status: OL . . . battery.charge: 90.0 ups.status: OB . . .
You can then define a dummy device in ups.conf(5):
[ups-test]
driver = dummy-ups
port = ups1-output.seq
AUTHOR
Arnaud Quette
SEE ALSO
The dummy-ups driver:
dummy-ups(8)
Internet resources:
The NUT (Network UPS Tools) home page: https://www.networkupstools.org/
| 06/27/2025 | Network UPS Tools 2.8.1 |