0

We are starting our server using django using the below command and it works fine.

Python3 ./manage.py runsslserver www.abc.com:8443 —certificate abc.vet —key abc.pem

But sometimes it automatically crashes . I would like to understand about how to monitor this , do we have any prebuilt monitoring in django itself

The approach I have is a shell script where I can constantly check if process is up using Ps -ef

Is there anything inbuilt in django to monitor if this sslsevrr is up ?

Regards Tejas

user2256825
  • 594
  • 6
  • 22

0 Answers0