summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2010-12-12 18:35:08 +0100
committerLeap devs <sysdev@leap.se>2012-09-19 16:06:30 +0000
commitbcfbd90706c691d846835cf5ea95969845d48330 (patch)
tree42c9793ea38bcbb3a11a0971c2e0ec01805947e1
parent30337269f48857c324589dbdbf6dfa0096fcd56f (diff)
added pnp-grapher templates for explicit use
-rw-r--r--files/pnp4nagios/pnp4nagios-templates.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/pnp4nagios/pnp4nagios-templates.cfg b/files/pnp4nagios/pnp4nagios-templates.cfg
index 14b60c9..64c5186 100644
--- a/files/pnp4nagios/pnp4nagios-templates.cfg
+++ b/files/pnp4nagios/pnp4nagios-templates.cfg
@@ -1,5 +1,7 @@
# http://docs.pnp4nagios.org/de/pnp-0.6/webfe
+# templates for additional use, i.e.
+# use => 'generic-host,host-pnp'
define host {
name host-pnp
action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_
@@ -12,3 +14,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
+}
+