diff options
| author | shevabam <shevabam@users.noreply.github.com> | 2014-09-08 10:21:29 +0200 |
|---|---|---|
| committer | shevabam <shevabam@users.noreply.github.com> | 2014-09-08 10:21:29 +0200 |
| commit | d329cc43a9cfe55c2d1f67f93cf190385ddaea6a (patch) | |
| tree | facd1cb0ec27c8fcec4e2654bca67d31d11829cc /esm.config.json | |
| parent | ba7510e77e8240c545b9999cc69c721197031153 (diff) | |
| parent | 2c0c68fdc346ae8646a352b716b28574fc4e60ea (diff) | |
Merge pull request #4 from dustindauncey/master
Improved unity in labels and made more general for users
Diffstat (limited to 'esm.config.json')
| -rw-r--r-- | esm.config.json | 26 |
1 files 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 +} |
