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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index 0138588..89b1a0e 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -261,6 +261,11 @@ print_help(void)
261 printf (_(UT_EXTRA_OPTS_NOTES)); 261 printf (_(UT_EXTRA_OPTS_NOTES));
262#endif 262#endif
263 263
264 printf ("\n");
265 printf ("%s\n", _("Examples:"));
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") );
268
264 printf(_(UT_SUPPORT)); 269 printf(_(UT_SUPPORT));
265} 270}
266 271