diff options
author | varac <varacanero@zeromail.org> | 2010-10-23 02:55:17 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:04:45 +0000 |
commit | 124754b2fe6cfcc88b4f4c02ca690f141511bae2 (patch) | |
tree | 9f08f2722555d496c4c2edaedaa92400d8a43303 /README | |
parent | 66257f3c425fea5fcea2acb999854aae5e7cf9f1 (diff) |
basic pnp4nagios grapher integration
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 ======== |