Skip to content

ialexpw/Silo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silo

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.

Features

  • 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

Requirements

  • PHP 5.5+
  • VPS/Dedicated server recommended. Not made for shared hosting environments.
  • Git (recommended)

Installation

  1. Browse to your desired install directory
  2. Execute git clone https://github.com/ialexpw/Silo.git
  3. Ensure the /resources/data directory is writable
  4. Set up a cronjob to /resources/cron.php every 5 minutes
  5. Log in to the web interface with the default password "password"
  6. Good to go!

Updating Silo

Updating can be done from the command line with a git pull.

Demo

You can see the frontend by going to http://silo.picotory.com - to see the configuration screens, refer to the screenshots.

Screenshots

Homepage

image

Configurator

image

Licence

MIT License - Please view the LICENSE file.