I was wondering if it is possible to generate action perl template, say Unix_t.
What I do is configure action->remote command, then create action, appropiate trigger and its state, like this:
trigger blabla, trigger value on, and action:
The point is I need to perform action per trigger for this specific template, which applies to any host linked to this template.
As far as I remember, there is only possible to perform action per host, say
It is possible to have this applied to template? Or am I supposed to create action per every trigger for every host separately?
Thanks.
What I do is configure action->remote command, then create action, appropiate trigger and its state, like this:
trigger blabla, trigger value on, and action:
Code:
Unix_t:/etc/init.d/apache stop
As far as I remember, there is only possible to perform action per host, say
Code:
router1:/etc/init.d/apache stop
Thanks.
Comment