Imported Upstream version 2.6.4
This commit is contained in:
parent
fad6ced6f6
commit
fefe62b2bd
257 changed files with 6020 additions and 1394 deletions
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: upsd.users
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 10/09/2011
|
||||
.\" Date: 05/25/2012
|
||||
.\" Manual: NUT Manual
|
||||
.\" Source: Network UPS Tools
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "UPSD\&.USERS" "5" "10/09/2011" "Network UPS Tools" "NUT Manual"
|
||||
.TH "UPSD\&.USERS" "5" "05/25/2012" "Network UPS Tools" "NUT Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
@ -44,6 +44,7 @@ Here are some examples to get you started:
|
|||
[admin]
|
||||
password = mypass
|
||||
actions = set
|
||||
actions = fsd
|
||||
instcmds = all
|
||||
.fi
|
||||
.if n \{\
|
||||
|
|
@ -95,7 +96,9 @@ Set the password for this user\&.
|
|||
.PP
|
||||
\fBactions\fR
|
||||
.RS 4
|
||||
Allow the user to do certain things with upsd\&. Valid actions are:
|
||||
Allow the user to do certain things with upsd\&. To specify multiple actions, use multiple instances of the
|
||||
\fBactions\fR
|
||||
field\&. Valid actions are:
|
||||
.PP
|
||||
SET
|
||||
.RS 4
|
||||
|
|
@ -105,14 +108,16 @@ change the value of certain variables in the UPS
|
|||
FSD
|
||||
.RS 4
|
||||
set the forced shutdown flag in the UPS\&. This is equivalent to an "on battery + low battery" situation for the purposes of monitoring\&.
|
||||
.RE
|
||||
.RE
|
||||
.sp
|
||||
The list of actions is expected to grow in the future\&.
|
||||
.RE
|
||||
.RE
|
||||
.PP
|
||||
\fBinstcmds\fR
|
||||
.RS 4
|
||||
Let a user initiate specific instant commands\&. Use "ALL" to grant all commands automatically\&. To specify multiple commands, use multiple instances of the instcmds field\&. For the full list of what your UPS supports, use "upscmd \-l"\&.
|
||||
Let a user initiate specific instant commands\&. Use "ALL" to grant all commands automatically\&. To specify multiple commands, use multiple instances of the
|
||||
\fBinstcmds\fR
|
||||
field\&. For the full list of what your UPS supports, use "upscmd \-l"\&.
|
||||
.sp
|
||||
The
|
||||
cmdvartab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue