[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2182] nagiosplug/trunk/plugins/check_http.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Sat Mar 21 07:58:29 CET 2009


Revision: 2182
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2182&view=rev
Author:   dermoth
Date:     2009-03-21 06:58:28 +0000 (Sat, 21 Mar 2009)

Log Message:
-----------
Update check_http short help with new stycky and stickyport options.

From: Thomas Guyot-Sionnest <dermoth at aei.ca>

Modified Paths:
--------------
    nagiosplug/trunk/plugins/check_http.c

Modified: nagiosplug/trunk/plugins/check_http.c
===================================================================
--- nagiosplug/trunk/plugins/check_http.c	2009-03-21 06:41:26 UTC (rev 2181)
+++ nagiosplug/trunk/plugins/check_http.c	2009-03-21 06:58:28 UTC (rev 2182)
@@ -1407,8 +1407,8 @@
   printf (_("Usage:"));
   printf (" %s -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]\n",progname);
   printf ("       [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]\n");
-  printf ("       [-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]\n");
-  printf ("       [-s string] [-l] [-r <regex> | -R <case-insensitive regex>] [-P string]\n");
-  printf ("       [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>] [-A string]\n");
-  printf ("       [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n");
+  printf ("       [-a auth] [-f <ok | warn | critcal | follow | sticky | stickyport>]\n");
+  printf ("       [-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]\n");
+  printf ("       [-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]\n");
+  printf ("       [-A string] [-k string] [-S] [-C <age>] [-T <content-type>] [-j method]\n");
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list