wmon is web server monitor for one or more Linux servers. Features
monitor one or more servers from one location detailed load chart with zooming option and touch support services status changes and email notifications internet connection checking top processes at any pointed time disks usage and email notifications when space limit reached responsive web layout (desktop/mobile)
Docs : http://www.xrado.si/wmon/docs Config example
return array( 'hostname' => 'myserver', 'log' => '/var/log/wmon.log', 'period' => 2016, // every 5min * 2016 => 7 days 'services' => array( // array('name','daemon'), array('internet',''), array('mongodb','mongod'), array('mysql','mysqld'), array('apache','apache2'), ), 'partition_space_alert' => 90, //% ..if null disabled 'email' => '', // your email for notifications 'partitions_exclude' => '^Filesystem|tmpfs|cdrom|mnt|none|udev|//', 'external' => array( // 'hostname' => 'url to external wmon', // 'some host 2' => 'http://www.domain.com/wmon/', // 'some host 3' => 'http://www.domain.com/wwmm/', ) );