mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
output: add --skip-ok option
Omit ranges and shared networks that do not exceed warning or critical thresholds. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e079cc16e0
commit
c55c823753
4 changed files with 47 additions and 2 deletions
|
|
@ -238,6 +238,7 @@ struct configuration_t {
|
|||
all_as_shared:1,
|
||||
header_limit:3,
|
||||
number_limit:3,
|
||||
skip_ok:1,
|
||||
color_mode:2;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue