From c56c42b9c999742ff3cfebf1cadc8c93ad68048c Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 18 Oct 2006 12:03:10 +0000 Subject: Cater for different errors when setting thresholds git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1496 f882894a-f735-0410-b71e-b25c423dba1c --- lib/utils_base.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/utils_base.h') diff --git a/lib/utils_base.h b/lib/utils_base.h index 113e3043..44ed0a37 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h @@ -38,4 +38,8 @@ char *np_escaped_string (const char *); void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3))); +/* Return codes for _set_thresholds */ +#define NP_RANGE_UNPARSEABLE 1 +#define NP_WARN_WITHIN_CRIT 2 + #endif /* _UTILS_BASE_ */ -- cgit v1.2.3-74-g34f1