mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2024-11-15 21:01:46 -05:00
2c0c68fdc3
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.
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"esm": {
|
|
"version": "2.1",
|
|
"website": "http://www.ezservermonitor.com"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|