Mendix Cloud Alerts sent to external system via API

0
Hi,    I am interested if there is a way to send the Alerts that come into the Mendix Portal in regards to app health, CPU thresholds exceeded, critical logs, app status etc via an API to an external system. The scope would be to centralize these from multiple Mendix apps and create an overview dashboard in that external system, but the challenge is to actually get these alerts that now come into the Mendix portal and also via email to be sent via the API.   Any information would be helpful. Thanks !
asked
2 answers
0

Hi Cojocaru Razvan ,

There is also a webhook option to receive alerts, which is an alternative to receiving alerts via email. 

 

Link: https://docs.mendix.com/developerportal/operate/receive-alerts/#alerts-using-webhooks

answered
0

I would recommend to take a look at existing solutions (DataDog, Prometheus etc.) that can be used with the Mendix platform to centralize logging, analytics, monitoring etc.

See also the documentation: https://docs.mendix.com/refguide/metrics/ and https://docs.mendix.com/developerportal/operate/monitoring-with-apm/

answered