mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
man: fix errors in alarm warning and critical options text
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
9df90042e2
commit
7685d08cf0
1 changed files with 7 additions and 7 deletions
|
|
@ -129,22 +129,22 @@ Turn on alarm output format, and specify percentage number which will
|
|||
cause an alarm. If either a range or shared network will exceed
|
||||
warning level return value of the command is
|
||||
.BR 1 .
|
||||
If only range monitoring is needed one can limit output by using option
|
||||
.IR \-L10 ,
|
||||
and for shared network monitoring similar is
|
||||
If only range monitoring is needed one can use limit option for scoping,
|
||||
for example
|
||||
.IR \-L10 .
|
||||
To monitor shared network only the limit would be
|
||||
.IR \-L20 .
|
||||
If critical level is not speficied it defaults to
|
||||
If warning percentage is not speficied it defaults to
|
||||
.BR @ALARM_WARN@ .
|
||||
The
|
||||
.I percent
|
||||
argument allows fractions to be used. Alarm output is intended to be
|
||||
used with monitoring, such as Nagios.
|
||||
argument allows fractions, e.g., 88.8, to be used.
|
||||
.TP
|
||||
\fB\-\-critical\fR=\fIpercent\fR
|
||||
The option is similar to warning, with exception of return value which
|
||||
is
|
||||
.BR 2 .
|
||||
If warning level is not specified it defaults to
|
||||
If critical percentage is not specified it defaults to
|
||||
.BR @ALARM_CRIT@ .
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue