Hello, I am having a VPS and a looking for a script that will regularly monitor the server do some automatic work like restart some services. The main problem is that aftre the VPS runs for say 5-65 hours the memory utilization goes to more than 600MB and an apache restart is required to bring down the memory utilization. So if any can offer such a script to me please let me know.
Status2k does not restart services based on resource usage. You may want to set up a CRON with a custom-made PHP script to restart the server if the memory usage is too high.
Ya thats true about the Status2k. Can you guide me how to proceed with the setting up CRON job or direct me to some online resources wher I can learn. Any small help will be appreciated.