summaryrefslogtreecommitdiff
path: root/esm.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'esm.config.json')
-rw-r--r--esm.config.json34
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