summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 2 insertions, 15 deletions
diff --git a/README b/README
index b24f9b3..0857524 100644
--- a/README
+++ b/README
@@ -195,21 +195,8 @@ For the irc_bot class:
PNP4Nagios integration
======================
-Currently, there are no pnp4nagios debian packages - you need to install pnp4nagios
-from source. 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',
- ...
+
+For PNP4Nagios integration information, please see README.pnp4nagios
Examples