configuration is just the same as in nagios. Just set the
according action_url to your host/service.
An example could be this host template:
define host {
name host-pnp
process_perf_data 1
action_url /shinken/pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_' class='tips' rel='/shinken/pnp4nagios/index.php/popup?host=$HOSTNAME$&srv=_HOST_
register 0
}
Just change the path to your pnp installation.
Sven
On 9/7/11 15:37, Gauthier DOUCHET wrote:
> define host {
> name host-pnp
> process_perf_data 1
> action_url /shinken/pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_' class='tips' rel='/shinken/pnp4nagios/index.php/popup?host=$HOSTNAME$&srv=_HOST_
> register 0
> }
You can use absolute paths too. Just change that to
action_url http://host/shinken/pnp4nagios/...
And the :3000 Server is usually just for development. Better integrate Thruk as fastcgi process to make it available on port 80.
Sven