From b49136ddfa433c7e62158b7a810fa5883da8cbbf Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 24 Sep 2014 15:38:38 +0200 Subject: [PATCH] Generating README.Debian.plugins --- debian/README.Debian.plugins | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 debian/README.Debian.plugins diff --git a/debian/README.Debian.plugins b/debian/README.Debian.plugins new file mode 100644 index 0000000..2962fba --- /dev/null +++ b/debian/README.Debian.plugins @@ -0,0 +1,42 @@ +monitoring-plugins-cyconet +====================== + +Some plugins require additional libraries. To prevent you from having to +install dozens of further packages that you don't actually need, there is no +strict dependency on those libraries. Rather, they are listed as recommenda- +tions or suggestions. + +apt-get(8) and aptitude(8) will install recommended packages automatically by +default. If you did not disable this feature you will have everything in place +to operate all plugins when installing the "monitoring-plugins-cyconet" package. +Else you have to install missing dependencies manually (see the section "Plugin +dependencies" below). + + +Plugin dependencies: +-------------------- + +check_bgp: + Required Packages: libnet-snmp-perl, nagios-plugins-common + +check_file: + Required Packages: libtime-modules-perl + +check_nginx_status: + Required Packages: libwww-perl + +check_openvpn: + Required Packages: python-argparse + +check_phpfpm_status: + Required Packages: libwww-perl + +check_redis: + Required Packages: libredis-perl + +check_tftp: + Required Packages: libnet-tftp-perl + +check_tomcat: + Required Packages: libwww-perl, libxml-xpath-perl +