mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
add --snet-alarms option to suppress excess range alarms
Some users may not want to have alarms about ranges that are part of a shared-network, so allow them to suppress such. Requested-by: Frank Bulk <fbulk@mypremieronline.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
99b6af70ef
commit
7f3d553c7f
4 changed files with 17 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ struct configuration_t {
|
|||
char *output_file;
|
||||
int output_limit[2];
|
||||
bool backups_found;
|
||||
bool snet_alarms;
|
||||
double warning;
|
||||
double critical;
|
||||
double minsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue