Hello,
I want the envent handler to run a script when a service is in critical/unknown state.
I have my script that works correctly when I launch it manually (the centreon account can launch the script).
In the poller's logs, the services that are in "critical" state will try to execute the centreon command that launches the script. However nothing happens when the Event Handler launches the command.
Any ideas ?
The command :
/usr/lib/centreon/plugins/eventhandler/open-jira-service-inc $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$
There is a log file to see the event handler execute the command ?