summaryrefslogtreecommitdiffstats
path: root/plugins/check_cluster.c
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2009-06-22 19:48:57 (GMT)
committerTon Voon <ton.voon@opsera.com>2009-06-22 19:48:57 (GMT)
commit9ff36ec7e341dab6792652b4b18e32016eeef3d2 (patch)
treec3824967496ae49ed5a93bb4013c397ab689c968 /plugins/check_cluster.c
parent013f0a187f0a52edc94488ed1afbed71a6d3efd5 (diff)
downloadmonitoring-plugins-9ff36ec7e341dab6792652b4b18e32016eeef3d2.tar.gz
Added example for check_cluster to alert if more than X non-OK states
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