[ HOME ]

How to monitor ASSP

 

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

assp_monitor.php cronjob
assp_monitor.php cronjob  is obsolete , if you are still using it , remove it and choose one of these 2 solutions to monitor ASSP .


 

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 suggest you to use status.php if ASSP restarts often on your server.



[ HOME ]