Go to file
ShevAbam 9970343fe5 General : cleaning and optimizing CSS
General : responsive design
General : reload button now spins when you reload block
General : update jQuery plugin Knob to 1.2.11
General : optimizing security (config file esm.config.json is now in the conf/ folder with an htaccess)
CPU : retrieves correctly CPU frequency for Raspberry Pi
CPU : add CPU temperature (+ option to enable/disable)
System : little correction for getting distro name
Swap : fix if swap is disabled
Services status : adds protocol TCP or UDP for checking service status
Services status : new option to hide port number (see show_port in services section)
2015-07-07 15:57:41 +02:00
conf General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
js General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
libs General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
web/css General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
.gitignore - System : fix to get the distro name 2014-06-18 10:15:18 +02:00
README.md General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
autoload.php General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00
favicon.ico Add favicon ; change measurements ; fix on ping module 2014-11-11 15:28:05 +01:00
index.php General : cleaning and optimizing CSS 2015-07-07 15:57:41 +02:00

README.md

eZ Server Monitor (eSM) is a script for monitoring Linux servers. It is available in Bash version and Web application.

eZ Server Monitor `Web

In its Web version eSM is a PHP script that displays on a Web page information such as:

  • System : hostname, OS, kernel version, uptime, last boot date, number of current user(s), server datetime
  • Load average : gauges showing the CPU load with the percentage (1 minute, 5 minutes et 15 minutes)
  • Network usage : displaying the IP address of each network interface with the data transmitted and received
  • CPU : model, frequency, cores number, cache L2, bogomips
  • Disk usage : table of each mount point with the space available, used and total
  • Memory : table containing the available used and total of RAM
  • Swap : table containing the available used and total of Swap
  • Last login : display last 5 user connections
  • Ping : ping the hosts defined in the configuration file
  • Services : displays the status (up or down) services defined in the configuration file

Each block can be reloaded manually.

You can download the last version here. The requirements are simple : a Linux environment, a web server (Apache2, Lighttpd, Nginx, ...) and PHP.

The documentation explains all the parameters of esm.config.json.

Changelog is available here.

View more information on the official website.