diff options
author | Eric Stanley <estanley@nagios.com> | 2012-04-06 10:22:05 -0500 |
---|---|---|
committer | Eric Stanley <estanley@nagios.com> | 2012-04-06 10:22:05 -0500 |
commit | 019c9263708d48f2140eeaafb6577ce9ad013c5e (patch) | |
tree | afba02d4e75257137f59be7736f96b0fd45f9928 /plugins/check_http.c | |
parent | 9cdd9a149c1c0213802d15cc204d60b3199a9653 (diff) | |
parent | d796c16327e6e315dd528f17e8bd597c5f506730 (diff) | |
download | monitoring-plugins-019c9263708d48f2140eeaafb6577ce9ad013c5e.tar.gz |
Merge branch 'master' of ssh://nagiosplug.git.sourceforge.net/gitroot/nagiosplug/nagiosplug
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 433c28e3..3175f6cb 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -1400,6 +1400,10 @@ print_help (void) printf (" %s\n", _("serve content (optionally within a specified time) or whether the X509 ")); printf (" %s\n", _("certificate is still valid for the specified number of days.")); printf ("\n"); + printf (" %s\n", _("Please note that this plugin does not check if the presented server")); + printf (" %s\n", _("certificate matches the hostname of the server, or if the certificate")); + printf (" %s\n", _("has a valid chain of trust to one of the locally installed CAs.")); + printf ("\n"); printf ("%s\n", _("Examples:")); printf (" %s\n\n", "CHECK CONTENT: check_http -w 5 -c 10 --ssl -H www.verisign.com"); printf (" %s\n", _("When the 'www.verisign.com' server returns its content within 5 seconds,")); |