From 124754b2fe6cfcc88b4f4c02ca690f141511bae2 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 23 Oct 2010 02:55:17 +0200 Subject: basic pnp4nagios grapher integration --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README') diff --git a/README b/README index de1294d..47f17a9 100644 --- a/README +++ b/README @@ -213,6 +213,25 @@ Options to change the behavior of the nagios module: '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 ======== -- cgit v1.2.3 From bab19af527a21d689324a95aa9a0134c9aadb863 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 23 Oct 2010 02:55:17 +0200 Subject: basic pnp4nagios grapher integration --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README') 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 ======== -- cgit v1.2.3 From db5987a9a1c85371d6028cf375409ffed5be0cf0 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 14 Feb 2013 18:52:31 -0500 Subject: move all pnp4nagios stuff into README.pnp4nagios remove line that says that there are no packages (there are now) --- README | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'README') 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 -- cgit v1.2.3