How to monitor automatically the status of the API services deployed on one node ?
Today, we have several API services deployed in a production environment used by different IT applications.
We would like to monitor the state of these services : Are they active and ok ?
Please, do you know a way to automate this check and be notified in case of issue ?
If nothing has been designed for this purpose, I was thinking to implement a python script calling one by one the endpoints to check their execution and to log the issue for further notification. Is there an easier way to do this ?
Annie
Operating system used: Red Hat Enterprise Linux Server release 7.6 (Maipo)
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
Upgrade to v13. v11 won't have any new releases so it's a dead end. There are no built-in notifications.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
Have a look at the Unified Monitoring:
https://doc.dataiku.com/dss/latest/mlops/unified-monitoring/index.html
-
Hi,
We are using Dataiku 11 version and this feature of Unified Monitoring is not available.
Small question : is there a notification mechanism put in place in case an issue is detected ?
Thanks