ezservermonitor-web/README.md

32 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2014-06-18 04:25:11 -04:00
[eZ Server Monitor](http://www.ezservermonitor.com) (eSM) is a script for monitoring Linux servers. It is available in [Bash](http://www.ezservermonitor.com/esm-sh/features) version and [Web](http://www.ezservermonitor.com/esm-web/features) application.
# eZ Server Monitor `Web
In its [Web](http://www.ezservermonitor.com/esm-web/features) version eSM is a PHP script that displays on a Web page information such as:
2014-06-18 04:26:01 -04:00
![](http://www.ezservermonitor.com/uploads/esm_web/esm-web_dashboard-complete.png)
2014-06-18 04:25:11 -04:00
- **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, temperature
2014-06-18 04:25:11 -04:00
- **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
Several themes are available !
![](http://www.ezservermonitor.com/uploads/esm_web/esm-web_themes.png)
2014-06-18 04:25:11 -04:00
Each block can be reloaded manually.
You can download the last version [here](http://www.ezservermonitor.com/esm-web/downloads). The [requirements](http://www.ezservermonitor.com/esm-web/documentation) are simple : a Linux environment, a web server (Apache2, Lighttpd, Nginx, ...) and PHP.
2015-02-12 09:55:21 -05:00
The [documentation](http://www.ezservermonitor.com/esm-web/documentation) explains all the parameters of *esm.config.json*.
2014-06-18 04:25:11 -04:00
Changelog is available [here](http://www.ezservermonitor.com/esm-web/changelog).
2015-02-12 09:55:21 -05:00
**View more information on the [official website](http://www.ezservermonitor.com/esm-web/features).**