diff options
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r-- | plugins/check_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index d4931499..04919e0d 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
@@ -124,7 +124,7 @@ int main(int argc, char **argv){ | |||
124 | } | 124 | } |
125 | } | 125 | } |
126 | } | 126 | } |
127 | 127 | ||
128 | 128 | ||
129 | /* return the status of the cluster */ | 129 | /* return the status of the cluster */ |
130 | if(check_type==CHECK_SERVICES){ | 130 | if(check_type==CHECK_SERVICES){ |
@@ -149,7 +149,7 @@ int main(int argc, char **argv){ | |||
149 | int process_arguments(int argc, char **argv){ | 149 | int process_arguments(int argc, char **argv){ |
150 | int c; | 150 | int c; |
151 | int option=0; | 151 | int option=0; |
152 | static struct option longopts[]={ | 152 | static struct option longopts[]={ |
153 | {"data", required_argument,0,'d'}, | 153 | {"data", required_argument,0,'d'}, |
154 | {"warning", required_argument,0,'w'}, | 154 | {"warning", required_argument,0,'w'}, |
155 | {"critical", required_argument,0,'c'}, | 155 | {"critical", required_argument,0,'c'}, |