photogabble / php-rrdtools-server-monitor

Basic server monitoring with PHP & RRDTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Server Monitoring using PHP and RRDTools

If you feel that a monitoring service such as Cacti is too heavy for you needs you may find this project of interest. This provides monitoring with minute resolution for Nginx, CPU Usage, Network Traffic and Memory Usage.

In the future I will be adding IO and MySQL monitoring.

Requirements

  • php-rrd extension be installed - install on Ubuntu via apt-get install php-rrd
  • sysstat package be installed. This includes the mpstat command used for CPU reporting - install on Ubuntu via apt-get install sysstat

About

Basic server monitoring with PHP & RRDTools

License:MIT License


Languages

Language:PHP 99.8%Language:Shell 0.2%