diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-02-11 21:36:55 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-02-11 21:36:55 (GMT) |
commit | f99612320d6eda67644c07be04bb21aa4d7789db (patch) | |
tree | f849692b287b69e586044def28ab1324f241c720 | |
parent | 5be1694d275e5109dbf89d11de4fb912495d59ef (diff) | |
download | monitoring-plugins-f99612320d6eda67644c07be04bb21aa4d7789db.tar.gz |
Hints re: SSL features
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1924 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | REQUIREMENTS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index 9fdf408..72b54bc 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -7,6 +7,10 @@ that are dependent on other programs/libraries that are missing are | |||
7 | usually not compiled. Requirements for various plugins are listed | 7 | usually not compiled. Requirements for various plugins are listed |
8 | below... | 8 | below... |
9 | 9 | ||
10 | check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls | ||
11 | - Requires openssl or gnutls libraries for SSL connections | ||
12 | http://www.openssl.org, http://www.gnu.org/software/gnutls | ||
13 | |||
10 | check_fping: | 14 | check_fping: |
11 | - Requires the fping utility distributed with SATAN. Either | 15 | - Requires the fping utility distributed with SATAN. Either |
12 | download and install SATAN or grab the fping program from | 16 | download and install SATAN or grab the fping program from |