summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-10-23 02:55:17 +0200
committerMicah Anderson <micah@riseup.net>2013-02-14 17:58:59 -0500
commitbab19af527a21d689324a95aa9a0134c9aadb863 (patch)
treeba066100758aa5876b811de04ef181c6818fdf3e /README
parente06e4bd98c6a9310a349f26530bfa152b9cc4224 (diff)
basic pnp4nagios grapher integration
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index 8fcd85d..b24f9b3 100644
--- a/README
+++ b/README
@@ -193,6 +193,25 @@ For the irc_bot class:
'notice' if you would prefer them to be sent as IRC
NOTICE messages.
+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',
+ ...
+
+
Examples
========