mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2025-06-14 12:22:24 -04:00
- Services : fix on service names with accent - Services : ability to specify a host for each service - Network usage : fix to retrieve the name of the network interfaces - Memory : the cached and buffers memory are added to free memory now - Load Average : taking into account the number of cores - Disk usage : new option to hide tmpfs mountpoints - General : remove all PHP short tags
41 lines
805 B
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
|
|
}
|
|
]
|
|
} |