Xunnamius / supreme

⚡ CyberPanel fork leveraging both OpenLiteSpeed to deliver PHP at the speed of light and open source Nginx to unlock "enterprise" features for free.
GNU General Public License v3.0
3 stars 0 forks source link

Uptime monitoring baked in #44

Open Xunnamius opened 1 year ago

Xunnamius commented 1 year ago

Uptime monitoring for all properties shouldn't be too tough. There are many open source solutions.

There should be constant health-checking going on as well, including around permissions in the filesystem. For instance, if someone uses SFTP to upload some files to /home/X and they have the wrong permissions, CP should alert the admins. There should be other sorts of system sanity checks constantly being run and reported on as well.

If something is in a broken state or otherwise not working as expected, the admin should know about it and not have to find it out randomly one day when things go down.