mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +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
|
cause an alarm. If either a range or shared network will exceed
|
||||||
warning level return value of the command is
|
warning level return value of the command is
|
||||||
.BR 1 .
|
.BR 1 .
|
||||||
If only range monitoring is needed one can limit output by using option
|
If only range monitoring is needed one can use limit option for scoping,
|
||||||
.IR \-L10 ,
|
for example
|
||||||
and for shared network monitoring similar is
|
.IR \-L10 .
|
||||||
|
To monitor shared network only the limit would be
|
||||||
.IR \-L20 .
|
.IR \-L20 .
|
||||||
If critical level is not speficied it defaults to
|
If warning percentage is not speficied it defaults to
|
||||||
.BR @ALARM_WARN@ .
|
.BR @ALARM_WARN@ .
|
||||||
The
|
The
|
||||||
.I percent
|
.I percent
|
||||||
argument allows fractions to be used. Alarm output is intended to be
|
argument allows fractions, e.g., 88.8, to be used.
|
||||||
used with monitoring, such as Nagios.
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-critical\fR=\fIpercent\fR
|
\fB\-\-critical\fR=\fIpercent\fR
|
||||||
The option is similar to warning, with exception of return value which
|
The option is similar to warning, with exception of return value which
|
||||||
is
|
is
|
||||||
.BR 2 .
|
.BR 2 .
|
||||||
If warning level is not specified it defaults to
|
If critical percentage is not specified it defaults to
|
||||||
.BR @ALARM_CRIT@ .
|
.BR @ALARM_CRIT@ .
|
||||||
.TP
|
.TP
|
||||||
\fB\-v\fR, \fB\-\-version\fR
|
\fB\-v\fR, \fB\-\-version\fR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue