summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-25 12:06:44 -0400
committerMicah Anderson <micah@riseup.net>2013-04-25 12:06:44 -0400
commit7d910cc66ea98fea4e83a3d1003bb7c3a0c6a7ce (patch)
treeeaf8ac5503880e64d9d8e0e5c415ccc836e1aa81 /README
parent57a1140b437a8cfb9cfd5d94a5759b1e3ed86d45 (diff)
parenta814cdad2b1ff47066df4c8b5d948f22210c0832 (diff)
Merge branch 'master' into leap
Conflicts: README README.pnp4nagios manifests/defaults/pnp4nagios.pp manifests/munin.pp manifests/pnp4nagios.pp manifests/pnp4nagios/popup.pp
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 1 insertions, 21 deletions
diff --git a/README b/README
index 7fd1f02..90a97c6 100644
--- a/README
+++ b/README
@@ -185,30 +185,10 @@ For the irc_bot class:
'notice' if you would prefer them to be sent as IRC
NOTICE messages.
-
-PNP4Nagios Nagios Grapher integration
-=====================================
-
-see README.pnp4nagios
-
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
========