summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
commitcaa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch)
tree118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/check_cluster.c
parent16f53e0717b60660145388b0feb351628f606211 (diff)
downloadmonitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r--plugins/check_cluster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index d493149..04919e0 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){
149int process_arguments(int argc, char **argv){ 149int 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'},