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:
Sami Kerola 2013-07-12 19:18:24 +01:00
parent 4becf97fb3
commit 28f1e8c54c
5 changed files with 48 additions and 18 deletions

View file

@ -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.