mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
updated to POSIX return codes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@53 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
040f1650d0
commit
0db01536cb
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@
|
|||
#define STATE_CRITICAL 2 /* service state return codes */
|
||||
#define STATE_WARNING 1
|
||||
#define STATE_OK 0
|
||||
#define STATE_UNKNOWN -1
|
||||
#define STATE_DEPENDENT -2
|
||||
#define STATE_UNKNOWN 3
|
||||
#define STATE_DEPENDENT 4
|
||||
|
||||
#define DEFAULT_SOCKET_TIMEOUT 10 /* timeout after 10 seconds */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue