Forum Discussion

Manog1978's avatar
3 months ago

python script monitor

I have python script to check the stauts of backup in my infra. some times the script getting failed and there is no Menachem to monitor the script. is there any possibility to monitor the python script.

Kindly suggest.

1 Reply

  • You could do a job monitor.

    Or you could have your python script log to LM Logs and setup a pipeline and pipeline alert to watch for the error (this is what i do with the multitude of my python automation scripts)

    Or you could wait for LM to come up with an alert ingestion endpoint (good luck).