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:
Sami Kerola 2015-11-27 23:42:23 +00:00
parent 99b6af70ef
commit 7f3d553c7f
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
4 changed files with 17 additions and 1 deletions

View file

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