Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

netxml-ups(8) [debian man page]

NETXML-UPS(8)							    NUT Manual							     NETXML-UPS(8)

NAME
netxml-ups - Driver for Eaton / MGE Network Management Card / Proxy (XML/HTTP Protocol) equipment NOTE
This man page only documents the hardware-specific features of the netxml-ups driver. For information about the core driver, see nutupsdrv(8). SUPPORTED HARDWARE
netxml-ups support all recent Eaton / MGE models which use a Network Management Card or Proxy (MGE XML/HTTP protocol based). This applies to both Eaton (previously MGE Office Protection Systems) and to MGE UPS SYSTEMS. Supported card and proxy models are: o NMC Minislot (Ref 66102, firmware EA or newer), o SNMP/Web Minislot card (Ref 66244) o NMC Transverse (Ref 66074), o NMC & Modbus/JBus (Ref 66103), o Network Management Proxy, o ePDU Monitored (newer version). Older models, such as SNMP card (Ref 66062 and Ref 66045), use the SNMP protocol and should use the snmp-ups(8) driver with the "mibs=mge" parameter. EXTRA ARGUMENTS
This driver supports the following optional settings in the ups.conf(5): timeout=value The timeout for connecting to and reading from the UPS. Defaults to 5 seconds. Don't change this value unless you know exactly what you're doing. This value must never be higher than half the MAXAGE value specified in upsd.conf(5), otherwise you run the risk that upsd(8) declares the driver stale while it is waiting for a connection to timeout. login=value Set the login value for authenticated mode. This feature also needs the password argument, and allows value settings in the card. This feature is not used yet. password=value Set the password value, needed with the login for authenticated mode. This feature is not used yet. IMPLEMENTATION
The hostname of the UPS is specified with the "port" value in ups.conf, i.e.: [mgexml] driver = netxml-ups port = http://netxml-ups.example.com:80 Specifying the method to connect to the UPS (http, https) is mandatory. If the port is equal to the default for the method specified (80 for http, 443 for https) it may be omitted. In order not to overload older NMCs by polling them too frequently, it is recommended to increase the "pollinterval" (see nutupsdrv(8)) and ups.conf(5)) to at least 5 seconds. KNOWN ISSUES
Don't connect to the UPS through a proxy. Although it would be trivial to add support for proxies, this is not recommended and don't ask for it. Not only because it will prevent the driver to make a persistent connection to the UPS, but also it adds an additional failure mode. If the proxy goes down (for whatever reason), the driver will no longer be able to reach the UPS. AUTHORS
Arjen de Korte <adkorte-guest@alioth.debian.org> SEE ALSO
The core driver: nutupsdrv(8) Internet resources: The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 NETXML-UPS(8)

Check Out this Related Man Page

MGE-UTALK(8)							    NUT Manual							      MGE-UTALK(8)

NAME
mge-utalk - Driver for MGE UPS SYSTEMS UTalk protocol equipment SYNOPSIS
mge-utalk -h mge-utalk -a UPS_NAME [OPTIONS] Note This man page only documents the hardware-specific features of the mge-utalk driver. For information about the core driver, see nutupsdrv(8). SUPPORTED HARDWARE
mge-utalk supports the following legacy units, using the MGE UTalk protocol: Pulsar ESV+, Pulsar ES+, Pulsar EL, Pulsar EX, Pulsar EXtreme, Comet EXtreme, Comet (Utalk Serial Card, ref 66060), Galaxy (Utalk Serial Card, ref 66060). This driver also support some newer models with backward UTalk compatibility, such as Pulsar Evolution and Pulsar EXtreme C. As these models also support the SHUT protocol, prefer mge-shut for serial communication, or use the USB port, if available, with the usbhid-ups driver. EXTRA ARGUMENTS
This driver supports the following optional settings in the ups.conf(5): lowbatt=num Set the low battery warning threshold at which shutdown is initiated by upsmon(8). The factory default value is 30 (in percent), and can be settable depending on the exact model. offdelay=num Set the timer before the UPS is turned off after the kill power command is sent (via the -k switch). The default value is 20 (in seconds). ondelay=num Set the delay before the UPS is turned on, after the power returns. The default value is 1 (in minutes). oldmac Set this flag if you are running Linux on an Oldworld Macintosh box (all beige Apple Macintosh). This might also be needed for other OSs (like *BSD) running on PowerMac. KNOWN ISSUES
Repetitive timeout and staleness Older models, such as ES/ESV ones, might report repetitive "data stale" errors. This is due to the fact that these models don't support too much polling. To solve this problem, add "pollinterval=20" in ups.conf, and change the value of MAXAGE to 25 in upsd.conf, and DEADTIME to 25 in upsmon.conf. AUTHOR
Hans Ekkehard Plesser, Arnaud Quette, Martin Loyer, Patrick Agrain, Nicholas Reilly, Dave Abbott, Marek Kralewski SEE ALSO
The core driver nutupsdrv(8) Internet resources The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ Network UPS Tools 05/21/2012 MGE-UTALK(8)
Man Page