Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.46k stars 1.24k forks source link

Export supervisorctl status running process to azure application insight #1630

Closed Fariz-fx closed 6 months ago

Fariz-fx commented 6 months ago

I have a python program that generates multiple supervisorctl processess. I'm running it in VM, to check whether it is running or not i have to login to VM, instead i want supervisorctl status in azure application insight so that if it is stopped or restarted i can able to setup alert using kql query. Not sure how to achieve it

Let me know if you need any more information

Expectation:

All the supervisorctl status process that i have should be available in azure application insight

mnaberez commented 6 months ago

Expectation:

All the supervisorctl status process that i have should be available in azure application insight

Third party integrations like this are outside of the scope of the Supervisor project. Instead, developers can write plugins for Supervisor to integrate with third party services using events or the API. A list of examples is also available.