summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b2a0c3)
raw | patch | inline | side by side (parent: 9b2a0c3)
author | Holger Weiss <hweiss@users.sourceforge.net> | |
Fri, 20 Apr 2007 17:39:52 +0000 (17:39 +0000) | ||
committer | Holger Weiss <hweiss@users.sourceforge.net> | |
Fri, 20 Apr 2007 17:39:52 +0000 (17:39 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1695 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_cluster.c | patch | blob | history |
index 9ded4a80f7c9e549a12870cc2f236746cfba4c46..d76bce4e455ab1bf435a007c7be15500097c70f4 100644 (file)
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
#define CHECK_SERVICES 1
#define CHECK_HOSTS 2
+void print_help (void);
+void print_usage (void);
+
int total_services_ok=0;
int total_services_warning=0;
int total_services_unknown=0;
int main(int argc, char **argv){
- char input_buffer[MAX_INPUT_BUFFER];
char *ptr;
int data_val;
int return_code=STATE_OK;
- int error=FALSE;
thresholds *thresholds;
if(process_arguments(argc,argv)==ERROR)