summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 956b504)
raw | patch | inline | side by side (parent: 956b504)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 22 Apr 2010 12:50:55 +0000 (08:50 -0400) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Thu, 22 Apr 2010 12:50:55 +0000 (08:50 -0400) |
plugins/check_cluster.c | patch | blob | history |
index 8c209f9c72cfc6770c4638649aac8f67d2f786c0..fe497d401834e4d9552898e3661831a63c189fe2 100644 (file)
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
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 (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK") );
+ printf (" %s\n", _("state.") );
printf(UT_SUPPORT);
}