Imported Upstream version 2.7.1

This commit is contained in:
Laurent Bigonville 2013-11-24 16:00:12 +01:00
parent a1fa151fc7
commit 0121794af9
451 changed files with 41339 additions and 10887 deletions

View file

@ -1,13 +1,13 @@
'\" t
.\" Title: snmp-ups
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 08/07/2012
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 09/13/2013
.\" Manual: NUT Manual
.\" Source: Network UPS Tools
.\" Source: Network UPS Tools 2.7.1-pre1
.\" Language: English
.\"
.TH "SNMP\-UPS" "8" "08/07/2012" "Network UPS Tools" "NUT Manual"
.TH "SNMP\-UPS" "8" "09/13/2013" "Network UPS Tools 2\&.7\&.1\-p" "NUT Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@ -91,7 +91,9 @@ 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\&.
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\&.
.RE
.PP
\fBcommunity\fR=\fIname\fR
@ -101,7 +103,7 @@ Set community name (default = public)\&. Note that you require a RW community na
.PP
\fBsnmp_version\fR=\fIversion\fR
.RS 4
Set SNMP version (default = v1, the other allowed value is v2c)
Set SNMP version (default = v1, allowed: v2c, v3)
.RE
.PP
\fBpollfreq\fR=\fIvalue\fR
@ -168,7 +170,6 @@ The hostname of the UPS is specified with the "port" value in ups\&.conf, i\&.e\
port = snmp\-ups\&.example\&.com
community = public
snmp_version = v1
mibs = ietf
pollfreq = 15
desc = "Example SNMP v1 device"
.fi
@ -183,7 +184,7 @@ The hostname of the UPS is specified with the "port" value in ups\&.conf, i\&.e\
[snmpv3]
driver = snmp\-ups
port = 166\&.99\&.224\&.132
mibs = mge
snmp_version = v3
secLevel = authPriv
secName = mysecurityname
authPassword = myauthenticationpassphrase
@ -196,8 +197,6 @@ The hostname of the UPS is specified with the "port" value in ups\&.conf, i\&.e\
.SH "AUTHORS"
.sp
Arnaud Quette, Dmitry Frolov
.sp
Sponsored by Eaton http://www\&.eaton\&.com and originally by MGE UPS SYSTEMS http://www\&.mgeups\&.com/
.SH "SEE ALSO"
.SS "The core driver:"
.sp