Imported Upstream version 2.7.2

This commit is contained in:
Laurent Bigonville 2014-04-22 20:39:47 +02:00
parent 0121794af9
commit a356b56d11
263 changed files with 6039 additions and 8151 deletions

View file

@ -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\&.