From 20705a550df5b13a544dc0865c6aef16e64c99d9 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 18 Jun 2014 10:11:11 +0200 Subject: + First commit (version 2.0) --- esm.config.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 esm.config.json (limited to 'esm.config.json') 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 -- cgit v1.2.3