ezservermonitor-web/esm.config.json

54 lines
1.1 KiB
JSON

{
"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
}
]
}