PHP Server Monitor App¶
About¶
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
- Questions? Ask in the Cloudron Forum - PHP Server Monitor
- Website
- Issue tracker
Check interval¶
The app is configured to check the status of online servers every 5 minutes and check the status of offline servers every minute.
Custom config¶
Custom configuration can be added in /app/data/config.php using the File manager.
Public page¶
To setup a public page (accessed at /public.php):
- Set
PSM_PUBLICto true in/app/data/config.php. - Create a user named
__PUBLIC__. Set the Level toAnonymous. - Add servers to user 'PUBLIC'.
- Go to
/public.php.