Alert for Integration server is down

I would recommend investing a third party system to monitor your applications.
You could use something like prometheus with alerting.
You could also Grafana to show fancy dashboards.

The nice thing is that Integration Server (if you have an MSR license) is already compatible with Prometheus, just configure it to collection health data from your server at

http://localhost:5555/health

and that’s it

Here’s a tech article describing how to do it.

If you don’t have a license you can always just ping the server via

http://localhost:5555/invoke/wm.server/ping

but, I would definitely invest in an MSR license going forward

regards,
John.

1 Like