summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28d9ec4)
raw | patch | inline | side by side (parent: 28d9ec4)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 19 May 2011 08:47:49 +0000 (10:47 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 19 May 2011 08:47:49 +0000 (10:47 +0200) |
debian/README.Debian | patch | blob | history |
diff --git a/debian/README.Debian b/debian/README.Debian
index bd8cbe73e9ac2c5de44975ed75b2c6147c99dfd4..7e746239ef4674789683ae8c363c418e2e3726a5 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
------------------
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