mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-24 11:23:12 -04:00
Added example for check_cluster to alert if more than X non-OK states
This commit is contained in:
parent
013f0a187f
commit
9ff36ec7e3
1 changed files with 5 additions and 0 deletions
|
|
@ -261,6 +261,11 @@ print_help(void)
|
|||
printf (_(UT_EXTRA_OPTS_NOTES));
|
||||
#endif
|
||||
|
||||
printf ("\n");
|
||||
printf ("%s\n", _("Examples:"));
|
||||
printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:");
|
||||
printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") );
|
||||
|
||||
printf(_(UT_SUPPORT));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue