Simple server resource panel in PHP. Monitor load, disk and memory usage with custom alert limits set within Silo. Receive email alerts when you go over these set limits.
- Clean and responsive
- Show and monitor disk, memory and load usage
- Monitor RAID status (soon)
- Email alerts
- Configure all settings on the web interface
- Create daily logfiles
- No database needed
- PHP 5.5
- VPS/Dedicated server recommended. Not made for shared hosting environments.
- Git (recommended)
- Browse to your desired install directory
- Execute git clone https://github.com/ialexpw/Silo.git
- Ensure the /resources/data directory is writable
- Set up a cronjob to /resources/cron.php every 5 minutes
- Log in to the web interface with the default password "password"
- Good to go!
Updating can be done from the command line with a git pull.
You can see the frontend by going to http://silo.picotory.com - to see the configuration screens, refer to the screenshots.
MIT License - Please view the LICENSE file.