mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
build-sys: make alarm warning & critical default configurable
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7e403b50b4
commit
9df90042e2
3 changed files with 16 additions and 6 deletions
|
|
@ -134,7 +134,7 @@ If only range monitoring is needed one can limit output by using option
|
|||
and for shared network monitoring similar is
|
||||
.IR \-L20 .
|
||||
If critical level is not speficied it defaults to
|
||||
.BR 90 .
|
||||
.BR @ALARM_WARN@ .
|
||||
The
|
||||
.I percent
|
||||
argument allows fractions to be used. Alarm output is intended to be
|
||||
|
|
@ -145,7 +145,7 @@ The option is similar to warning, with exception of return value which
|
|||
is
|
||||
.BR 2 .
|
||||
If warning level is not specified it defaults to
|
||||
.BR 80 .
|
||||
.BR @ALARM_CRIT@ .
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-version\fR
|
||||
Print version information to standard output and exit successfully.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue