ezservermonitor-web/esm.config.json
ShevAbam 3f6a49bae3 - System : fix to get the distro name
- 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
2014-06-18 10:15:18 +02:00

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