From 3f6a49bae3ec616469f21dfbbbaff052055b0c0e Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 18 Jun 2014 10:15:18 +0200 Subject: - System : fix to get the distro name - Services : fix on service names with accent - Services : ability to specify a host for each service - Network usage : fix to retrieve the name of the network interfaces - Memory : the cached and buffers memory are added to free memory now - Load Average : taking into account the number of cores - Disk usage : new option to hide tmpfs mountpoints - General : remove all PHP short tags --- esm.config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'esm.config.json') diff --git a/esm.config.json b/esm.config.json index f5812fe..e0a6ebd 100644 --- a/esm.config.json +++ b/esm.config.json @@ -1,8 +1,11 @@ { "esm": { - "version": "2.0", + "version": "2.1", "website": "http://www.ezservermonitor.com" }, + "disk": { + "show_tmpfs": false + }, "ping": { "hosts": [ "free.fr", @@ -16,18 +19,22 @@ "services": [ { "name": "Web Server (Apache)", + "host": "localhost", "port": 80 }, { "name": "FTP Server (ProFTPd)", + "host": "localhost", "port": 21 }, { "name": "Databases (MySQL)", + "host": "localhost", "port": 3306 }, { "name": "SSH", + "host": "localhost", "port": 22 } ] -- cgit v1.3