ASSP monitoring

 


If you want monitor ASSP and restart it as possible in case of crash you may follow 2 ways using ASSP Deluxe for cPanel ;
 

 

1) You can set ON the ASSP MONITOR on your ASSP WHM WEB Interface .

  It will create the ASSP service on WHM/Services


 

It will monitor ASSP status on port 25 and it will restart ASSP if required.

 

2) You can use following cronjob (enter it with crontab -e) , available with ASSP DELUXE 2.2.9 and above
 

*/1 * * * * /usr/local/cpanel/3rdparty/bin/php /usr/local/assp/deluxe/status.php


status.php
restarts ASSP if required and you will receive an email notification.  status.php automatically disables solution 1) above.  It's better than solution 1 because it executes more checks before restarting ASSP .

I recommend the usage of status.php if ASSP restarts often on your server.