summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b34e85)
raw | patch | inline | side by side (parent: 5b34e85)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 27 Apr 2011 07:33:31 +0000 (09:33 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 27 Apr 2011 07:33:31 +0000 (09:33 +0200) |
debian/README.Debian | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/README.Debian b/debian/README.Debian
index a275abd103c420b2222616e47bcd86400f3ac565..5364f0a5a9f1397c493ca89387d4d549e8d73217 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
PNP4Nagios for Debian
---------------------
+PNP4Nagios supports several modes of operation. They differ in the way how
+performance data is being processed and, thus, the efficiency of PNP. Detailed
+documentation is available at <http://docs.pnp4nagios.org/pnp-0.6/modes>.
+
+Using bulk mode
+---------------
+
We recommend to use bulk mode with NPCD and npcdmod. This will facilitate an
easy installation and fast processing of performance data. To enable NPCD, set
'RUN' to 'yes' in /etc/default/npcd.
<http://docs.pnp4nagios.org/pnp-0.6/config>.
-- Sven Velt <sven@velt.de> Wed, 30 Sep 2009 13:55:35 +0000
+
+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
+<http://labs.consol.de/lang/en/nagios/mod-gearman/> for detailed setup
+instructions.
+
+ -- Sebastian Harl <tokkee@debian.org> Wed, 27 Apr 2011 09:32:52 +0200
diff --git a/debian/control b/debian/control
index 962bd806bd4c589bf35e91b45ddde8ea6f33496e..490714b7cbd65abc72d1c533fb1e340823c75507 100644 (file)
--- a/debian/control
+++ b/debian/control
plugins and stores them automatically into Round Robin Databases (RRD). It
fully integrates itself into the Nagios Monitoring Website.
.
- PNP's goal is to be easily configurable and maintainable.
+ PNP's goal is to be easily configurable and maintainable. It supports several
+ modes of operation. When using the Gearman mode, some additional Perl modules
+ are required: Gearman::Worker, MIME::Base64, and Crypt::Rijndael which are
+ available in the libgearman-client-perl, perl, and libcrypt-rijndael-perl
+ packages.
.
This package contains the NPCD-related binaries and process_perfdata.pl.