2024-01-30 13:35:56 -06:00
|
|
|
{
|
2024-02-06 12:37:19 -06:00
|
|
|
"global-args": {
|
|
|
|
"default-checker": "CheckerTemplate",
|
|
|
|
"default-alerts": "AlertsTemplate",
|
|
|
|
"default-logging": "LoggingTemplate"
|
|
|
|
},
|
2024-01-30 13:35:56 -06:00
|
|
|
"site": {
|
|
|
|
"name": "A Website",
|
2024-02-06 12:37:19 -06:00
|
|
|
"checker": "HttpChecker",
|
2024-01-30 13:35:56 -06:00
|
|
|
"checker-args": {
|
2024-02-06 12:37:19 -06:00
|
|
|
"url": "https://askiiart.net"
|
2024-01-30 13:35:56 -06:00
|
|
|
},
|
2024-02-20 12:04:52 -06:00
|
|
|
"rate": 5,
|
2024-01-30 13:35:56 -06:00
|
|
|
"alerts-args": {
|
|
|
|
"url": "https://example.com/webhook-url-or-whatever-goes-here",
|
|
|
|
"lol": "irrelevant, AlertsTemplate ignores these options lol"
|
|
|
|
},
|
|
|
|
"logging-args": {
|
2024-02-20 12:04:52 -06:00
|
|
|
"file": "%dir%/logs/site-log"
|
2024-01-30 13:35:56 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|