diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-06-18 01:06:16 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-06-18 01:06:16 (GMT) |
commit | 0db01536cb9cd5717ccbaca005fd9a6236dd7a6b (patch) | |
tree | b70842a4036063505ed3aa200c554afe48ac16f5 /plugins/common.h.in | |
parent | 040f1650d0b26c580c44e8c978011510e330b412 (diff) | |
download | monitoring-plugins-0db01536cb9cd5717ccbaca005fd9a6236dd7a6b.tar.gz |
updated to POSIX return codes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@53 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/common.h.in')
-rw-r--r-- | plugins/common.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common.h.in b/plugins/common.h.in index 9cb4bcb..7281702 100644 --- a/plugins/common.h.in +++ b/plugins/common.h.in | |||
@@ -102,8 +102,8 @@ | |||
102 | #define STATE_CRITICAL 2 /* service state return codes */ | 102 | #define STATE_CRITICAL 2 /* service state return codes */ |
103 | #define STATE_WARNING 1 | 103 | #define STATE_WARNING 1 |
104 | #define STATE_OK 0 | 104 | #define STATE_OK 0 |
105 | #define STATE_UNKNOWN -1 | 105 | #define STATE_UNKNOWN 3 |
106 | #define STATE_DEPENDENT -2 | 106 | #define STATE_DEPENDENT 4 |
107 | 107 | ||
108 | #define DEFAULT_SOCKET_TIMEOUT 10 /* timeout after 10 seconds */ | 108 | #define DEFAULT_SOCKET_TIMEOUT 10 /* timeout after 10 seconds */ |
109 | 109 | ||