mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: allow user to ignore small ranges and shared networks
Some have configuration which combines small ranges such as one host, and greater address ranges that are important to monitor. Especially the one host ranges tend to cause a lot of false-positive alarms, as they are immediately 100% full when a machine requests an address. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
4becf97fb3
commit
28f1e8c54c
5 changed files with 48 additions and 18 deletions
|
|
@ -110,6 +110,7 @@ struct configuration_t {
|
|||
bool backups_found;
|
||||
double warning;
|
||||
double critical;
|
||||
double minsize;
|
||||
};
|
||||
/*! \struct shared_network_t
|
||||
* \brief Counters for an individual shared network.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue