diff options
author | nadir <nadir-technik@nadir.org> | 2010-12-12 18:32:41 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-17 16:01:37 +0200 |
commit | 6fce1dbdd2ffcdc10a688ce502df9c58c678ec6f (patch) | |
tree | b0bac1336b3adf7da2d6f55f396baf4384a33931 /files | |
parent | a13caaca215585f00aa48a7f9638c62187b58374 (diff) |
added pnp-grapher templates for explicit use
Diffstat (limited to 'files')
-rw-r--r-- | files/pnp4nagios/pnp4nagios-popup-templates.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/pnp4nagios/pnp4nagios-popup-templates.cfg b/files/pnp4nagios/pnp4nagios-popup-templates.cfg index 0035c63..de17d84 100644 --- a/files/pnp4nagios/pnp4nagios-popup-templates.cfg +++ b/files/pnp4nagios/pnp4nagios-popup-templates.cfg @@ -12,3 +12,20 @@ define service { register 0 } +# templates for explicit use, i.e. +# use => 'generic-host-pnp' + +define host { + name generic-host-pnp + use generic-host,host-pnp +# action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_ + register 0 +} + +define service { + name generic-service-pnp + use generic-service,srv-pnp +# action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_ + register 0 +} + |