[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, master, updated. v_0_6_12-1-2-g914466a
Sebastian Harl
sh at tokkee.org
Thu May 19 08:48:42 UTC 2011
The following commit has been merged in the master branch:
commit 914466a3d718e9c830104117dfa945f7af4cf77f
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu May 19 10:47:49 2011 +0200
README.Debian: Be a bit more verbose about how to setup Gearman mode.
diff --git a/debian/README.Debian b/debian/README.Debian
index bd8cbe7..7e74623 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -42,12 +42,25 @@ Using Gearman mode
------------------
Starting with version 0.6.12, PNP4Nagios may operate as a Gearman worker. This
-is useful in large, distributed setups using Nagios's mod_gearman. To enable
-the PNP Gearman worker, set 'RUN' to 'yes' in /etc/default/pnp_gearman_worker.
-Also, you'll need a running mod_gearman environment. See
+is useful in large, distributed setups using Nagios's mod_gearman. To use
+the PNP Gearman worker, you'll need a running mod_gearman environment. See
<http://labs.consol.de/lang/en/nagios/mod-gearman/> for detailed setup
instructions.
+In addition, the following configuration is required to get you started:
+
+- Enable processing of performance data in Nagios: set
+ 'process_performance_data=1' in "/etc/nagios3/nagios.cfg" and reload your
+ Nagios server: /etc/init.d/nagios3 reload.
+
+- Enable the PNP Gearman worker daemon by setting 'RUN' to 'yes' in
+ /etc/default/pnp_gearman_worker. Check the Gearman related options in
+ "/etc/pnp4nagios/process_perfdata.cfg" (GEARMAN_HOST and encryption
+ settings) and start the Gearman worker: /etc/init.d/pnp_gearman_worker start
+
+- Enable distribution of performance data in mod_gearman by setting the
+ 'perfdata=yes' option.
+
When operating in Gearman mode, process_perfdata.pl requires the
Gearman::Worker, MIME::Base64, and Crypt::Rijndael Perl modules. These are
available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
--
debian packaging of PNP4Nagios
More information about the Pkg-nagios-changes
mailing list