lego-monitoring/config.example.json
2025-08-16 12:08:49 +03:00

17 lines
304 B
JSON

{
"log_level": "INFO",
"enabled_check_sets": [
"start",
"stop",
"remind"
],
"alert_channels": {
"telegram": {
"creds_secret_path": "/opt/lego-monitoring/tg-creds.txt",
"roomId": "0"
}
},
"checks": {
}
}