Imported Upstream version 2.7.2
This commit is contained in:
		
							parent
							
								
									0121794af9
								
							
						
					
					
						commit
						a356b56d11
					
				
					 263 changed files with 6039 additions and 8151 deletions
				
			
		
							
								
								
									
										34
									
								
								docs/FAQ.txt
									
										
									
									
									
								
							
							
						
						
									
										34
									
								
								docs/FAQ.txt
									
										
									
									
									
								
							|  | @ -185,7 +185,7 @@ UPS. | |||
| This is also a good option to consider if you can't use networked | ||||
| monitoring code for security or safety reasons. | ||||
| 
 | ||||
| See ideas.txt for more on this and other related topics. | ||||
| See the TODO file for more on this and other related topics. | ||||
| 
 | ||||
| == Why isn't upssched part of upsmon? | ||||
| 
 | ||||
|  | @ -219,12 +219,13 @@ a shell script and make upsmon call it.  Everyone wins. | |||
| 
 | ||||
| There are at least two different protocols being used for hardware | ||||
| with very similar names.  The bestups driver tends to support the | ||||
| units built around the newer "PhoenixTec" protocol.   | ||||
| units built around the newer "PhoenixTec" protocol, and the bestfortress | ||||
| driver supports the older Best hardware. | ||||
| 
 | ||||
| Previous releases of this software included a driver called | ||||
| bestfortress which supported the older Best hardware.  See the | ||||
| earlier entries about updating old drivers which have been removed | ||||
| from the tree. | ||||
| There is a similar problem with the tripplite_usb driver: it only supports the | ||||
| older, proprietary protocol. Newer standards-compliant Tripp Lite UPS models | ||||
| are supported by usbhid-ups. We name drivers based on the information | ||||
| available at that time, which often is incomplete. | ||||
| 
 | ||||
| == What's this about 'data stale'? | ||||
| 
 | ||||
|  | @ -262,7 +263,7 @@ running.  Maybe your state path is not configured properly. | |||
| Check your syslog.  upsd will complain regularly if it can't | ||||
| connect to a driver, and it should say why it can't connect. | ||||
| 
 | ||||
| Note: if you jumped in with both feet and didn't follow the INSTALL | ||||
| Note: if you jumped in with both feet and didn't follow the INSTALL.nut | ||||
| document, you probably started upsd by itself.  You have to run | ||||
| 'upsdrvctl start' to start the drivers after configuring ups.conf. | ||||
| 
 | ||||
|  | @ -285,7 +286,7 @@ might look like this: | |||
| 
 | ||||
| 	if (test -f /etc/killpower) | ||||
| 	then | ||||
| 		/usr/local/ups/bin/upsdrvctl shutdown | ||||
| 		/usr/local/ups/sbin/upsdrvctl shutdown | ||||
| 
 | ||||
| 		sleep 600	# this should never return | ||||
| 
 | ||||
|  | @ -342,7 +343,7 @@ same effect with the following command: | |||
| The following pages have some slightly more kludgy answers which involve the | ||||
| use of `setpci`, and are highly model-specific: | ||||
| 
 | ||||
|  - http://mythic-beasts.com/support/macminicolo_howto.html | ||||
|  - https://www.mythic-beasts.com/support/servers/colo/macminicolo_howto | ||||
|  - http://superuser.com/questions/212434/reboot-after-power-failure-for-mac-running-ubuntu | ||||
|  - http://ubuntuforums.org/showthread.php?t=1209576 | ||||
| 
 | ||||
|  | @ -359,7 +360,7 @@ solution. | |||
| == My Mac won't power back up by itself into Mac OS X after the UPS shuts down.  What can I do about this? | ||||
| 
 | ||||
| This is relatively simple to fix.  If you have console or VNC access, log in as | ||||
| an administrator, go to System Preferences, click on energy saver, click on the | ||||
| an administrator, go to System Preferences, click on Energy Saver, click on the | ||||
| options tab, check "Restart automatically after a power failure". | ||||
| 
 | ||||
| Alternatively, you can connect via SSH and run "sudo pmset autorestart 1" to | ||||
|  | @ -387,7 +388,7 @@ For my development system this yields the following /dev entries: | |||
| 
 | ||||
| - Switch to root, then start the drivers: | ||||
| 
 | ||||
| 	# /usr/local/ups/bin/upsdrvctl -u nutdev start | ||||
| 	# /usr/local/ups/sbin/upsdrvctl -u nutdev start | ||||
| 
 | ||||
| - The listing for /var/state/ups then looks like this: | ||||
| 
 | ||||
|  | @ -492,11 +493,12 @@ any of the user accounts which run inside the jail. | |||
| 
 | ||||
| == upsd is running, so why can't I connect to it? | ||||
| 
 | ||||
| Assuming you haven't changed the TCP port number on the command line | ||||
| or at compile-time, then you probably have some sort of firewall | ||||
| blocking the connection. | ||||
| Assuming you haven't changed the TCP port number on the command line or at | ||||
| compile-time, then you may have some sort of firewall blocking the connection. | ||||
| 
 | ||||
| upsd listens on TCP port 3493 by default. | ||||
| upsd listens on TCP port 3493 by default. If you do not specify a LISTEN | ||||
| directive in upsd.conf, upsd only listens on the loopback interface. See the | ||||
| upsd.conf man page for details. | ||||
| 
 | ||||
| == How do you make upsmon reload the config file? | ||||
| 
 | ||||
|  | @ -759,7 +761,7 @@ Implement this by modifying your shutdown script like this: | |||
| 
 | ||||
| 	if (test -f /etc/killpower) | ||||
| 	then | ||||
| 		/usr/local/ups/bin/upsdrvctl shutdown | ||||
| 		/usr/local/ups/sbin/upsdrvctl shutdown | ||||
| 
 | ||||
| 		sleep 120 | ||||
| 
 | ||||
|  |  | |||
|  | @ -16,8 +16,7 @@ SHARED_DEPS = nut-names.txt asciidoc.conf | |||
| 
 | ||||
| USER_MANUAL_DEPS = acknowledgements.txt cables.txt config-notes.txt	\ | ||||
|  configure.txt download.txt documentation.txt features.txt history.txt	\ | ||||
|  outlets.txt scheduling.txt security.txt support.txt user-manual.txt \ | ||||
|  stable-hcl.txt | ||||
|  outlets.txt scheduling.txt security.txt support.txt user-manual.txt | ||||
| 
 | ||||
| DEVELOPER_GUIDE_DEPS = contact-closure.txt design.txt developers.txt	\ | ||||
|  developer-guide.txt hid-subdrivers.txt macros.txt new-clients.txt	\ | ||||
|  | @ -36,11 +35,12 @@ CABLES_IMAGES = images/cables/73-0724.png images/cables/940-0024C.jpg \ | |||
|  images/cables/SOLA-330.png | ||||
| 
 | ||||
| ALL_TXT_SRC = nut-names.txt $(USER_MANUAL_DEPS) $(DEVELOPER_GUIDE_DEPS) \ | ||||
|  $(CABLES_DEPS) FAQ.txt nut-hal.txt nut-qa.txt packager-guide.txt snmp.txt | ||||
|  $(CABLES_DEPS) FAQ.txt nut-qa.txt packager-guide.txt snmp.txt | ||||
| 
 | ||||
| NUT_SPELL_DICT = nut.dict | ||||
| EXTRA_DIST = $(ALL_TXT_SRC) $(SHARED_DEPS) $(IMAGE_FILES) \ | ||||
|  $(CABLES_IMAGES) docinfo.xml $(NUT_SPELL_DICT) | ||||
|  $(CABLES_IMAGES) docinfo.xml $(NUT_SPELL_DICT) \ | ||||
|  common.xsl xhtml.xsl chunked.xsl | ||||
| 
 | ||||
| ASCIIDOC_HTML_SINGLE = user-manual.html \ | ||||
| 	developer-guide.html \ | ||||
|  | @ -55,10 +55,10 @@ ASCIIDOC_HTML_CHUNKED = user-manual.chunked \ | |||
| ASCIIDOC_PDF = user-manual.pdf \ | ||||
| 	developer-guide.pdf \ | ||||
| 	packager-guide.pdf \ | ||||
| 	cables.pdf	\ | ||||
| 	FAQ.pdf | ||||
| 
 | ||||
| # Force build in ./ and man/ before website  | ||||
| SUBDIRS = . man website | ||||
| SUBDIRS = man | ||||
| SUFFIXES = .txt .html .pdf | ||||
| 
 | ||||
| all: doc | ||||
|  | @ -70,27 +70,13 @@ pdf: $(ASCIIDOC_PDF) | |||
| html-single: $(ASCIIDOC_HTML_SINGLE) | ||||
| html-chunked: $(ASCIIDOC_HTML_CHUNKED) | ||||
| 
 | ||||
| if HAVE_ASCIIDOC | ||||
| website: html-chunked pdf | ||||
| else !HAVE_ASCIIDOC | ||||
| website: | ||||
| 	@echo "Not building website documentation since 'asciidoc' was not found." | ||||
| endif !HAVE_ASCIIDOC | ||||
| 
 | ||||
| clean-local: | ||||
| 	rm -rf *.pdf *.html *.chunked docbook-xsl.css *.bak | ||||
| 
 | ||||
| # Static HCL is generated automatically | ||||
| # This is more of a harness, since this file should have already been | ||||
| # generated, due to the top level Makefile SUBDIRS ordering (tools before docs) | ||||
| ups-html.txt: ../data/driver.list.in | ||||
| 	cd ../data && $(MAKE) $(AM_MAKEFLAGS) driver.list | ||||
| 	cd ../tools && $(MAKE) $(AM_MAKEFLAGS) website | ||||
| 
 | ||||
| ### TODO: automatic dependency generation | ||||
| # Add other directory deps (not for local EXTRA_DIST) and generated contents | ||||
| FULL_USER_MANUAL_DEPS = $(USER_MANUAL_DEPS) $(SHARED_DEPS) ../README \ | ||||
| 	../INSTALL ../UPGRADING ../TODO ../scripts/ufw/README | ||||
| 	../INSTALL.nut ../UPGRADING ../TODO ../scripts/ufw/README | ||||
| FULL_DEVELOPER_GUIDE_DEPS = $(DEVELOPER_GUIDE_DEPS) $(SHARED_DEPS) \ | ||||
| 	../scripts/augeas/README ../TODO ../lib/README \ | ||||
| 	../tools/nut-scanner/README | ||||
|  | @ -112,11 +98,11 @@ A2X_COMMON_OPTS = $(ASCIIDOC_VERBOSE) --attribute icons \ | |||
|     --attribute tree_version=@TREE_VERSION@ \ | ||||
|     -a toc -a numbered --destination-dir=. | ||||
| 
 | ||||
| .txt.html: | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=xhtml11_format --format=xhtml $< | ||||
| .txt.html: common.xsl xhtml.xsl | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=xhtml11_format --format=xhtml --xsl-file=$(srcdir)/xhtml.xsl $< | ||||
| 
 | ||||
| .txt.chunked: | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=chunked_format --format=chunked $< | ||||
| .txt.chunked: common.xsl chunked.xsl | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=chunked_format --format=chunked --xsl-file=$(srcdir)/chunked.xsl $< | ||||
| 
 | ||||
| .txt.pdf: docinfo.xml | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=pdf_format --format=pdf -a docinfo1 $< | ||||
|  | @ -144,4 +130,4 @@ spellcheck-interactive: | |||
| 	@echo "Documentation spell check not available since 'aspell' was not found." | ||||
| endif !HAVE_ASPELL | ||||
| 
 | ||||
| .PHONY: html html-single pdf website | ||||
| .PHONY: html html-single pdf | ||||
|  |  | |||
|  | @ -63,7 +63,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ | |||
| 	$(top_srcdir)/m4/nut_check_libavahi.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libfreeipmi.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libgd.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libhal.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libltdl.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libneon.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libnetsnmp.m4 \
 | ||||
|  | @ -73,10 +72,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ | |||
| 	$(top_srcdir)/m4/nut_check_libusb.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libwrap.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_os.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_config_libhal.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_report_feature.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_type_socklen_t.m4 \
 | ||||
| 	$(top_srcdir)/configure.in | ||||
| 	$(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| mkinstalldirs = $(install_sh) -d | ||||
|  | @ -173,10 +171,6 @@ EGREP = @EGREP@ | |||
| EXEEXT = @EXEEXT@ | ||||
| FGREP = @FGREP@ | ||||
| GREP = @GREP@ | ||||
| HAL_CALLOUTS_PATH = @HAL_CALLOUTS_PATH@ | ||||
| HAL_DEVICE_MATCH_KEY = @HAL_DEVICE_MATCH_KEY@ | ||||
| HAL_FDI_PATH = @HAL_FDI_PATH@ | ||||
| HAL_USER = @HAL_USER@ | ||||
| INSTALL = @INSTALL@ | ||||
| INSTALL_DATA = @INSTALL_DATA@ | ||||
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||||
|  | @ -188,8 +182,6 @@ LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@ | |||
| LIBAVAHI_LIBS = @LIBAVAHI_LIBS@ | ||||
| LIBGD_CFLAGS = @LIBGD_CFLAGS@ | ||||
| LIBGD_LDFLAGS = @LIBGD_LDFLAGS@ | ||||
| LIBHAL_CFLAGS = @LIBHAL_CFLAGS@ | ||||
| LIBHAL_LIBS = @LIBHAL_LIBS@ | ||||
| LIBIPMI_CFLAGS = @LIBIPMI_CFLAGS@ | ||||
| LIBIPMI_LIBS = @LIBIPMI_LIBS@ | ||||
| LIBLTDL_CFLAGS = @LIBLTDL_CFLAGS@ | ||||
|  | @ -275,6 +267,7 @@ builddir = @builddir@ | |||
| cgiexecdir = @cgiexecdir@ | ||||
| datadir = @datadir@ | ||||
| datarootdir = @datarootdir@ | ||||
| devddir = @devddir@ | ||||
| docdir = @docdir@ | ||||
| driverexecdir = @driverexecdir@ | ||||
| dvidir = @dvidir@ | ||||
|  | @ -334,8 +327,7 @@ IMAGE_FILES = images/asciidoc.png \ | |||
| SHARED_DEPS = nut-names.txt asciidoc.conf | ||||
| USER_MANUAL_DEPS = acknowledgements.txt cables.txt config-notes.txt	\
 | ||||
|  configure.txt download.txt documentation.txt features.txt history.txt	\
 | ||||
|  outlets.txt scheduling.txt security.txt support.txt user-manual.txt \
 | ||||
|  stable-hcl.txt | ||||
|  outlets.txt scheduling.txt security.txt support.txt user-manual.txt | ||||
| 
 | ||||
| DEVELOPER_GUIDE_DEPS = contact-closure.txt design.txt developers.txt	\
 | ||||
|  developer-guide.txt hid-subdrivers.txt macros.txt new-clients.txt	\
 | ||||
|  | @ -354,11 +346,12 @@ CABLES_IMAGES = images/cables/73-0724.png images/cables/940-0024C.jpg \ | |||
|  images/cables/SOLA-330.png | ||||
| 
 | ||||
| ALL_TXT_SRC = nut-names.txt $(USER_MANUAL_DEPS) $(DEVELOPER_GUIDE_DEPS) \
 | ||||
|  $(CABLES_DEPS) FAQ.txt nut-hal.txt nut-qa.txt packager-guide.txt snmp.txt | ||||
|  $(CABLES_DEPS) FAQ.txt nut-qa.txt packager-guide.txt snmp.txt | ||||
| 
 | ||||
| NUT_SPELL_DICT = nut.dict | ||||
| EXTRA_DIST = $(ALL_TXT_SRC) $(SHARED_DEPS) $(IMAGE_FILES) \
 | ||||
|  $(CABLES_IMAGES) docinfo.xml $(NUT_SPELL_DICT) | ||||
|  $(CABLES_IMAGES) docinfo.xml $(NUT_SPELL_DICT) \
 | ||||
|  common.xsl xhtml.xsl chunked.xsl | ||||
| 
 | ||||
| ASCIIDOC_HTML_SINGLE = user-manual.html \
 | ||||
| 	developer-guide.html \
 | ||||
|  | @ -373,17 +366,16 @@ ASCIIDOC_HTML_CHUNKED = user-manual.chunked \ | |||
| ASCIIDOC_PDF = user-manual.pdf \
 | ||||
| 	developer-guide.pdf \
 | ||||
| 	packager-guide.pdf \
 | ||||
| 	cables.pdf	\
 | ||||
| 	FAQ.pdf | ||||
| 
 | ||||
| 
 | ||||
| # Force build in ./ and man/ before website 
 | ||||
| SUBDIRS = . man website | ||||
| SUBDIRS = man | ||||
| SUFFIXES = .txt .html .pdf | ||||
| 
 | ||||
| ### TODO: automatic dependency generation
 | ||||
| # Add other directory deps (not for local EXTRA_DIST) and generated contents
 | ||||
| FULL_USER_MANUAL_DEPS = $(USER_MANUAL_DEPS) $(SHARED_DEPS) ../README \
 | ||||
| 	../INSTALL ../UPGRADING ../TODO ../scripts/ufw/README | ||||
| 	../INSTALL.nut ../UPGRADING ../TODO ../scripts/ufw/README | ||||
| 
 | ||||
| FULL_DEVELOPER_GUIDE_DEPS = $(DEVELOPER_GUIDE_DEPS) $(SHARED_DEPS) \
 | ||||
| 	../scripts/augeas/README ../TODO ../lib/README \
 | ||||
|  | @ -760,29 +752,18 @@ pdf: $(ASCIIDOC_PDF) | |||
| html-single: $(ASCIIDOC_HTML_SINGLE) | ||||
| html-chunked: $(ASCIIDOC_HTML_CHUNKED) | ||||
| 
 | ||||
| @HAVE_ASCIIDOC_TRUE@website: html-chunked pdf | ||||
| @HAVE_ASCIIDOC_FALSE@website: | ||||
| @HAVE_ASCIIDOC_FALSE@	@echo "Not building website documentation since 'asciidoc' was not found." | ||||
| 
 | ||||
| clean-local: | ||||
| 	rm -rf *.pdf *.html *.chunked docbook-xsl.css *.bak | ||||
| 
 | ||||
| # Static HCL is generated automatically
 | ||||
| # This is more of a harness, since this file should have already been
 | ||||
| # generated, due to the top level Makefile SUBDIRS ordering (tools before docs)
 | ||||
| ups-html.txt: ../data/driver.list.in | ||||
| 	cd ../data && $(MAKE) $(AM_MAKEFLAGS) driver.list | ||||
| 	cd ../tools && $(MAKE) $(AM_MAKEFLAGS) website | ||||
| 
 | ||||
| user-manual.html user-manual.chunked user-manual.pdf: $(FULL_USER_MANUAL_DEPS) | ||||
| developer-guide.html developer-guide.chunked developer-guide.pdf: $(FULL_DEVELOPER_GUIDE_DEPS) | ||||
| packager-guide.html packager-guide.chunked packager-guide.pdf: packager-guide.txt asciidoc.conf | ||||
| 
 | ||||
| .txt.html: | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=xhtml11_format --format=xhtml $< | ||||
| .txt.html: common.xsl xhtml.xsl | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=xhtml11_format --format=xhtml --xsl-file=$(srcdir)/xhtml.xsl $< | ||||
| 
 | ||||
| .txt.chunked: | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=chunked_format --format=chunked $< | ||||
| .txt.chunked: common.xsl chunked.xsl | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=chunked_format --format=chunked --xsl-file=$(srcdir)/chunked.xsl $< | ||||
| 
 | ||||
| .txt.pdf: docinfo.xml | ||||
| 	$(A2X) $(A2X_COMMON_OPTS) --attribute=pdf_format --format=pdf -a docinfo1 $< | ||||
|  | @ -807,7 +788,7 @@ packager-guide.html packager-guide.chunked packager-guide.pdf: packager-guide.tx | |||
| @HAVE_ASPELL_FALSE@spellcheck-interactive: | ||||
| @HAVE_ASPELL_FALSE@	@echo "Documentation spell check not available since 'aspell' was not found." | ||||
| 
 | ||||
| .PHONY: html html-single pdf website | ||||
| .PHONY: html html-single pdf | ||||
| 
 | ||||
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
 | ||||
| # Otherwise a system limit (for SysV at least) may be exceeded.
 | ||||
|  |  | |||
|  | @ -21,8 +21,8 @@ Active members | |||
| 
 | ||||
| - Arnaud Quette: project leader (since 2005), Debian packager and jack of all trades | ||||
| - Charles Lepple: senior lieutenant | ||||
| - Frederic Bohe: senior developer | ||||
| - Emilien Kia: senior developer | ||||
| - Daniele Pezzini: senior developer | ||||
| - Václav Krpec: junior developer | ||||
| - Kjell Claesson: senior developer | ||||
| - Alexander Gordeev: junior developer | ||||
|  | @ -36,7 +36,7 @@ Active members | |||
| - Antoine Colombier: trainee | ||||
| 
 | ||||
| For an up to date list of NUT developers, refer to | ||||
| link:https://alioth.debian.org/project/memberlist.php?group_id=30602[Alioth]. | ||||
| link:https://github.com/orgs/networkupstools/members[GitHub]. | ||||
| 
 | ||||
| Retired members | ||||
| ~~~~~~~~~~~~~~~ | ||||
|  | @ -56,26 +56,8 @@ blazer_ser and blazer_usb | |||
| - Dominique Lallement: Consultant (chairman of the USB/HID PDC Forum) | ||||
| - Julius Malkiewicz: junior developer | ||||
| - Tomas Smetana: former Redhat packager (2007-2008) | ||||
| - Frederic Bohe: senior developer, Eaton contractor (2009-2013) | ||||
| 
 | ||||
| [[Eaton]] | ||||
| Our main supporter: Eaton | ||||
| ------------------------- | ||||
| 
 | ||||
| Through the acquisition of MGE Office Protection Systems (a carve out of | ||||
| the MGE UPS SYSTEMS small systems, up to 10 KVA), Eaton has been supporting | ||||
| NUT, and more generally the Free/Libre Opensource Software Community | ||||
| since around 2002. | ||||
| 
 | ||||
| This support includes the following actions: | ||||
| 
 | ||||
| - providing extensive technical documents (Eaton protocols library), | ||||
| - providing units to developers of NUT and related projects, | ||||
| - hosting the networkupstools.org webserver (from 2005 to August 2012), | ||||
| - providing artwork, | ||||
| - promoting NUT in general. | ||||
| 
 | ||||
| For more detailed information on Eaton's Opensource commitment, please refer to | ||||
| link:http://opensource.eaton.com[Eaton Opensource website]. | ||||
| 
 | ||||
| Supporting manufacturers | ||||
| ------------------------ | ||||
|  | @ -83,27 +65,46 @@ Supporting manufacturers | |||
| UPS manufacturers | ||||
| ~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| - link:http://powerquality.eaton.com[Eaton], our main supporter, as presented in | ||||
| the <<Eaton,above section>>. | ||||
| [[Eaton]] | ||||
| * link:http://powerquality.eaton.com[Eaton], has been the main NUT supporter in | ||||
| the past, between 2007 and 2011, continuing MGE UPS SYSTEMS efforts. | ||||
| As such, Eaton has been: | ||||
|   - providing extensive technical documents (Eaton protocols library), | ||||
|   - providing units to developers of NUT and related projects, | ||||
|   - hosting the networkupstools.org webserver (from 2007 to August 2012), | ||||
|   - providing artwork, | ||||
|   - promoting NUT in general, | ||||
|   - supporting its customers using NUT. | ||||
| + | ||||
| [WARNING] | ||||
| ================================================================================ | ||||
| *The situation has evolved, and since 2011 Eaton does not support NUT anymore.* | ||||
| 
 | ||||
| - link:http://www.gamatronic.com[Gamatronic], through Nadav Moskovitch, has | ||||
| *This may still evolve in the future.* | ||||
| 
 | ||||
| *But for now, please do not consider anymore that buying Eaton products will | ||||
| provide you with official support from Eaton, or a better level of device | ||||
| support in NUT.* | ||||
| ================================================================================ | ||||
| 
 | ||||
| * link:http://www.gamatronic.com[Gamatronic], through Nadav Moskovitch, has | ||||
| revived the 'sec' driver (as gamatronic), and expanded a bit genericups for its | ||||
| UPSs with alarm interface. | ||||
| 
 | ||||
| - link:http://www.microdowell.com[Microdowell], through Elio Corbolante, has | ||||
| * link:http://www.microdowell.com[Microdowell], through Elio Corbolante, has | ||||
| created the 'microdowell' driver to support the Enterprise Nxx/Bxx serial devices. | ||||
| They also proposes NUT as an alternative to its software for | ||||
| link:http://www.microdowell.com/fra/download.html[Linux / Unix]. | ||||
| 
 | ||||
| - link:http://pcmups.com.tw[Powercom], through Alexey Morozov, has provided | ||||
| * link:http://pcmups.com.tw[Powercom], through Alexey Morozov, has provided | ||||
| link:ups-protocols.html[extensive information] on its USB/HID devices, along | ||||
| with development units. | ||||
| 
 | ||||
| - link:http://www.riello-ups.com[Riello UPS], through Massimo Zampieri, has | ||||
| * link:http://www.riello-ups.com[Riello UPS], through Massimo Zampieri, has | ||||
| provided link:ups-protocols.html[all protocols information]. Elio Parisi has | ||||
| also created riello_ser and riello_usb to support these protocols. | ||||
| 
 | ||||
| - link:http://www.tripplite.com[Tripp Lite], through Eric Cobb, has provided | ||||
| * link:http://www.tripplite.com[Tripp Lite], through Eric Cobb, has provided | ||||
| test results from connecting their HID-compliant UPS hardware to NUT. Some of | ||||
| this information has been incorporated into the NUT hardware compatibility | ||||
| list, and the rest of the information is available via the | ||||
|  | @ -133,13 +134,14 @@ safenet driver. | |||
| Older entries (before 2005) | ||||
| --------------------------- | ||||
| 
 | ||||
| - MGE UPS SYSTEMS was the previous NUT sponsor. They provided protocols | ||||
| information, many units for development of NUT-related projects. | ||||
| - MGE UPS SYSTEMS was the previous NUT sponsor, from 2002 until its partial | ||||
| acquisition by Eaton. They provided protocols information, many units for | ||||
| development of NUT-related projects. | ||||
| Several drivers such as mge-utalk, mge-shut, snmp-ups, hidups, and usbhid-ups | ||||
| are the result of this collaboration, in addition to the WMNut, MGE HID Parser | ||||
| the libhid projects, ... through Arnaud. | ||||
| All the MGE supporters have now gone with Eaton (through MGE Office | ||||
| Protection Systems), which is the new NUT sponsor. | ||||
| the libhid projects, ... through Arnaud Quette (who was also an MGE employee). | ||||
| All the MGE supporters have gone with Eaton (through MGE Office Protection | ||||
| Systems), which was temporarily the new NUT sponsor. | ||||
| 
 | ||||
| - Fenton Technologies contributed a PowerPal 660 to the project.  Their open  | ||||
| stance and quick responses to technical inquiries were appreciated for  | ||||
|  |  | |||
							
								
								
									
										22
									
								
								docs/chunked.xsl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								docs/chunked.xsl
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| <!-- | ||||
|   Generates chunked XHTML documents from DocBook XML source using DocBook XSL | ||||
|   stylesheets. | ||||
| 
 | ||||
|   NOTE: The URL reference to the current DocBook XSL stylesheets is | ||||
|   rewritten to point to the copy on the local disk drive by the XML catalog | ||||
|   rewrite directives so it doesn't need to go out to the Internet for the | ||||
|   stylesheets. This means you don't need to edit the <xsl:import> elements on | ||||
|   a machine by machine basis. | ||||
| --> | ||||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
| 	<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/> | ||||
| 	<xsl:import href="common.xsl"/> | ||||
| 	<xsl:param name="navig.graphics.path">images/icons/</xsl:param> | ||||
| 	<xsl:param name="admon.graphics.path">images/icons/</xsl:param> | ||||
| 	<xsl:param name="callout.graphics.path" select="'images/icons/callouts/'"/> | ||||
| 
 | ||||
| 	<!-- Format-detection to prevent smartphones from being too smart --> | ||||
| 	<xsl:template name="user.head.content"> | ||||
| 		<meta name="format-detection" content="telephone=no" /> | ||||
| 	</xsl:template> | ||||
| </xsl:stylesheet> | ||||
							
								
								
									
										106
									
								
								docs/common.xsl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										106
									
								
								docs/common.xsl
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,106 @@ | |||
| <!-- | ||||
|   Inlcuded in xhtml.xsl, xhtml.chunked.xsl, htmlhelp.xsl. | ||||
|   Contains common XSL stylesheets parameters. | ||||
|   Output documents styled by docbook.css. | ||||
| --> | ||||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
| <xsl:param name="html.stylesheet" select="'docbook-xsl.css'"/> | ||||
| 
 | ||||
| <xsl:param name="htmlhelp.chm" select="'htmlhelp.chm'"/> | ||||
| <xsl:param name="htmlhelp.hhc.section.depth" select="5"/> | ||||
| 
 | ||||
| <xsl:param name="section.autolabel"> | ||||
|   <xsl:choose> | ||||
|     <xsl:when test="/processing-instruction('asciidoc-numbered')">1</xsl:when> | ||||
|     <xsl:otherwise>0</xsl:otherwise> | ||||
|   </xsl:choose> | ||||
| </xsl:param> | ||||
| 
 | ||||
| <xsl:param name="suppress.navigation" select="0"/> | ||||
| <xsl:param name="navig.graphics.extension" select="'.png'"/> | ||||
| <xsl:param name="navig.graphics" select="0"/> | ||||
| <xsl:param name="navig.graphics.path">images/icons/</xsl:param> | ||||
| <xsl:param name="navig.showtitles">0</xsl:param> | ||||
| 
 | ||||
| <xsl:param name="shade.verbatim" select="0"/> | ||||
| <xsl:attribute-set name="shade.verbatim.style"> | ||||
|   <xsl:attribute name="border">0</xsl:attribute> | ||||
|   <xsl:attribute name="background-color">#E0E0E0</xsl:attribute> | ||||
| </xsl:attribute-set> | ||||
| 
 | ||||
| <xsl:param name="admon.graphics" select="1"/> | ||||
| <xsl:param name="admon.graphics.path">images/icons/</xsl:param> | ||||
| <xsl:param name="admon.graphics.extension" select="'.png'"/> | ||||
| <xsl:param name="admon.style"> | ||||
|   <xsl:text>margin-left: 0; margin-right: 10%;</xsl:text> | ||||
| </xsl:param> | ||||
| <xsl:param name="admon.textlabel" select="1"/> | ||||
| 
 | ||||
| <xsl:param name="callout.defaultcolumn" select="'60'"/> | ||||
| <xsl:param name="callout.graphics.extension" select="'.png'"/> | ||||
| <xsl:param name="callout.graphics" select="'1'"/> | ||||
| <xsl:param name="callout.graphics.number.limit" select="'10'"/> | ||||
| <xsl:param name="callout.graphics.path" select="'images/icons/callouts/'"/> | ||||
| <xsl:param name="callout.list.table" select="'1'"/> | ||||
| 
 | ||||
| <!-- This does not seem to work. --> | ||||
| <xsl:param name="section.autolabel.max.depth" select="2"/> | ||||
| 
 | ||||
| <xsl:param name="chunk.first.sections" select="1"/> | ||||
| <xsl:param name="chunk.section.depth" select="1"/> | ||||
| <xsl:param name="chunk.quietly" select="0"/> | ||||
| <xsl:param name="chunk.toc" select="''"/> | ||||
| <xsl:param name="chunk.tocs.and.lots" select="0"/> | ||||
| 
 | ||||
| <xsl:param name="html.cellpadding" select="'4px'"/> | ||||
| <xsl:param name="html.cellspacing" select="''"/> | ||||
| 
 | ||||
| <xsl:param name="table.borders.with.css" select="1"/> | ||||
| <xsl:param name="table.cell.border.color" select="'#527bbd'"/> | ||||
| 
 | ||||
| <xsl:param name="table.cell.border.style" select="'solid'"/> | ||||
| <xsl:param name="table.cell.border.thickness" select="'1px'"/> | ||||
| <xsl:param name="table.footnote.number.format" select="'a'"/> | ||||
| <xsl:param name="table.footnote.number.symbols" select="''"/> | ||||
| <xsl:param name="table.frame.border.color" select="'#527bbd'"/> | ||||
| <xsl:param name="table.frame.border.style" select="'solid'"/> | ||||
| <xsl:param name="table.frame.border.thickness" select="'3px'"/> | ||||
| <xsl:param name="tablecolumns.extension" select="'1'"/> | ||||
| 
 | ||||
| <xsl:param name="highlight.source" select="1"/> | ||||
| 
 | ||||
| <xsl:param name="section.label.includes.component.label" select="1"/> | ||||
| 
 | ||||
| <!-- | ||||
|   Table of contents inserted by <?asciidoc-toc?> processing instruction. | ||||
| --> | ||||
| <xsl:param name="generate.toc"> | ||||
|   <xsl:choose> | ||||
|     <xsl:when test="/processing-instruction('asciidoc-toc')"> | ||||
| article toc,title | ||||
| book    toc,title,figure,table,example,equation | ||||
|       <!-- The only way I could find that suppressed book chapter TOCs --> | ||||
|       <xsl:if test="$generate.section.toc.level != 0"> | ||||
| chapter   toc,title | ||||
| part      toc,title | ||||
| preface   toc,title | ||||
| qandadiv  toc | ||||
| qandaset  toc | ||||
| reference toc,title | ||||
| sect1     toc | ||||
| sect2     toc | ||||
| sect3     toc | ||||
| sect4     toc | ||||
| sect5     toc | ||||
| section   toc | ||||
| set       toc,title | ||||
|       </xsl:if> | ||||
|     </xsl:when> | ||||
|     <xsl:otherwise> | ||||
| article nop | ||||
| book    nop | ||||
|     </xsl:otherwise> | ||||
|   </xsl:choose> | ||||
| </xsl:param> | ||||
| 
 | ||||
| </xsl:stylesheet> | ||||
|  | @ -158,14 +158,14 @@ Starting the driver(s) | |||
| 
 | ||||
| Start the driver(s) for your hardware: | ||||
| 
 | ||||
| 	/usr/local/ups/bin/upsdrvctl start | ||||
| 	/usr/local/ups/sbin/upsdrvctl start | ||||
| 
 | ||||
| Make sure the driver doesn't report any errors.  It should show a | ||||
| few details about the hardware and then enter the background.  You | ||||
| should get back to the command prompt a few seconds later.  For | ||||
| reference, a successful start of the `usbhid-ups` driver looks like this: | ||||
| 
 | ||||
| 	# /usr/local/ups/bin/upsdrvctl start | ||||
| 	# /usr/local/ups/sbin/upsdrvctl start | ||||
| 	Network UPS Tools - Generic HID driver 0.34 (2.4.1) | ||||
| 	USB communication driver 0.31 | ||||
| 	Using subdriver: MGE HID 1.12 | ||||
|  |  | |||
|  | @ -112,14 +112,6 @@ more information. | |||
| 
 | ||||
| Enable IPv6 support. | ||||
| 
 | ||||
| 	--with-hal (default: no) | ||||
| 
 | ||||
| Build and install Hardware Abstraction Layer support. | ||||
| If you own a USB unit, only protect your local system and run the | ||||
| Gnome or KDE desktop, this will enable a full Plug & Play usage. | ||||
| See docs/nut-hal.txt for additional information on how to set up | ||||
| and use HAL support. | ||||
| 
 | ||||
| 	--with-avahi (default: auto-detect) | ||||
| 
 | ||||
| Build and install Avahi support, to publish NUT server availability | ||||
|  | @ -173,7 +165,7 @@ for this software. | |||
| If you use one of the --with-user and --with-group options, then | ||||
| you have to use the other one too.  | ||||
| 
 | ||||
| See the INSTALL document and the FAQ for more on this topic. | ||||
| See the INSTALL.nut document and the FAQ for more on this topic. | ||||
| 
 | ||||
| 	--with-logfacility=FACILITY | ||||
| 
 | ||||
|  | @ -349,21 +341,6 @@ compiler flags that are needed. | |||
| 	--with-neon-libs, --with-libltdl-libs | ||||
| 	--with-powerman-libs="-L/foo/bar -labcd -lxyz" | ||||
| 
 | ||||
| If your system doesn't have pkg-config and support for any of the above | ||||
| libraries isn't found (but you know it is installed), you must specify the | ||||
| linker flags that are needed. | ||||
| 
 | ||||
| HAL addons (deprecated) | ||||
| ----------------------- | ||||
| 
 | ||||
| 	--with-hal-includes="-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal \ | ||||
| 		-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include" | ||||
| 	--with-hal-libs="-lhal -ldbus-1 -lpthread" | ||||
| 	--with-hal-user="haldaemon" | ||||
| 	--with-hal-device-match-key="info.bus" | ||||
| 	--with-hal-callouts-path="${libdir}/hal" | ||||
| 	--with-hal-fdi-path="${datarootdir}/hal/fdi/information/20thirdparty" | ||||
| 
 | ||||
| If system doesn't have pkg-config or it fails to provides hints for some of the | ||||
| settings that are needed to set it up properly and the build in defaults are | ||||
| not right, you can specify the right variables here. | ||||
|  |  | |||
|  | @ -84,9 +84,7 @@ will get the right headers on every system. | |||
| Device drivers - main.c | ||||
| ----------------------- | ||||
| 
 | ||||
| The device drivers use main.c as their core.  The only exceptions are the | ||||
| HAL-based drivers, which use the same dstate function calls while integrating | ||||
| with the DBUS event loop. | ||||
| The device drivers use main.c as their core. | ||||
| 
 | ||||
| To write a new driver, you create a file with a series of support | ||||
| functions that will be called by main.  These all have names that start | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ User Documentation | |||
| ifdef::website[] | ||||
| - FAQ - Frequently Asked Questions (link:docs/FAQ.html[online]) (link:docs/FAQ.pdf[PDF]) | ||||
| - NUT User Manual (link:docs/user-manual.chunked/index.html[online]) (link:docs/user-manual.pdf[PDF]) | ||||
| - Cables information (link:cables.html[online]) (link:cables.pdf[PDF]) | ||||
| - Cables information (link:cables.html[online]) (link:docs/cables.pdf[PDF]) | ||||
| - link:docs/man/index.html#User_man[User manual pages] | ||||
| endif::website[] | ||||
| ifndef::website[] | ||||
|  |  | |||
|  | @ -58,19 +58,6 @@ WARNING: Be sure to plug your network's physical hardware (switches, hubs, | |||
| routers, bridges, ...) into the UPS! | ||||
| 
 | ||||
| 
 | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| *FIXME* to be removed? | ||||
| 
 | ||||
| - This has also allowed us to create easily the Power Management integration. | ||||
| 
 | ||||
| === Power Management integration === | ||||
| 
 | ||||
| - Thanks to its modular design, NUT can feed data to the FreeDesktop Hardware Abstraction Layer (HAL).[[BR]] | ||||
|  This allow a seemless integration of USB UPSs, at a small cost (around 200 Kb), reusing the standard Power Management GUIs and providing to users a full Plug & Play system. | ||||
| 
 | ||||
| - The added bonus is that this is the best Power Management existing, surpassing the one that exist on Windows and Mac OS, both in terms of devices supported and of features. | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| 
 | ||||
| Redundancy support - Hot swap/high availability power supplies | ||||
| -------------------------------------------------------------- | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,7 +12,6 @@ directory. | |||
| 	#define a replacement if necessary. | ||||
| 
 | ||||
| - NUT_CHECK_LIBGD | ||||
| - NUT_CHECK_LIBHAL | ||||
| - NUT_CHECK_LIBNEON | ||||
| - NUT_CHECK_LIBNETSNMP | ||||
| - NUT_CHECK_LIBPOWERMAN | ||||
|  |  | |||
|  | @ -446,6 +446,7 @@ SRC_USB_LIBUSB_PAGES = \ | |||
| 	bcmxcp_usb.txt \ | ||||
| 	blazer-common.txt	\ | ||||
| 	blazer_usb.txt	\ | ||||
| 	nutdrv_atcl_usb.txt \ | ||||
| 	nutdrv_qx.txt	\ | ||||
| 	richcomm_usb.txt \ | ||||
| 	riello_usb.txt	\ | ||||
|  | @ -455,6 +456,7 @@ SRC_USB_LIBUSB_PAGES = \ | |||
| MAN_USB_LIBUSB_PAGES = \ | ||||
| 	bcmxcp_usb.8 \ | ||||
| 	blazer_usb.8 \ | ||||
| 	nutdrv_atcl_usb.8 \ | ||||
| 	nutdrv_qx.8	\ | ||||
| 	richcomm_usb.8 \ | ||||
| 	riello_usb.8	\ | ||||
|  | @ -469,6 +471,7 @@ HTML_USB_LIBUSB_MANS = \ | |||
| 	bcmxcp_usb.html \ | ||||
| 	blazer_usb.html	\ | ||||
| 	nutdrv_qx.html	\ | ||||
| 	nutdrv_atcl_usb.html \ | ||||
| 	richcomm_usb.html \ | ||||
| 	riello_usb.html	\ | ||||
| 	tripplite_usb.html \ | ||||
|  | @ -566,10 +569,7 @@ HTML_MANS = \ | |||
| 
 | ||||
| all: | ||||
| 
 | ||||
| man-index.html: index.html | ||||
| 	cp -f $< $@ | ||||
| 
 | ||||
| html-man: $(HTML_MANS) man-index.html | ||||
| html-man: $(HTML_MANS) index.html | ||||
| 
 | ||||
| CLEANFILES = *.xml *.html | ||||
| 
 | ||||
|  |  | |||
|  | @ -91,7 +91,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ | |||
| 	$(top_srcdir)/m4/nut_check_libavahi.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libfreeipmi.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libgd.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libhal.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libltdl.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libneon.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libnetsnmp.m4 \
 | ||||
|  | @ -101,10 +100,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \ | |||
| 	$(top_srcdir)/m4/nut_check_libusb.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_libwrap.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_check_os.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_config_libhal.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_report_feature.m4 \
 | ||||
| 	$(top_srcdir)/m4/nut_type_socklen_t.m4 \
 | ||||
| 	$(top_srcdir)/configure.in | ||||
| 	$(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| mkinstalldirs = $(install_sh) -d | ||||
|  | @ -196,10 +194,6 @@ EGREP = @EGREP@ | |||
| EXEEXT = @EXEEXT@ | ||||
| FGREP = @FGREP@ | ||||
| GREP = @GREP@ | ||||
| HAL_CALLOUTS_PATH = @HAL_CALLOUTS_PATH@ | ||||
| HAL_DEVICE_MATCH_KEY = @HAL_DEVICE_MATCH_KEY@ | ||||
| HAL_FDI_PATH = @HAL_FDI_PATH@ | ||||
| HAL_USER = @HAL_USER@ | ||||
| INSTALL = @INSTALL@ | ||||
| INSTALL_DATA = @INSTALL_DATA@ | ||||
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||||
|  | @ -211,8 +205,6 @@ LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@ | |||
| LIBAVAHI_LIBS = @LIBAVAHI_LIBS@ | ||||
| LIBGD_CFLAGS = @LIBGD_CFLAGS@ | ||||
| LIBGD_LDFLAGS = @LIBGD_LDFLAGS@ | ||||
| LIBHAL_CFLAGS = @LIBHAL_CFLAGS@ | ||||
| LIBHAL_LIBS = @LIBHAL_LIBS@ | ||||
| LIBIPMI_CFLAGS = @LIBIPMI_CFLAGS@ | ||||
| LIBIPMI_LIBS = @LIBIPMI_LIBS@ | ||||
| LIBLTDL_CFLAGS = @LIBLTDL_CFLAGS@ | ||||
|  | @ -298,6 +290,7 @@ builddir = @builddir@ | |||
| cgiexecdir = @cgiexecdir@ | ||||
| datadir = @datadir@ | ||||
| datarootdir = @datarootdir@ | ||||
| devddir = @devddir@ | ||||
| docdir = @docdir@ | ||||
| driverexecdir = @driverexecdir@ | ||||
| dvidir = @dvidir@ | ||||
|  | @ -744,6 +737,7 @@ HTML_DEV_MANS = \ | |||
| @SOME_DRIVERS_FALSE@	bcmxcp_usb.txt \ | ||||
| @SOME_DRIVERS_FALSE@	blazer-common.txt	\ | ||||
| @SOME_DRIVERS_FALSE@	blazer_usb.txt	\ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_atcl_usb.txt \ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_qx.txt	\ | ||||
| @SOME_DRIVERS_FALSE@	richcomm_usb.txt \ | ||||
| @SOME_DRIVERS_FALSE@	riello_usb.txt	\ | ||||
|  | @ -753,6 +747,7 @@ HTML_DEV_MANS = \ | |||
| @SOME_DRIVERS_FALSE@MAN_USB_LIBUSB_PAGES = \
 | ||||
| @SOME_DRIVERS_FALSE@	bcmxcp_usb.8 \ | ||||
| @SOME_DRIVERS_FALSE@	blazer_usb.8 \ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_atcl_usb.8 \ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_qx.8	\ | ||||
| @SOME_DRIVERS_FALSE@	richcomm_usb.8 \ | ||||
| @SOME_DRIVERS_FALSE@	riello_usb.8	\ | ||||
|  | @ -763,6 +758,7 @@ HTML_DEV_MANS = \ | |||
| @SOME_DRIVERS_FALSE@	bcmxcp_usb.html \ | ||||
| @SOME_DRIVERS_FALSE@	blazer_usb.html	\ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_qx.html	\ | ||||
| @SOME_DRIVERS_FALSE@	nutdrv_atcl_usb.html \ | ||||
| @SOME_DRIVERS_FALSE@	richcomm_usb.html \ | ||||
| @SOME_DRIVERS_FALSE@	riello_usb.html	\ | ||||
| @SOME_DRIVERS_FALSE@	tripplite_usb.html \ | ||||
|  | @ -1227,10 +1223,7 @@ uninstall-man: uninstall-man1 uninstall-man3 uninstall-man5 \ | |||
| 
 | ||||
| all: | ||||
| 
 | ||||
| man-index.html: index.html | ||||
| 	cp -f $< $@ | ||||
| 
 | ||||
| html-man: $(HTML_MANS) man-index.html | ||||
| html-man: $(HTML_MANS) index.html | ||||
| 
 | ||||
| @HAVE_ASCIIDOC_TRUE@.txt.html: | ||||
| @HAVE_ASCIIDOC_TRUE@	$(ASCIIDOC) --backend=xhtml11 \
 | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: al175 | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/20/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "AL175" "8" "11/20/2013" "Network UPS Tools 2\&.7\&.1" "NUT Manual" | ||||
| .TH "AL175" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: apcsmart-old | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "APCSMART\-OLD" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "APCSMART\-OLD" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: apcsmart | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 10/30/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "APCSMART" "8" "10/30/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "APCSMART" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: apcupsd-ups | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "APCUPSD\-UPS" "8" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "APCUPSD\-UPS" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -22,4 +22,8 @@ endif::backend-docbook[] | |||
| ifdef::backend-xhtml11[] | ||||
| [linkman-inlinemacro] | ||||
| <a href="{target}.html">{target}{0?({0})}</a> | ||||
| 
 | ||||
| # Format-detection to prevent smartphones from being too smart | ||||
| [+docinfo] | ||||
| <meta name="format-detection" content="telephone=no" /> | ||||
| endif::backend-xhtml11[] | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bcmxcp | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BCMXCP" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BCMXCP" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bcmxcp_usb | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BCMXCP_USB" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BCMXCP_USB" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: belkin | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BELKIN" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BELKIN" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: belkinunv | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BELKINUNV" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BELKINUNV" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bestfcom | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BESTFCOM" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BESTFCOM" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bestfortress | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BESTFORTRESS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BESTFORTRESS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bestuferrups | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BESTUFERRUPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BESTUFERRUPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: bestups | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BESTUPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "BESTUPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: blazer_ser | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/17/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BLAZER_SER" "8" "11/17/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "BLAZER_SER" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: blazer_usb | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "BLAZER_USB" "8" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "BLAZER_USB" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: clone | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "CLONE" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "CLONE" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: dummy-ups | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "DUMMY\-UPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "DUMMY\-UPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: etapro | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "ETAPRO" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "ETAPRO" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: everups | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "EVERUPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "EVERUPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: gamatronic | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "GAMATRONIC" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "GAMATRONIC" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: genericups | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "GENERICUPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "GENERICUPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: hosts.conf | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "HOSTS\&.CONF" "5" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "HOSTS\&.CONF" "5" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: isbmex | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "ISBMEX" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "ISBMEX" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: ivtscd | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "IVTSCD" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "IVTSCD" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT" "3" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT" "3" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_commands | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_COMMAND" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_COMMAND" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_devices | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_DEVICES" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_DEVICES" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_general | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_GENERAL" "3" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_GENERAL" "3" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_misc | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_MISC" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_MISC" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_tcp | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_TCP" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_TCP" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libnutclient_variables | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBNUTCLIENT_VARIABL" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBNUTCLIENT_VARIABL" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: libupsclient-config | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIBUPSCLIENT\-CONFIG" "1" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "LIBUPSCLIENT\-CONFIG" "1" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: liebert-esp2 | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIEBERT\-ESP2" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "LIEBERT\-ESP2" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: liebert | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "LIEBERT" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "LIEBERT" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: macosx-ups | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "MACOSX\-UPS" "8" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "MACOSX\-UPS" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: masterguard | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "MASTERGUARD" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "MASTERGUARD" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: metasys | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "METASYS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "METASYS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: mge-shut | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "MGE\-SHUT" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "MGE\-SHUT" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: mge-utalk | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "MGE\-UTALK" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "MGE\-UTALK" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: microdowell | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "MICRODOWELL" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "MICRODOWELL" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: netxml-ups | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 10/30/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NETXML\-UPS" "8" "10/30/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NETXML\-UPS" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nut-ipmipsu | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUT\-IPMIPSU" "8" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUT\-IPMIPSU" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nut-recorder | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUT\-RECORDER" "8" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUT\-RECORDER" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nut-scanner | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUT\-SCANNER" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "NUT\-SCANNER" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nut.conf | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUT\&.CONF" "5" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "NUT\&.CONF" "5" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
							
								
								
									
										72
									
								
								docs/man/nutdrv_atcl_usb.8
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								docs/man/nutdrv_atcl_usb.8
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,72 @@ | |||
| '\" t | ||||
| .\"     Title: nutdrv_atcl_usb | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTDRV_ATCL_USB" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| .\" http://bugs.debian.org/507673 | ||||
| .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | ||||
| .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| .ie \n(.g .ds Aq \(aq | ||||
| .el       .ds Aq ' | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * set default formatting | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" disable hyphenation | ||||
| .nh | ||||
| .\" disable justification (adjust text to left margin only) | ||||
| .ad l | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * MAIN CONTENT STARTS HERE * | ||||
| .\" ----------------------------------------------------------------- | ||||
| .SH "NAME" | ||||
| nutdrv_atcl_usb \- Driver for \*(AqATCL FOR UPS\*(Aq equipment | ||||
| .SH "NOTE" | ||||
| .sp | ||||
| This man page only documents the specific features of the nutdrv_atcl_usb driver\&. For information about the core driver, see \fBnutupsdrv\fR(8)\&. | ||||
| .SH "SUPPORTED HARDWARE" | ||||
| .sp | ||||
| This driver is for UPS hardware which identifies itself as USB idVendor 0001 and idProduct 0000, and iManufacturer ATCL FOR UPS\&. Known manufacturers include Kanji and Plexus\&. The UPS interface seems to be a USB frontend to a traditional contact\-closure interface, which translates into only three states in ups\&.status: \fBOL\fR, \fBOB\fR and \fBOB LB\fR\&. See also \fBgenericups\fR(8)\&. | ||||
| .SH "EXTRA ARGUMENTS" | ||||
| .sp | ||||
| This driver supports the following optional setting: | ||||
| .PP | ||||
| \fBvendor\fR=\fIname\fR | ||||
| .RS 4 | ||||
| In case your iManufacturer (Vendor) string does not exactly match | ||||
| ATCL FOR UPS, you may provide an alternate string here\&. Note that a more likely case is that your device is handled by another driver for | ||||
| 0001:0000 | ||||
| devices, such as | ||||
| \fBnutdrv_qx\fR(8)\&. | ||||
| .RE | ||||
| .SH "BUGS" | ||||
| .sp | ||||
| The UPS returns the same code for "load power is off" as for "on line power"\&. This condition will not be observed if the NUT master is powered by the UPS, but may be an issue if the UPS is monitored by a remote system\&. | ||||
| .sp | ||||
| The time between the shutdown command and removal of power seems to be fixed at 30 seconds\&. Ensure that the NUT shutdown script is invoked as late as possible in the shutdown procedure (in case some services take longer than others to clean up)\&. | ||||
| .sp | ||||
| Most contact\-closure UPSes will not power down the load if the line power is present\&. This can create a race when using slave \fBupsmon\fR(8) systems\&. See the \fBupsmon\fR(8) man page for more information\&. The solution to this problem is to upgrade to a smart protocol UPS of some kind that allows detection and proper load cycling on command\&. | ||||
| .SH "AUTHORS" | ||||
| .sp | ||||
| Charles Lepple | ||||
| .SH "SEE ALSO" | ||||
| .SS "The core driver:" | ||||
| .sp | ||||
| \fBnutupsdrv\fR(8) | ||||
| .SS "The generic serial driver:" | ||||
| .sp | ||||
| \fBgenericups\fR(8) | ||||
| .SS "The Qx driver:" | ||||
| .sp | ||||
| \fBnutdrv_qx\fR(8) | ||||
| .SS "Internet resources:" | ||||
| .sp | ||||
| The NUT (Network UPS Tools) home page: http://www\&.networkupstools\&.org/ | ||||
							
								
								
									
										70
									
								
								docs/man/nutdrv_atcl_usb.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										70
									
								
								docs/man/nutdrv_atcl_usb.txt
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,70 @@ | |||
| NUTDRV_ATCL_USB(8) | ||||
| ================== | ||||
| 
 | ||||
| NAME | ||||
| ---- | ||||
| nutdrv_atcl_usb - Driver for 'ATCL FOR UPS' equipment | ||||
| 
 | ||||
| NOTE | ||||
| ---- | ||||
| This man page only documents the specific features of the nutdrv_atcl_usb  | ||||
| driver.  For information about the core driver, see linkman:nutupsdrv[8]. | ||||
| 
 | ||||
| SUPPORTED HARDWARE | ||||
| ------------------ | ||||
| This driver is for UPS hardware which identifies itself as USB idVendor 0001 | ||||
| and idProduct 0000, and iManufacturer +ATCL FOR UPS+.  Known manufacturers | ||||
| include Kanji and Plexus. The UPS interface seems to be a USB frontend to a | ||||
| traditional contact-closure interface, which translates into only three states | ||||
| in ups.status: *OL*, *OB* and *OB LB*.  See also linkman:genericups[8]. | ||||
| 
 | ||||
| EXTRA ARGUMENTS | ||||
| --------------- | ||||
| 
 | ||||
| This driver supports the following optional setting: | ||||
| 
 | ||||
| *vendor*='name':: | ||||
| In case your iManufacturer (Vendor) string does not exactly match | ||||
| +ATCL FOR UPS+, you may provide an alternate string here. Note that a more | ||||
| likely case is that your device is handled by another driver for +0001:0000+ | ||||
| devices, such as linkman:nutdrv_qx[8]. | ||||
| 
 | ||||
| BUGS | ||||
| ---- | ||||
| The UPS returns the same code for "load power is off" as for "on line power". | ||||
| This condition will not be observed if the NUT master is powered by the UPS, | ||||
| but may be an issue if the UPS is monitored by a remote system. | ||||
| 
 | ||||
| The time between the shutdown command and removal of power seems to be fixed at | ||||
| 30 seconds. Ensure that the NUT shutdown script is invoked as late as possible | ||||
| in the shutdown procedure (in case some services take longer than others to | ||||
| clean up). | ||||
| 
 | ||||
| Most contact-closure UPSes will not power down the load if the line power  | ||||
| is present. This can create a race when using slave linkman:upsmon[8] systems. | ||||
| See the linkman:upsmon[8] man page for more information. The solution to this | ||||
| problem is to upgrade to a smart protocol UPS of some kind that allows | ||||
| detection and proper load cycling on command. | ||||
| 
 | ||||
| AUTHORS | ||||
| ------- | ||||
| Charles Lepple | ||||
| 
 | ||||
| SEE ALSO | ||||
| -------- | ||||
| 
 | ||||
| The core driver: | ||||
| ~~~~~~~~~~~~~~~~ | ||||
| linkman:nutupsdrv[8] | ||||
| 
 | ||||
| The generic serial driver: | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| linkman:genericups[8] | ||||
| 
 | ||||
| The Qx driver: | ||||
| ~~~~~~~~~~~~~~ | ||||
| linkman:nutdrv_qx[8] | ||||
| 
 | ||||
| Internet resources: | ||||
| ~~~~~~~~~~~~~~~~~~~ | ||||
| The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ | ||||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutdrv_qx | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTDRV_QX" "8" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTDRV_QX" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  | @ -34,7 +34,7 @@ nutdrv_qx \- Driver for Q* protocol serial and USB based UPS equipment | |||
| This man page only documents the hardware\-specific features of the \fBnutdrv_qx\fR driver\&. For information about the core driver, see \fBnutupsdrv\fR(8)\&. | ||||
| .SH "SUPPORTED HARDWARE" | ||||
| .sp | ||||
| The \fBnutdrv_qx\fR driver is known to work with various UPSes from \fIBlazer\fR, \fIEnergy Sistem\fR, \fIFenton Technologies\fR, \fIGeneral Electric\fR, \fIMustek\fR, \fIVoltronic Power\fR (rebranded by many, many \- have I said many? \- others\&.\&. Long story short: if your UPS came with a software called \fIViewpower\fR, chances are high that it works with this driver with the \fIvoltronic\fR protocol) and many others\&. | ||||
| The \fBnutdrv_qx\fR driver is known to work with various UPSes from \fIBlazer\fR, \fIEnergy Sistem\fR, \fIFenton Technologies\fR, \fIGeneral Electric\fR, \fIMustek\fR, \fIVoltronic Power\fR (rebranded by many, many \- have I said many? \- others\&.\&. Long story short: if your UPS came with a software called \fIViewpower\fR, chances are high that it works with this driver with one of the \fIvoltronic*\fR protocols or with the \fImecer\fR one) and many others\&. | ||||
| .sp | ||||
| The NUT compatibility table lists all the known supported models\&. Keep in mind, however, that other models not listed there may also be supported, but haven\(cqt been tested\&. | ||||
| .sp | ||||
|  | @ -47,9 +47,11 @@ The following are the ones that most likely will need changing (see \fBups.conf\ | |||
| .PP | ||||
| \fBondelay =\fR \fIvalue\fR | ||||
| .RS 4 | ||||
| Time to wait before switching on the UPS (seconds)\&. This value is truncated to units of 60 seconds\&. The acceptable range is | ||||
| 0\&.\&.599940 | ||||
| seconds\&. Note that a value below 3 minutes, may cause earlier firmware versions to not switch on automatically, so it defaults to 3 minutes (i\&.e\&. 180 seconds)\&. This option provides a default value for | ||||
| Time to wait before switching on the UPS (seconds)\&. This value is truncated to units of 60 seconds\&. | ||||
| .sp | ||||
| Note that a value below 3 minutes, may cause earlier firmware versions to not switch on automatically, so it defaults to 3 minutes (i\&.e\&. 180 seconds)\&. | ||||
| .sp | ||||
| This option provides a default value for | ||||
| \fBups\&.delay\&.start\fR | ||||
| that will then be used by the driver in the automatic shutdown sequence (i\&.e\&. calling the driver with the | ||||
| \fB\-k\fR | ||||
|  | @ -69,7 +71,9 @@ with | |||
| .PP | ||||
| \fBoffdelay =\fR \fIvalue\fR | ||||
| .RS 4 | ||||
| Time to wait before shutting down the UPS (seconds)\&. This value is truncated to units of 6 seconds (less than 60 seconds) or 60 seconds (more than 60 seconds)\&. Defaults to 30 seconds\&. This option provides a default value for | ||||
| Time to wait before shutting down the UPS (seconds)\&. This value is truncated to units of 6 seconds (less than 60 seconds) or 60 seconds (more than 60 seconds)\&. Defaults to 30 seconds\&. | ||||
| .sp | ||||
| This option provides a default value for | ||||
| \fBups\&.delay\&.shutdown\fR | ||||
| that will then be used by the driver in the automatic shutdown sequence (i\&.e\&. calling the driver with the | ||||
| \fB\-k\fR | ||||
|  | @ -95,7 +99,8 @@ when FSD arises the UPS will call a | |||
| \fBshutdown\&.stayoff\fR | ||||
| shutting down after | ||||
| \fBups\&.delay\&.shutdown\fR | ||||
| seconds and won\(cqt return, otherwise (standard behaviour) the UPS will call | ||||
| seconds and won\(cqt return (see | ||||
| KNOWN PROBLEMS), otherwise (standard behaviour) the UPS will call | ||||
| \fBshutdown\&.return\fR | ||||
| shutting down after | ||||
| \fBups\&.delay\&.shutdown\fR | ||||
|  | @ -106,14 +111,27 @@ seconds (if mains meanwhile returned)\&. | |||
| .PP | ||||
| \fBprotocol =\fR \fIstring\fR | ||||
| .RS 4 | ||||
| Skip autodetection of the protocol to use and only use the one specified\&. Supported values | ||||
| Skip autodetection of the protocol to use and only use the one specified\&. Supported values: | ||||
| \fImecer\fR, | ||||
| \fImegatec\fR, | ||||
| \fImegatec/old\fR, | ||||
| \fImustek\fR, | ||||
| \fIvoltronic\fR | ||||
| \fIq1\fR, | ||||
| \fIvoltronic\fR, | ||||
| \fIvoltronic\-qs\fR | ||||
| and | ||||
| \fIzinto\fR\&. | ||||
| .sp | ||||
| Note that if you end up using the | ||||
| \fIq1\fR | ||||
| protocol, you may want to give a try to the | ||||
| \fImecer\fR, | ||||
| \fImegatec\fR | ||||
| and | ||||
| \fIzinto\fR | ||||
| ones setting the | ||||
| \fBnovendor\fR/\fBnorating\fR flags | ||||
| (only one, or both)\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBpollfreq =\fR \fIvalue\fR | ||||
|  | @ -185,6 +203,13 @@ is also specified\&. | |||
| .RE | ||||
| .SS "MECER, MEGATAEC, MEGATEC/OLD, MUSTEK, ZINTO PROTOCOLS" | ||||
| .PP | ||||
| \fBondelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 0\&.\&.599940 | ||||
| seconds\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBoffdelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
|  | @ -201,10 +226,47 @@ Some UPSes will lock up if you attempt to read rating information from them\&. S | |||
| .RS 4 | ||||
| Some UPSes will lock up if you attempt to read vendor information from them\&. Setting this flag will make the driver skip this step\&. | ||||
| .RE | ||||
| .SS "Q1 PROTOCOL" | ||||
| .PP | ||||
| \fBondelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 0\&.\&.599940 | ||||
| seconds\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBoffdelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 12\&.\&.600 | ||||
| seconds\&. | ||||
| .RE | ||||
| .SS "VOLTRONIC\-QS PROTOCOL" | ||||
| .PP | ||||
| \fBondelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 60\&.\&.599940 | ||||
| seconds\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBoffdelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 12\&.\&.540 | ||||
| seconds\&. | ||||
| .RE | ||||
| .SS "VOLTRONIC PROTOCOL" | ||||
| .sp | ||||
| The following options are supported only by the \fIvoltronic\fR protocol\&. Not all of them are available on all the UPSes supported by this protocol\&. | ||||
| .PP | ||||
| \fBondelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
| 0\&.\&.599940 | ||||
| seconds\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBoffdelay\fR | ||||
| .RS 4 | ||||
| The acceptable range is | ||||
|  | @ -535,7 +597,7 @@ Perform a quick (10 second) battery test\&. | |||
| .RS 4 | ||||
| Stop a running battery test\&. (Not available on some hardware) | ||||
| .RE | ||||
| .SS "MECER, MEGATEC, MEGATEC/OLD, MUSTEK, ZINTO PROTOCOLS" | ||||
| .SS "MECER, MEGATEC, MEGATEC/OLD, MUSTEK, Q1, ZINTO PROTOCOLS" | ||||
| .PP | ||||
| \fBtest\&.battery\&.start\fR \fIvalue\fR | ||||
| .RS 4 | ||||
|  | @ -543,6 +605,22 @@ Perform a battery test for the duration of | |||
| \fIvalue\fR | ||||
| seconds (truncated to 60 seconds) [60\&.\&.5940]\&. | ||||
| .RE | ||||
| .sp | ||||
| .it 1 an-trap | ||||
| .nr an-no-space-flag 1 | ||||
| .nr an-break-flag 1 | ||||
| .br | ||||
| .ps +1 | ||||
| \fBVOLTRONIC POWER P98 UNITS (WITH MECER PROTOCOL)\fR | ||||
| .RS 4 | ||||
| .PP | ||||
| \fBtest\&.battery\&.start\fR \fIvalue\fR | ||||
| .RS 4 | ||||
| Perform a battery test for the duration of | ||||
| \fIvalue\fR | ||||
| seconds (truncated to 60 seconds) [12\&.\&.5940]\&. This value is truncated to units of 6 seconds (less than 60 seconds) or 60 seconds (more than 60 seconds)\&. | ||||
| .RE | ||||
| .RE | ||||
| .SS "VOLTRONIC PROTOCOL" | ||||
| .sp | ||||
| The following instant commands are available for the \fIvoltronic\fR protocol\&. Not all of them are available on all the UPSes supported by this protocol\&. | ||||
|  | @ -878,6 +956,56 @@ Both the \fBload\&.off\fR and \fBshutdown\&.stayoff\fR instant commands are mean | |||
| Some models report a bogus value for the beeper status (will always be \fIenabled\fR or \fIdisabled\fR)\&. So, the \fBbeeper\&.toggle\fR command may appear to have no effect in the status reported by the driver when, in fact, it is working fine\&. | ||||
| .sp | ||||
| The temperature and load value is known to be bogus in some models\&. | ||||
| .SS "VOLTRONIC\-QS UNITS" | ||||
| .sp | ||||
| Both \fBload\&.off\fR and \fBshutdown\&.stayoff\fR instant commands are known to work as expected (i\&.e\&. turn the load off indefinitely) only if mains is present, otherwise, as soon as mains returns the load will be powered\&. | ||||
| .sp | ||||
| After issuing a \fBshutdown\&.return\fR instant command, the UPS won\(cqt wait \fBondelay\fR before powering on the load, provided the following conditions are met: | ||||
| .sp | ||||
| .RS 4 | ||||
| .ie n \{\ | ||||
| \h'-04'\(bu\h'+03'\c | ||||
| .\} | ||||
| .el \{\ | ||||
| .sp -1 | ||||
| .IP \(bu 2.3 | ||||
| .\} | ||||
| if the load has been previously (no matter how long before) powered off through | ||||
| \fBload\&.off\fR/\fBshutdown\&.stayoff\fR | ||||
| \fIand\fR | ||||
| powered on through | ||||
| \fBload\&.on\fR/\fBshutdown\&.stop\fR | ||||
| \fIand\fR | ||||
| .RE | ||||
| .sp | ||||
| .RS 4 | ||||
| .ie n \{\ | ||||
| \h'-04'\(bu\h'+03'\c | ||||
| .\} | ||||
| .el \{\ | ||||
| .sp -1 | ||||
| .IP \(bu 2.3 | ||||
| .\} | ||||
| if AC wasn\(cqt cut after issuing the | ||||
| \fBload\&.off\fR/\fBshutdown\&.stayoff\fR | ||||
| (i\&.e\&. the UPS didn\(cqt turn itself off) | ||||
| \fIand\fR | ||||
| .RE | ||||
| .sp | ||||
| .RS 4 | ||||
| .ie n \{\ | ||||
| \h'-04'\(bu\h'+03'\c | ||||
| .\} | ||||
| .el \{\ | ||||
| .sp -1 | ||||
| .IP \(bu 2.3 | ||||
| .\} | ||||
| if there\(cqs a power outage after issuing the | ||||
| \fBshutdown\&.return\fR | ||||
| command | ||||
| .RE | ||||
| .sp | ||||
| In this case, as soon as mains returns the load will be powered\&. | ||||
| .SH "UPS WARNINGS (VOLTRONIC PROTOCOL)" | ||||
| .sp | ||||
| The UPSes supported by \fIvoltronic\fR protocol report warnings through a 64bit flag (bit1bit2\&...bit63bit64) where 1 means that a warning arose, while 0 means no warning\&. Since more than one warning at a time can be signaled, and because of the limited space in the ups\&.alarm variable, if the length of the warnings exceeds that of ups\&.alarms variable, they will be reported as bits\&. If you want to know the explanation of that bit you can either watch the log or see the next table (unlisted bits equal to unknown warnings)\&. | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ For information about the core driver, see linkman:nutupsdrv[8]. | |||
| SUPPORTED HARDWARE | ||||
| ------------------ | ||||
| 
 | ||||
| The *nutdrv_qx* driver is known to work with various UPSes from 'Blazer', 'Energy Sistem', 'Fenton Technologies', 'General Electric', 'Mustek', 'Voltronic Power' (rebranded by many, many - have I said many? - others.. Long story short: if your UPS came with a software called 'Viewpower', chances are high that it works with this driver with the 'voltronic' <<_extra_arguments,protocol>>) and many others. | ||||
| The *nutdrv_qx* driver is known to work with various UPSes from 'Blazer', 'Energy Sistem', 'Fenton Technologies', 'General Electric', 'Mustek', 'Voltronic Power' (rebranded by many, many - have I said many? - others.. Long story short: if your UPS came with a software called 'Viewpower', chances are high that it works with this driver with one of the <<_extra_arguments,'voltronic*' protocols or with the 'mecer' one>>) and many others. | ||||
| 
 | ||||
| The <<_internet_resources,NUT compatibility table>> lists all the known supported models. | ||||
| Keep in mind, however, that other models not listed there may also be supported, but haven't been tested. | ||||
|  | @ -35,22 +35,26 @@ The following are the ones that most likely will need changing (see linkman:ups. | |||
| *ondelay =* 'value':: | ||||
| Time to wait before switching on the UPS (seconds). | ||||
| This value is truncated to units of 60 seconds. | ||||
| The acceptable range is +0..599940+ seconds. | ||||
| + | ||||
| Note that a value below 3 minutes, may cause earlier firmware versions to not switch on automatically, so it defaults to 3 minutes (i.e. 180 seconds). | ||||
| + | ||||
| This option provides a default value for *ups.delay.start* that will then be used by the driver in the automatic shutdown sequence (i.e. calling the driver with the *-k* option, calling linkman:upsdrvctl[8] with the *shutdown* option or when the +FSD+ flag is set and linkman:upsmon[8] enters its shutdown sequence): however you can change this value `on the fly' for the actual session, only for the use with instant commands, setting *ups.delay.start* with linkman:upsrw[8]. | ||||
| 
 | ||||
| *offdelay =* 'value':: | ||||
| Time to wait before shutting down the UPS (seconds). | ||||
| This value is truncated to units of 6 seconds (less than 60 seconds) or 60 seconds (more than 60 seconds). | ||||
| Defaults to 30 seconds. | ||||
| + | ||||
| This option provides a default value for *ups.delay.shutdown* that will then be used by the driver in the automatic shutdown sequence (i.e. calling the driver with the *-k* option, calling linkman:upsdrvctl[8] with the *shutdown* option or when the +FSD+ flag is set and linkman:upsmon[8] enters its shutdown sequence): however you can change this value `on the fly' for the actual session, only for the use with instant commands, setting *ups.delay.shutdown* with linkman:upsrw[8]. | ||||
| 
 | ||||
| *stayoff*:: | ||||
| If you set stayoff in linkman:ups.conf[5] when FSD arises the UPS will call a *shutdown.stayoff* shutting down after *ups.delay.shutdown* seconds and won't return, otherwise (standard behaviour) the UPS will call *shutdown.return* shutting down after *ups.delay.shutdown* seconds and then turn on after *ups.delay.start* seconds (if mains meanwhile returned). | ||||
| If you set stayoff in linkman:ups.conf[5] when FSD arises the UPS will call a *shutdown.stayoff* shutting down after *ups.delay.shutdown* seconds and won't return (see <<_known_problems,KNOWN PROBLEMS>>), otherwise (standard behaviour) the UPS will call *shutdown.return* shutting down after *ups.delay.shutdown* seconds and then turn on after *ups.delay.start* seconds (if mains meanwhile returned). | ||||
| 
 | ||||
| *protocol =* 'string':: | ||||
| Skip autodetection of the protocol to use and only use the one specified. | ||||
| Supported values 'mecer', 'megatec', 'megatec/old', 'mustek', 'voltronic' and 'zinto'. | ||||
| Supported values: 'mecer', 'megatec', 'megatec/old', 'mustek', 'q1', 'voltronic', 'voltronic-qs' and 'zinto'. | ||||
| + | ||||
| Note that if you end up using the 'q1' protocol, you may want to give a try to the 'mecer', 'megatec' and 'zinto' ones setting the <<old-blazer-protocols-options,*novendor*/*norating* flags>> (only one, or both). | ||||
| 
 | ||||
| *pollfreq =* 'value':: | ||||
| Set polling frequency, in seconds, to reduce the data flow. | ||||
|  | @ -99,9 +103,13 @@ If not specified, the driver defaults to 10%. | |||
| Only used if *runtimecal* is also specified. | ||||
| 
 | ||||
| 
 | ||||
| [[old-blazer-protocols-options]] | ||||
| MECER, MEGATAEC, MEGATEC/OLD, MUSTEK, ZINTO PROTOCOLS | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| *ondelay*:: | ||||
| The acceptable range is +0..599940+ seconds. | ||||
| 
 | ||||
| *offdelay*:: | ||||
| The acceptable range is +12..600+ seconds. | ||||
| 
 | ||||
|  | @ -114,12 +122,35 @@ Some UPSes will lock up if you attempt to read vendor information from them. | |||
| Setting this flag will make the driver skip this step. | ||||
| 
 | ||||
| 
 | ||||
| Q1 PROTOCOL | ||||
| ~~~~~~~~~~~ | ||||
| 
 | ||||
| *ondelay*:: | ||||
| The acceptable range is +0..599940+ seconds. | ||||
| 
 | ||||
| *offdelay*:: | ||||
| The acceptable range is +12..600+ seconds. | ||||
| 
 | ||||
| 
 | ||||
| VOLTRONIC-QS PROTOCOL | ||||
| ~~~~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| *ondelay*:: | ||||
| The acceptable range is +60..599940+ seconds. | ||||
| 
 | ||||
| *offdelay*:: | ||||
| The acceptable range is +12..540+ seconds. | ||||
| 
 | ||||
| 
 | ||||
| VOLTRONIC PROTOCOL | ||||
| ~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| The following options are supported only by the 'voltronic' protocol. | ||||
| Not all of them are available on all the UPSes supported by this protocol. | ||||
| 
 | ||||
| *ondelay*:: | ||||
| The acceptable range is +0..599940+ seconds. | ||||
| 
 | ||||
| *offdelay*:: | ||||
| The acceptable range is +12..5940+ seconds. | ||||
| 
 | ||||
|  | @ -317,13 +348,21 @@ Stop a running battery test. | |||
| (Not available on some hardware) | ||||
| 
 | ||||
| 
 | ||||
| MECER, MEGATEC, MEGATEC/OLD, MUSTEK, ZINTO PROTOCOLS | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| MECER, MEGATEC, MEGATEC/OLD, MUSTEK, Q1, ZINTO PROTOCOLS | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| *test.battery.start* 'value':: | ||||
| Perform a battery test for the duration of 'value' seconds (truncated to 60 seconds) [+60..5940+]. | ||||
| 
 | ||||
| 
 | ||||
| VOLTRONIC POWER P98 UNITS (WITH MECER PROTOCOL) | ||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||
| 
 | ||||
| *test.battery.start* 'value':: | ||||
| Perform a battery test for the duration of 'value' seconds (truncated to 60 seconds) [+12..5940+]. | ||||
| This value is truncated to units of 6 seconds (less than 60 seconds) or 60 seconds (more than 60 seconds). | ||||
| 
 | ||||
| 
 | ||||
| VOLTRONIC PROTOCOL | ||||
| ~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
|  | @ -540,6 +579,20 @@ So, the *beeper.toggle* command may appear to have no effect in the status repor | |||
| The temperature and load value is known to be bogus in some models. | ||||
| 
 | ||||
| 
 | ||||
| VOLTRONIC-QS UNITS | ||||
| ~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
| Both *load.off* and *shutdown.stayoff* instant commands are known to work as expected (i.e. turn the load off indefinitely) only if mains is present, otherwise, as soon as mains returns the load will be powered. | ||||
| 
 | ||||
| After issuing a *shutdown.return* instant command, the UPS won't wait *ondelay* before powering on the load, provided the following conditions are met: | ||||
| 
 | ||||
| - if the load has been previously (no matter how long before) powered off through *load.off*/*shutdown.stayoff* _and_ powered on through *load.on*/*shutdown.stop* _and_ | ||||
| - if AC wasn't cut after issuing the *load.off*/*shutdown.stayoff* (i.e. the UPS didn't turn itself off) _and_ | ||||
| - if there's a power outage after issuing the *shutdown.return* command | ||||
| 
 | ||||
| In this case, as soon as mains returns the load will be powered. | ||||
| 
 | ||||
| 
 | ||||
| UPS WARNINGS (VOLTRONIC PROTOCOL) | ||||
| --------------------------------- | ||||
| 
 | ||||
|  | @ -548,68 +601,68 @@ Since more than one warning at a time can be signaled, and because of the limite | |||
| If you want to know the explanation of that bit you can either watch the log or see the next table (unlisted bits equal to unknown warnings). | ||||
| 
 | ||||
| .UPS Warnings for 'voltronic' UPSes | ||||
| [cols="5>,95",options="autowidth,header",frame="topbot",align="center",caption=""] | ||||
| [cols="5>,95",options="autowidth,header",frame="topbot",grid="rows",align="center",caption=""] | ||||
| |==== | ||||
| |# |Corresponding Warning | ||||
| |1 |Battery disconnected | ||||
| |2 |Neutral not connected | ||||
| |3 |Site fault | ||||
| |4 |Phase sequence incorrect | ||||
| |5 |Phase sequence incorrect in bypass | ||||
| |6 |Input frequency unstable in bypass | ||||
| |7 |Battery overcharged | ||||
| |8 |Low battery | ||||
| |9 |Overload alarm | ||||
| |10 |Fan alarm | ||||
| |11 |EPO enabled | ||||
| |12 |Unable to turn on UPS | ||||
| |13 |Over temperature alarm | ||||
| |14 |Charger alarm | ||||
| |15 |Remote auto shutdown | ||||
| |16 |L1 input fuse not working | ||||
| |17 |L2 input fuse not working | ||||
| |18 |L3 input fuse not working | ||||
| |19 |Positive PFC abnormal in L1 | ||||
| |20 |Negative PFC abnormal in L1 | ||||
| |21 |Positive PFC abnormal in L2 | ||||
| |22 |Negative PFC abnormal in L2 | ||||
| |23 |Positive PFC abnormal in L3 | ||||
| |24 |Negative PFC abnormal in L3 | ||||
| |25 |Abnormal in CAN-bus communication | ||||
| |26 |Abnormal in synchronous signal circuit | ||||
| |27 |Abnormal in synchronous pulse signal circuit | ||||
| |28 |Abnormal in host signal circuit | ||||
| |29 |Male connector of parallel cable not connected well | ||||
| |30 |Female connector of parallel cable not connected well | ||||
| |31 |Parallel cable not connected well | ||||
| |32 |Battery connection not consistent in parallel systems | ||||
| |33 |AC connection not consistent in parallel systems | ||||
| |34 |Bypass connection not consistent in parallel systems | ||||
| |35 |UPS model types not consistent in parallel systems | ||||
| |36 |Capacity of UPSs not consistent in parallel systems | ||||
| |37 |Auto restart setting not consistent in parallel systems | ||||
| |38 |Battery cell over charge | ||||
| |39 |Battery protection setting not consistent in parallel systems | ||||
| |40 |Battery detection setting not consistent in parallel systems | ||||
| |41 |Bypass not allowed setting not consistent in parallel systems | ||||
| |42 |Converter setting not consistent in parallel systems | ||||
| |43 |High loss point for frequency in bypass mode not consistent in parallel systems | ||||
| |44 |Low loss point for frequency in bypass mode not consistent in parallel systems | ||||
| |45 |High loss point for voltage in bypass mode not consistent in parallel systems | ||||
| |46 |Low loss point for voltage in bypass mode not consistent in parallel systems | ||||
| |47 |High loss point for frequency in AC mode not consistent in parallel systems | ||||
| |48 |Low loss point for frequency in AC mode not consistent in parallel systems | ||||
| |49 |High loss point for voltage in AC mode not consistent in parallel systems | ||||
| |50 |Low loss point for voltage in AC mode not consistent in parallel systems | ||||
| |51 |Warning for locking in bypass mode after 3 consecutive overloads within 30 min | ||||
| |52 |Warning for three-phase AC input current unbalance | ||||
| |53 |Warning for a three-phase input current unbalance detected in battery mode | ||||
| |54 |Warning for Inverter inter-current unbalance | ||||
| |55 |Programmable outlets cut off pre-alarm | ||||
| |56 |Warning for Battery replace | ||||
| |57 |Abnormal warning on input phase angle | ||||
| |58 |Warning!! Cover of maintain switch is open | ||||
| |62 |EEPROM operation error | ||||
| |#	|Corresponding Warning | ||||
| |1	|Battery disconnected | ||||
| |2	|Neutral not connected | ||||
| |3	|Site fault | ||||
| |4	|Phase sequence incorrect | ||||
| |5	|Phase sequence incorrect in bypass | ||||
| |6	|Input frequency unstable in bypass | ||||
| |7	|Battery overcharged | ||||
| |8	|Low battery | ||||
| |9	|Overload alarm | ||||
| |10	|Fan alarm | ||||
| |11	|EPO enabled | ||||
| |12	|Unable to turn on UPS | ||||
| |13	|Over temperature alarm | ||||
| |14	|Charger alarm | ||||
| |15	|Remote auto shutdown | ||||
| |16	|L1 input fuse not working | ||||
| |17	|L2 input fuse not working | ||||
| |18	|L3 input fuse not working | ||||
| |19	|Positive PFC abnormal in L1 | ||||
| |20	|Negative PFC abnormal in L1 | ||||
| |21	|Positive PFC abnormal in L2 | ||||
| |22	|Negative PFC abnormal in L2 | ||||
| |23	|Positive PFC abnormal in L3 | ||||
| |24	|Negative PFC abnormal in L3 | ||||
| |25	|Abnormal in CAN-bus communication | ||||
| |26	|Abnormal in synchronous signal circuit | ||||
| |27	|Abnormal in synchronous pulse signal circuit | ||||
| |28	|Abnormal in host signal circuit | ||||
| |29	|Male connector of parallel cable not connected well | ||||
| |30	|Female connector of parallel cable not connected well | ||||
| |31	|Parallel cable not connected well | ||||
| |32	|Battery connection not consistent in parallel systems | ||||
| |33	|AC connection not consistent in parallel systems | ||||
| |34	|Bypass connection not consistent in parallel systems | ||||
| |35	|UPS model types not consistent in parallel systems | ||||
| |36	|Capacity of UPSs not consistent in parallel systems | ||||
| |37	|Auto restart setting not consistent in parallel systems | ||||
| |38	|Battery cell over charge | ||||
| |39	|Battery protection setting not consistent in parallel systems | ||||
| |40	|Battery detection setting not consistent in parallel systems | ||||
| |41	|Bypass not allowed setting not consistent in parallel systems | ||||
| |42	|Converter setting not consistent in parallel systems | ||||
| |43	|High loss point for frequency in bypass mode not consistent in parallel systems | ||||
| |44	|Low loss point for frequency in bypass mode not consistent in parallel systems | ||||
| |45	|High loss point for voltage in bypass mode not consistent in parallel systems | ||||
| |46	|Low loss point for voltage in bypass mode not consistent in parallel systems | ||||
| |47	|High loss point for frequency in AC mode not consistent in parallel systems | ||||
| |48	|Low loss point for frequency in AC mode not consistent in parallel systems | ||||
| |49	|High loss point for voltage in AC mode not consistent in parallel systems | ||||
| |50	|Low loss point for voltage in AC mode not consistent in parallel systems | ||||
| |51	|Warning for locking in bypass mode after 3 consecutive overloads within 30 min | ||||
| |52	|Warning for three-phase AC input current unbalance | ||||
| |53	|Warning for a three-phase input current unbalance detected in battery mode | ||||
| |54	|Warning for Inverter inter-current unbalance | ||||
| |55	|Programmable outlets cut off pre-alarm | ||||
| |56	|Warning for Battery replace | ||||
| |57	|Abnormal warning on input phase angle | ||||
| |58	|Warning!! Cover of maintain switch is open | ||||
| |62	|EEPROM operation error | ||||
| |==== | ||||
| 
 | ||||
| 
 | ||||
|  | @ -637,6 +690,7 @@ linkman:upsdrvctl[8], | |||
| linkman:upsmon[8], | ||||
| linkman:upsrw[8] | ||||
| 
 | ||||
| 
 | ||||
| Internet Resources: | ||||
| ~~~~~~~~~~~~~~~~~~~ | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_add_device_to_device | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_ADD_DEVICE_T" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_ADD_DEVICE_T" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_add_option_to_device | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_ADD_OPTION_T" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_ADD_OPTION_T" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_cidr_to_ip | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_CIDR_TO_IP" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_CIDR_TO_IP" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_display_parsable | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_DISPLAY_PARS" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_DISPLAY_PARS" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_display_ups_conf | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_DISPLAY_UPS_" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_DISPLAY_UPS_" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_free_device | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_FREE_DEVICE" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_FREE_DEVICE" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_get_serial_ports_list | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_GET_SERIAL_P" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_GET_SERIAL_P" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_init | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_INIT" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_INIT" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_new_device | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_NEW_DEVICE" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_NEW_DEVICE" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_avahi | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_AVAHI" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_AVAHI" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_eaton_serial | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_EATON_S" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_EATON_S" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_ipmi | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_IPMI" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_IPMI" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_nut | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_NUT" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_NUT" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_snmp | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_SNMP" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_SNMP" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_usb | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_USB" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_USB" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutscan_scan_xml_http | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTSCAN_SCAN_XML_HTT" "3" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "NUTSCAN_SCAN_XML_HTT" "3" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: nutupsdrv | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/20/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "NUTUPSDRV" "8" "11/20/2013" "Network UPS Tools 2\&.7\&.1" "NUT Manual" | ||||
| .TH "NUTUPSDRV" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: oneac | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "ONEAC" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "ONEAC" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: optiups | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "OPTIUPS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "OPTIUPS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: powercom | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "POWERCOM" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "POWERCOM" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  | @ -73,8 +73,10 @@ The exact type of the communication protocol within the powercom family, that wi | |||
| \fIKP625AP\fR, | ||||
| \fIIMP\fR, | ||||
| \fIKIN\fR, | ||||
| \fIBNT\fR, and | ||||
| \fIBNT\-other\fR\&. The default is | ||||
| \fIBNT\fR, | ||||
| \fIBNT\-other\fR | ||||
| and | ||||
| \fIOPTI\fR\&. The default is | ||||
| \fITrust\fR\&. | ||||
| .sp | ||||
| \fIBNT\-other\fR | ||||
|  | @ -258,6 +260,20 @@ voltage = {2\&.0000,0\&.0000,2\&.0000,0\&.0000} | |||
| .if n \{\ | ||||
| .RE | ||||
| .\} | ||||
| .SS "OPTI" | ||||
| .sp | ||||
| .if n \{\ | ||||
| .RS 4 | ||||
| .\} | ||||
| .nf | ||||
| numOfBytesFromUPS = 16 | ||||
| methodOfFlowControl = no_flow_control | ||||
| validationSequence = {{5,0xFF},{7,0},{8,0}} | ||||
| shutdownArguments = {{1,30},y} | ||||
| .fi | ||||
| .if n \{\ | ||||
| .RE | ||||
| .\} | ||||
| .SH "AUTHOR" | ||||
| .sp | ||||
| Peter Bieringer <pb@bieringer\&.de>, Alexey Sidorov <alexsid@altlinux\&.org>, Keven L\&. Ates <atescomp@gmail\&.com> | ||||
|  |  | |||
|  | @ -46,7 +46,7 @@ Like modelname above, but for the serial number. The default is 'Unknown'. | |||
| The exact type of the communication protocol within the powercom family, that | ||||
| will be used to communicate with the UPS. The type is named after the first | ||||
| modelname that was coded with that protocol. The acceptable names are | ||||
| 'Trust', 'Egys', 'KP625AP', 'IMP', 'KIN', 'BNT', and 'BNT-other'.  | ||||
| 'Trust', 'Egys', 'KP625AP', 'IMP', 'KIN', 'BNT', 'BNT-other' and 'OPTI'. | ||||
| The default is 'Trust'. | ||||
| + | ||||
| 'BNT-other' is a special type for other BNT models (such as the 1500A at 120V  | ||||
|  | @ -186,6 +186,13 @@ BNT-other | |||
|  batteryPercentage = {1.0000,0.0000,0.0000,1.0000,0.0000} | ||||
|  voltage = {2.0000,0.0000,2.0000,0.0000} | ||||
| 
 | ||||
| OPTI | ||||
| ~~~~ | ||||
|  numOfBytesFromUPS = 16 | ||||
|  methodOfFlowControl = no_flow_control | ||||
|  validationSequence = {{5,0xFF},{7,0},{8,0}} | ||||
|  shutdownArguments = {{1,30},y} | ||||
| 
 | ||||
| AUTHOR | ||||
| ------ | ||||
| Peter Bieringer <pb@bieringer.de>, | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: powerman-pdu | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "POWERMAN\-PDU" "8" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "POWERMAN\-PDU" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: powerpanel | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "POWERPANEL" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "POWERPANEL" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: rhino | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "RHINO" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "RHINO" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: richcomm_usb | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "RICHCOMM_USB" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "RICHCOMM_USB" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: riello_ser | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "RIELLO_SER" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "RIELLO_SER" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: riello_usb | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "RIELLO_USB" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "RIELLO_USB" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: safenet | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "SAFENET" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "SAFENET" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: snmp-ups | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 09/13/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre1 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "SNMP\-UPS" "8" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "SNMP\-UPS" "8" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  | @ -34,7 +34,12 @@ snmp-ups \- Multi\-MIB Driver for SNMP UPS equipment | |||
| This man page only documents the hardware\-specific features of the snmp\-ups driver\&. For information about the core driver, see \fBnutupsdrv\fR(8)\&. | ||||
| .SH "SUPPORTED HARDWARE" | ||||
| .sp | ||||
| The snmp\-ups driver automatically detects and supports a wide range of devices by loading various MIBS: \fBietf\fR:: UPS that is RFC 1628 (UPS MIB) compliant, e\&.g\&. MGE UPS SYSTEMS, Liebert, perhaps others (default) | ||||
| The snmp\-ups driver automatically detects and supports a wide range of devices by loading various MIBS: | ||||
| .PP | ||||
| \fBietf\fR | ||||
| .RS 4 | ||||
| UPS that is RFC 1628 (UPS MIB) compliant, e\&.g\&. MGE UPS SYSTEMS, Liebert, perhaps others (default) | ||||
| .RE | ||||
| .PP | ||||
| \fBmge\fR | ||||
| .RS 4 | ||||
|  | @ -91,14 +96,12 @@ This driver supports the following optional settings in the \fBups.conf\fR(5): | |||
| .PP | ||||
| \fBmibs\fR=\fIname\fR | ||||
| .RS 4 | ||||
| Set MIB compliance (default=auto, allowed entries: refer to the above SUPPORTED HARDWARE)\&. With "auto", the driver will try a select set of SNMP objects until it finds one that the device responds to\&. Note that, since NUT 2\&.6\&.2, snmp\-ups has a new method that uses sysObjectID, which is a pointer to the prefered MIB of the device, to detect supported devices\&. This renders void the use of | ||||
| \fImib\fR | ||||
| option\&. | ||||
| Set MIB compliance (default=auto, allowed entries: refer to SUPPORTED HARDWARE above)\&. With "auto", the driver will try a select set of SNMP objects until it finds one that the device responds to\&. Note that since NUT 2\&.6\&.2, snmp\-ups has a new method that uses sysObjectID (which is a pointer to the prefered MIB of the device) to detect supported devices\&. This renders void the use of "mibs" option\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBcommunity\fR=\fIname\fR | ||||
| .RS 4 | ||||
| Set community name (default = public)\&. Note that you require a RW community name to change UPS settings (as for a powerdown)\&. | ||||
| Set community name (default = public)\&. Note that a RW community name is required to change UPS settings (as for a powerdown)\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBsnmp_version\fR=\fIversion\fR | ||||
|  | @ -150,16 +153,16 @@ Set the privacy protocol (DES or AES) used for encrypted SNMPv3 messages (defaul | |||
| You will need to install the Net\-SNMP package from http://www\&.net\-snmp\&.org/ before building this driver\&. | ||||
| .sp | ||||
| SNMP v3 also requires OpenSSL support from http://www\&.openssl\&.org\&. | ||||
| .SH "LIMITATION" | ||||
| .SH "LIMITATIONS" | ||||
| .SS "Shutdown" | ||||
| .sp | ||||
| This driver does not provide a proper upsdrv_shutdown() function\&. There probably never will be one, since at the time this script should run (near the end of the system halt script), there will be no network capabilities anymore\&. Probably the only way to shutdown an SNMP UPS is by sending it a shutdown with delay command through \fBupscmd\fR(8) and hope for the best that the system will have finished shutting down before the power is cut\&. | ||||
| The shutdown sequence should be tested before relying on NUT to send a shutdown command to the UPS\&. The problem is that the host network stack may have been torn down by the time the driver is invoked to send the shutdown command\&. The driver attempts to send shutdown\&.return, shutdown\&.reboot, and load\&.off\&.delay commands to the UPS in sequence, stopping after the first supported command\&. | ||||
| .SH "INSTALLATION" | ||||
| .sp | ||||
| This driver is only built if the Net\-SNMP development files are present on the system\&. You can also force it to be built by using "configure \-\-with\-snmp=yes" before calling make\&. | ||||
| .SH "IMPLEMENTATION" | ||||
| This driver is only built if the Net\-SNMP development files are present at configuration time\&. You can also force it to be built by using configure \-\-with\-snmp=yes before calling make\&. | ||||
| .SH "EXAMPLES" | ||||
| .sp | ||||
| The hostname of the UPS is specified with the "port" value in ups\&.conf, i\&.e\&.: | ||||
| The hostname of the UPS is specified with the "port" value in ups\&.conf: | ||||
| .sp | ||||
| .if n \{\ | ||||
| .RS 4 | ||||
|  |  | |||
|  | @ -16,6 +16,7 @@ SUPPORTED HARDWARE | |||
| ------------------ | ||||
| 
 | ||||
| The snmp-ups driver automatically detects and supports a wide range of devices by loading various MIBS: | ||||
| 
 | ||||
| *ietf*:: | ||||
| UPS that is RFC 1628 (UPS MIB) compliant, e.g. MGE UPS SYSTEMS, Liebert, perhaps others (default) | ||||
| 
 | ||||
|  | @ -56,15 +57,15 @@ This driver supports the following optional settings in the | |||
| linkman:ups.conf[5]: | ||||
| 
 | ||||
| *mibs*='name':: | ||||
| Set MIB compliance (default=auto, allowed entries: refer to the above SUPPORTED HARDWARE). | ||||
| Set MIB compliance (default=auto, allowed entries: refer to SUPPORTED HARDWARE above). | ||||
| With "auto", the driver will try a select set of SNMP objects until it finds | ||||
| one that the device responds to.  Note that, since NUT 2.6.2, snmp-ups has a new | ||||
| method that uses sysObjectID, which is a pointer to the prefered MIB of the | ||||
| device, to detect supported devices.  This renders void the use of 'mib' option. | ||||
| one that the device responds to.  Note that since NUT 2.6.2, snmp-ups has a new | ||||
| method that uses sysObjectID (which is a pointer to the prefered MIB of the | ||||
| device) to detect supported devices.  This renders void the use of "mibs" option. | ||||
|     | ||||
| *community*='name':: | ||||
| Set community name (default = public). | ||||
| Note that you require a RW community name to change UPS settings (as for a powerdown). | ||||
| Note that a RW community name is required to change UPS settings (as for a powerdown). | ||||
| 
 | ||||
| *snmp_version*='version':: | ||||
| Set SNMP version (default = v1, allowed: v2c, v3) | ||||
|  | @ -107,27 +108,28 @@ http://www.net-snmp.org/ before building this driver. | |||
| 
 | ||||
| SNMP v3 also requires OpenSSL support from http://www.openssl.org. | ||||
| 
 | ||||
| LIMITATION | ||||
| ---------- | ||||
| LIMITATIONS | ||||
| ----------- | ||||
| Shutdown | ||||
| ~~~~~~~~ | ||||
| 
 | ||||
| This driver does not provide a proper upsdrv_shutdown() function. There probably | ||||
| never will be one, since at the time this script should run (near the end of | ||||
| the system halt script), there will be no network capabilities anymore. | ||||
| Probably the only way to shutdown an SNMP UPS is by sending it a shutdown | ||||
| with delay command through linkman:upscmd[8] and hope for the best that the | ||||
| system will have finished shutting down before the power is cut. | ||||
| The shutdown sequence should be tested before relying on NUT to send a | ||||
| shutdown command to the UPS. The problem is that the host network stack may | ||||
| have been torn down by the time the driver is invoked to send the shutdown | ||||
| command. The driver attempts to send +shutdown.return+, +shutdown.reboot+, | ||||
| and +load.off.delay+ commands to the UPS in sequence, stopping after the first | ||||
| supported command. | ||||
| 
 | ||||
| INSTALLATION | ||||
| ------------ | ||||
| This driver is only built if the Net-SNMP development files are present on the system. | ||||
| You can also force it to be built by using "configure --with-snmp=yes" before calling make. | ||||
| This driver is only built if the Net-SNMP development files are present at | ||||
| configuration time.  You can also force it to be built by using | ||||
| +configure --with-snmp=yes+ before calling make. | ||||
| 
 | ||||
| IMPLEMENTATION | ||||
| -------------- | ||||
| EXAMPLES | ||||
| -------- | ||||
| The hostname of the UPS is specified with the "port" value in | ||||
| `ups.conf`, i.e.: | ||||
| `ups.conf`: | ||||
| 
 | ||||
| 	[snmpv1] | ||||
| 		driver = snmp-ups | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: solis | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "SOLIS" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "SOLIS" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: tripplite | ||||
| .\"    Author: [see the "AUTHORS" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "TRIPPLITE" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "TRIPPLITE" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: tripplite_usb | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "TRIPPLITE_USB" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "TRIPPLITE_USB" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: tripplitesu | ||||
| .\"    Author: [see the "AUTHOR" section] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 07/26/2013 | ||||
| .\"      Date: 02/15/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.6.5 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "TRIPPLITESU" "8" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual" | ||||
| .TH "TRIPPLITESU" "8" "02/15/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  |  | |||
|  | @ -2,12 +2,12 @@ | |||
| .\"     Title: ups.conf | ||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||
| .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | ||||
| .\"      Date: 11/18/2013 | ||||
| .\"      Date: 02/25/2014 | ||||
| .\"    Manual: NUT Manual | ||||
| .\"    Source: Network UPS Tools 2.7.1-pre2 | ||||
| .\"    Source: Network UPS Tools 2.7.1.5 | ||||
| .\"  Language: English | ||||
| .\" | ||||
| .TH "UPS\&.CONF" "5" "11/18/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual" | ||||
| .TH "UPS\&.CONF" "5" "02/25/2014" "Network UPS Tools 2\&.7\&.1\&." "NUT Manual" | ||||
| .\" ----------------------------------------------------------------- | ||||
| .\" * Define some portability stuff | ||||
| .\" ----------------------------------------------------------------- | ||||
|  | @ -85,6 +85,23 @@ Optional\&. Path name of the directory in which the UPS driver executables resid | |||
| Optional\&. Same as the UPS field of the same name, but this is the default for UPSes that don\(cqt have the field\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBmaxretry\fR | ||||
| .RS 4 | ||||
| Optional\&. Specify the number of attempts to start the driver(s), in case of failure, before giving up\&. A delay of | ||||
| \fIretrydelay\fR | ||||
| is inserted between each attempt\&. Caution should be taken when using this option, since it can impact the time taken by your system to start\&. | ||||
| .sp | ||||
| The default is 1 attempt\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBretrydelay\fR | ||||
| .RS 4 | ||||
| Optional\&. Specify the delay between each restart attempt of the driver(s), as specified by | ||||
| \fImaxretry\fR\&. Caution should be taken when using this option, since it can impact the time taken by your system to start\&. | ||||
| .sp | ||||
| The default is 5 seconds\&. | ||||
| .RE | ||||
| .PP | ||||
| \fBpollinterval\fR | ||||
| .RS 4 | ||||
| Optional\&. The status of the UPS will be refreshed after a maximum delay which is controlled by this setting\&. This is normally 2 seconds\&. This may be useful if the driver is creating too much of a load on your system or network\&. | ||||
|  |  | |||
|  | @ -58,6 +58,21 @@ directory, which is often /usr/local/ups/bin. | |||
| Optional.  Same as the UPS field of the same name, but this is the | ||||
| default for UPSes that don't have the field. | ||||
| 
 | ||||
| *maxretry*:: | ||||
| Optional.  Specify the number of attempts to start the driver(s), in case of | ||||
| failure, before giving up. A delay of 'retrydelay' is inserted between each | ||||
| attempt. Caution should be taken when using this option, since it can | ||||
| impact the time taken by your system to start. | ||||
| + | ||||
| The default is 1 attempt. | ||||
| 
 | ||||
| *retrydelay*:: | ||||
| Optional.  Specify the delay between each restart attempt of the driver(s), | ||||
| as specified by 'maxretry'. Caution should be taken when using this option, | ||||
| since it can impact the time taken by your system to start. | ||||
| + | ||||
| The default is 5 seconds. | ||||
| 
 | ||||
| *pollinterval*:: | ||||
| 
 | ||||
| Optional.  The status of the UPS will be refreshed after a maximum | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue