"node check": initial general output

This commit is contained in:
Ian Barwick
2017-08-14 17:32:44 +09:00
parent 3b2158edbf
commit fa7d60cd51
5 changed files with 313 additions and 137 deletions

View File

@@ -159,13 +159,6 @@ typedef enum {
} t_server_action;
typedef enum {
CHECK_STATUS_OK = 0,
CHECK_STATUS_WARNING,
CHECK_STATUS_CRITICAL,
CHECK_STATUS_UNKNOWN
} CheckStatus;
/* global configuration structures */
extern t_runtime_options runtime_options;