ezservermonitor-web/esm.config.json
Dustin Dauncey 2c0c68fdc3 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.
2014-09-07 21:30:43 -07:00

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