ezservermonitor-web/esm.config.json

41 lines
805 B
JSON

{
"esm": {
"version": "2.1",
"website": "http://www.ezservermonitor.com"
},
"disk": {
"show_tmpfs": false
},
"ping": {
"hosts": [
"free.fr",
"orange.fr",
"google.com"
]
},
"last_login": {
"max": 5
},
"services": [
{
"name": "Web Server (Apache)",
"host": "localhost",
"port": 80
},
{
"name": "FTP Server (ProFTPd)",
"host": "localhost",
"port": 21
},
{
"name": "Databases (MySQL)",
"host": "localhost",
"port": 3306
},
{
"name": "SSH",
"host": "localhost",
"port": 22
}
]
}