[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Integrating Monit alerts in ServiceNow
From: |
Lutz Mader |
Subject: |
Re: Integrating Monit alerts in ServiceNow |
Date: |
Sat, 15 Sep 2018 12:14:57 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Hello Victor,
I don't know anything about the ServiceNow API, but some useful curl
samples are available on the monit site,
see https://mmonit.com/wiki/Notification/Notification
> 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
I use the samples to write my own notification script.
With regards,
Lutz