Code

Replace broken usage of NAGIOS_CONFIG_PATH with a stub function (that will try to...
[nagiosplug.git] / REQUIREMENTS
index ebc495b4866911b07659886d234729b4a544e3a4..72b54bc719c583b78603966a879691aa47b93799 100644 (file)
@@ -7,6 +7,10 @@ that are dependent on other programs/libraries that are missing are
 usually not compiled.  Requirements for various plugins are listed
 below...
 
+check_ldaps, check_http --ssl, check_tcp --ssl, check_smtp --starttls
+       - Requires openssl or gnutls libraries for SSL connections
+         http://www.openssl.org, http://www.gnu.org/software/gnutls
+
 check_fping:
        - Requires the fping utility distributed with SATAN.  Either
          download and install SATAN or grab the fping program from
@@ -46,6 +50,8 @@ check_radius:
        - Requires the radiusclient library available from
          ftp://ftp.cityline.net/pub/radiusclient/
                RPM (rpmfind): radiusclient 0.3.2, radiusclient-devel-0.3.2
+       - Alternatively radiusclient-ng can be used:
+         http://developer.berlios.de/projects/radiusclient-ng/
 
 check_snmp:
        - Requires the NET-SNMP package available from
@@ -67,6 +73,9 @@ check_ups:
        - Requires Network UPS Tools (>= 1.4) to run on the server to monitor
          http://www.networkupstools.org/
 
+check_ide_smart:
+       - Uses the Linux specific SMART interface [http://smartlinux.sourceforge.net/smart/index.php]. 
+
 OS Specific Issues
 ------------------