mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
write a readme
This commit is contained in:
parent
8b18d407d7
commit
4558cf9e6f
7 changed files with 116 additions and 4 deletions
15
config.example.json
Normal file
15
config.example.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"log_level": "INFO",
|
||||
"enabled_check_sets": [
|
||||
"start",
|
||||
"stop",
|
||||
"remind"
|
||||
],
|
||||
"telegram": {
|
||||
"creds_secret_path": "/opt/lego-monitoring/tg-creds.txt",
|
||||
"roomId": "0"
|
||||
},
|
||||
"checks": {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue