Hi
We need to integrate Monit alerts to our ServiceNow solution.
EMail/SMTP alerts are not permitted
ServiceNow will accept curl calls.
We setup a bash script that will connect to ServiceNow using curl calls and we need to send it the information of the alert triggeredÂ
Any idea how we can do that?
Can we use the same variables used in Email Alerts like $HOST, $DESCRIPTION, $EVENT
If so, how can we use those variables and call our script when an alert is triggered?
Thank you
Victor