Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
Add README.md
  • Loading branch information
shevabam committed Jun 18, 2014
1 parent 34e8999 commit 5b5d785
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 239 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
[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 `sh

In its [Bash](http://www.ezservermonitor.com/esm-sh/features) version eSM is a simple script that displays on a terminal information such as:

![](http://www.ezservermonitor.com/uploads/esm_sh/esm-sh_dashboard-complete.png)

- **System** : hostname, OS, kernel version, uptime, last boot date, number of current user(s), server datetime
- **Load average** : percentages showing the CPU load (1 minute, 5 minutes et 15 minutes)
- **CPU** : model, frequency, cores number, cache L2, bogomips
- **Memory** : displays free and total memory
- **Network usage** : displaying the IP address of each network interface (WAN and LAN)
- **Ping** : ping the hosts defined in the configuration section of the script
- **Disk usage** : table of each mount point with the space available, used and total
- **Services** : displays the status (up or down) services defined in the configuration section of the script
- **Disks and system temperatures** : displays the disks, CPU and motherboard temperatures (optional)


You can download the last version [here](http://www.ezservermonitor.com/esm-sh/downloads). The [documentation](http://www.ezservermonitor.com/esm-sh/documentation) describes the script as a whole and also the list of options available.

View more information on the [official website](http://www.ezservermonitor.com/esm-sh/features).

0 comments on commit 5b5d785

Please sign in to comment.