From 58025a24515cd466187051c118cf640dcc28083f Mon Sep 17 00:00:00 2001 From: Dustin Dauncey Date: Sun, 7 Sep 2014 21:27:28 -0700 Subject: [PATCH 1/2] Update index.php Added more uniformity with regards to uppercase and lowercase. Shortened some names for easier read. I.e.: "CPU Speed" -> "Speed" because it is in the CPU column and so having "CPU" in their seems very redundant. --- index.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.php b/index.php index 52ba89d..6036f9e 100644 --- a/index.php +++ b/index.php @@ -97,7 +97,7 @@ $update = $Config->checkUpdate(); - Server datetime + Server date & time @@ -149,15 +149,15 @@ $update = $Config->checkUpdate(); - Cores # + Cores - CPU Speed + Speed - Cache L2 + Cache @@ -240,19 +240,19 @@ $update = $Config->checkUpdate(); - + - + - + - + @@ -272,19 +272,19 @@ $update = $Config->checkUpdate();
Used RAMUsed
0%
Used RAMUsed
Free RAMFree
Total RAMTotal
- + - + - + - + @@ -358,4 +358,4 @@ $update = $Config->checkUpdate(); - \ No newline at end of file + From 2c0c68fdc346ae8646a352b716b28574fc4e60ea Mon Sep 17 00:00:00 2001 From: Dustin Dauncey Date: Sun, 7 Sep 2014 21:30:43 -0700 Subject: [PATCH 2/2] Update esm.config.json Added a couple more examples of services. Also edited names to be more general (removed the specific application name since that depends on everybody's configuration). Also changed hosts to be the top visited sites in the world. --- esm.config.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/esm.config.json b/esm.config.json index e0a6ebd..802cdb1 100644 --- a/esm.config.json +++ b/esm.config.json @@ -8,9 +8,9 @@ }, "ping": { "hosts": [ - "free.fr", - "orange.fr", - "google.com" + "facebook.com", + "google.com", + "yahoo.com" ] }, "last_login": { @@ -18,24 +18,34 @@ }, "services": [ { - "name": "Web Server (Apache)", + "name": "Web Server", "host": "localhost", "port": 80 }, { - "name": "FTP Server (ProFTPd)", + "name": "Email Server (incoming)", + "host": "localhost", + "port": 993 + }, + { + "name": "Email Server (outgoing)", + "host": "localhost", + "port": 587 + }, + { + "name": "FTP Server", "host": "localhost", "port": 21 }, { - "name": "Databases (MySQL)", + "name": "Database Server", "host": "localhost", "port": 3306 }, { - "name": "SSH", + "name": "SSH Service", "host": "localhost", "port": 22 } ] -} \ No newline at end of file +}
Used SwapUsed
0%
Used SwapUsed
Free SwapFree
Total SwapTotal