diff options
author | ShevAbam <shevabam@gmail.com> | 2014-06-18 10:11:11 +0200 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2014-06-18 10:11:11 +0200 |
commit | 20705a550df5b13a544dc0865c6aef16e64c99d9 (patch) | |
tree | e396dface41e30d39a68d5fe66097b1f8f641a81 /esm.config.json |
+ First commit (version 2.0)v2.0
Diffstat (limited to 'esm.config.json')
-rw-r--r-- | esm.config.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/esm.config.json b/esm.config.json new file mode 100644 index 0000000..f5812fe --- /dev/null +++ b/esm.config.json @@ -0,0 +1,34 @@ +{ + "esm": { + "version": "2.0", + "website": "http://www.ezservermonitor.com" + }, + "ping": { + "hosts": [ + "free.fr", + "orange.fr", + "google.com" + ] + }, + "last_login": { + "max": 5 + }, + "services": [ + { + "name": "Web Server (Apache)", + "port": 80 + }, + { + "name": "FTP Server (ProFTPd)", + "port": 21 + }, + { + "name": "Databases (MySQL)", + "port": 3306 + }, + { + "name": "SSH", + "port": 22 + } + ] +}
\ No newline at end of file |