build-sys: make alarm warning & critical default configurable

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-11-25 17:58:43 +00:00
parent 7e403b50b4
commit 9df90042e2
3 changed files with 16 additions and 6 deletions

View file

@ -45,8 +45,4 @@ static const unsigned int SHARED_NETWORKS = 8192;
/* Maximum number of ranges */
unsigned int RANGES;
/* Alarming defaults */
#define ALARM_WARN 80
#define ALARM_CRIT 90
#endif /* DEFAULTS_H */