summaryrefslogtreecommitdiff
path: root/README.pnp4nagios
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-14 18:52:31 -0500
committerMicah Anderson <micah@riseup.net>2013-02-14 18:52:31 -0500
commitdb5987a9a1c85371d6028cf375409ffed5be0cf0 (patch)
treee218d64a20092f33d98ca039585159321d42e385 /README.pnp4nagios
parent2ba84e4e9f009e570826fd2439f989fac0080258 (diff)
move all pnp4nagios stuff into README.pnp4nagios
remove line that says that there are no packages (there are now)
Diffstat (limited to 'README.pnp4nagios')
-rw-r--r--README.pnp4nagios16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.pnp4nagios b/README.pnp4nagios
index ac929e9..dd40702 100644
--- a/README.pnp4nagios
+++ b/README.pnp4nagios
@@ -3,6 +3,22 @@ PNP4Nagios integration
As of 2012/01 debian packages for pnp4nagios are availible from lenny-backports on.
+See http://docs.pnp4nagios.org/pnp-0.6/start for installation notes.
+
+Integration in the nagios/icinga webinterface is configured by including either
+the nagios::pnp4nagios or the nagios::pnp4nagios::popup class, the later one
+includes fancy popups when you hoover over the extra service action image. For
+hosts you need to use the host-pnp definition, for services the srv-pnp def.
+i.e.
+
+ @@nagios_service { "ping_example_node":
+ use => "generic-service,srv-pnp",
+ ...
+
+ nagios_host { 'example_node':
+ use => 'generic-host,host-pnp',
+ ...
+
In the default config files the "Bulk Mode with NPCD" is used
(see http://docs.pnp4nagios.org/en/pnp-0.6/config for more infos about the different
modes).