ezservermonitor-web/esm.config.json
ShevAbam c963916274 Several new things !
- General : syntax checking of the configuration file *(thanks to Micht69)*
- General : check PHP version (5.3+) *(thanks to Gilles)*
- General : add *check_updates* setting to the config file to enable or not the checking for updates
- General : add *auto_refresh* setting to the config file to automatically reload page each x seconds *(thanks to sebastienserre and Aranud)*
2014-10-21 11:27:39 +02:00

54 lines
1.1 KiB
JSON

{
"esm": {
"version": "2.2",
"website": "http://www.ezservermonitor.com",
"check_updates": true,
"auto_refresh": 0
},
"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
}
]
}