mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2024-11-22 08:04:51 -05:00
Update esm.config.json
Added a couple more examples of services. Also edited names to be more general (removed the specific application name since that depends on everybody's configuration). Also changed hosts to be the top visited sites in the world.
This commit is contained in:
parent
58025a2451
commit
2c0c68fdc3
@ -8,9 +8,9 @@
|
||||
},
|
||||
"ping": {
|
||||
"hosts": [
|
||||
"free.fr",
|
||||
"orange.fr",
|
||||
"google.com"
|
||||
"facebook.com",
|
||||
"google.com",
|
||||
"yahoo.com"
|
||||
]
|
||||
},
|
||||
"last_login": {
|
||||
@ -18,24 +18,34 @@
|
||||
},
|
||||
"services": [
|
||||
{
|
||||
"name": "Web Server (Apache)",
|
||||
"name": "Web Server",
|
||||
"host": "localhost",
|
||||
"port": 80
|
||||
},
|
||||
{
|
||||
"name": "FTP Server (ProFTPd)",
|
||||
"name": "Email Server (incoming)",
|
||||
"host": "localhost",
|
||||
"port": 993
|
||||
},
|
||||
{
|
||||
"name": "Email Server (outgoing)",
|
||||
"host": "localhost",
|
||||
"port": 587
|
||||
},
|
||||
{
|
||||
"name": "FTP Server",
|
||||
"host": "localhost",
|
||||
"port": 21
|
||||
},
|
||||
{
|
||||
"name": "Databases (MySQL)",
|
||||
"name": "Database Server",
|
||||
"host": "localhost",
|
||||
"port": 3306
|
||||
},
|
||||
{
|
||||
"name": "SSH",
|
||||
"name": "SSH Service",
|
||||
"host": "localhost",
|
||||
"port": 22
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user