aboutsummaryrefslogtreecommitdiffstats
path: root/esm.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'esm.config.json')
-rw-r--r--esm.config.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/esm.config.json b/esm.config.json
deleted file mode 100644
index 2916ea1..0000000
--- a/esm.config.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "esm": {
- "version": "2.4",
- "website": "http://www.ezservermonitor.com",
- "check_updates": true,
- "auto_refresh": 0
- },
- "disk": {
- "show_tmpfs": false
- },
- "ping": {
- "hosts": [
- "facebook.com",
- "google.com",
- "yahoo.com"
- ]
- },
- "last_login": {
- "max": 5
- },
- "services": [
- {
- "name": "Web Server",
- "host": "localhost",
- "port": 80
- },
- {
- "name": "Email Server (incoming)",
- "host": "localhost",
- "port": 993
- },
- {
- "name": "Email Server (outgoing)",
- "host": "localhost",
- "port": 587
- },
- {
- "name": "FTP Server",
- "host": "localhost",
- "port": 21
- },
- {
- "name": "Database Server",
- "host": "localhost",
- "port": 3306
- },
- {
- "name": "SSH Service",
- "host": "localhost",
- "port": 22
- }
- ]
-}