summaryrefslogtreecommitdiff
path: root/files/pnp4nagios/pnp4nagios-popup-templates.cfg
blob: 0035c630065ab3a9260ccdf8c8e5668003bd0f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# http://docs.pnp4nagios.org/de/pnp-0.6/webfe

define host {
   name       host-pnp
   action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_' class='tips' rel='/pnp4nagios/index.php/popup?host=$HOSTNAME$&srv=_HOST_
   register   0
}

define service {
   name       srv-pnp
   action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=$SERVICEDESC$' class='tips' rel='/pnp4nagios/index.php/popup?host=$HOSTNAME$&srv=$SERVICEDESC$
   register   0
}