Default conf.json File{
"settings": {
"intervalSeconds": 60,
"logFileKeepDays": 10,
"logViewerChecksMax": 10,
"emailSendTo": [],
"emailSMTP_Host": "",
"emailSMTP_Port": "",
"emailSMTP_UseSSL": false,
"emailSMTP_UseTLS": true,
"emailSMTP_Username": "",
"emailSMTP_Password": "",
"timing": [
{ "label": "Slow", "seconds": 2.0, "color": "#701a75" },
{ "label": "Late", "seconds": 1.0, "color": "#b91c1c" },
{ "label": "Caution", "seconds": 0.8, "color": "#d97706" },
{ "label": "OK", "seconds": 0.3, "color": "#2563eb" },
{ "label": "Fast", "seconds": 0, "color": "#16a34a" }
]
},
"targets": [
{
"labelServer": "Srv001",
"labelName": "google.com",
"url": "https://google.com",
"expectedText": "Search"
},
{
"labelServer": "Srv002",
"labelName": "github.com",
"url": "https://github.com",
"expectedText": "GitHub"
}
]
}