summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_cluster.c')
-rw-r--r--plugins/check_cluster.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index 89b1a0e..f232227 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -234,7 +234,7 @@ print_help(void)
234 234
235 printf("\n"); 235 printf("\n");
236 printf("%s\n", _("Options:")); 236 printf("%s\n", _("Options:"));
237 printf(_(UT_EXTRA_OPTS)); 237 printf(UT_EXTRA_OPTS);
238 printf (" %s\n", "-s, --service"); 238 printf (" %s\n", "-s, --service");
239 printf (" %s\n", _("Check service cluster status")); 239 printf (" %s\n", _("Check service cluster status"));
240 printf (" %s\n", "-h, --host"); 240 printf (" %s\n", "-h, --host");
@@ -251,14 +251,14 @@ print_help(void)
251 printf (" %s\n", _("The status codes of the hosts or services in the cluster, separated by")); 251 printf (" %s\n", _("The status codes of the hosts or services in the cluster, separated by"));
252 printf (" %s\n", _("commas")); 252 printf (" %s\n", _("commas"));
253 253
254 printf(_(UT_VERBOSE)); 254 printf(UT_VERBOSE);
255 255
256 printf("\n"); 256 printf("\n");
257 printf("%s\n", _("Notes:")); 257 printf("%s\n", _("Notes:"));
258 printf(_(UT_THRESHOLDS_NOTES)); 258 printf(UT_THRESHOLDS_NOTES);
259#ifdef NP_EXTRA_OPTS 259#ifdef NP_EXTRA_OPTS
260 printf ("\n"); 260 printf ("\n");
261 printf (_(UT_EXTRA_OPTS_NOTES)); 261 printf (UT_EXTRA_OPTS_NOTES);
262#endif 262#endif
263 263
264 printf ("\n"); 264 printf ("\n");
@@ -266,7 +266,7 @@ print_help(void)
266 printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:"); 266 printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:");
267 printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") ); 267 printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") );
268 268
269 printf(_(UT_SUPPORT)); 269 printf(UT_SUPPORT);
270} 270}
271 271
272 272