mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
fix config example: replace start and stop with self
This commit is contained in:
parent
731b0b32fc
commit
240ef4dfab
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"log_level": "INFO",
|
"log_level": "INFO",
|
||||||
"enabled_check_sets": [
|
"enabled_check_sets": [
|
||||||
"start",
|
"self",
|
||||||
"stop",
|
|
||||||
"remind"
|
"remind"
|
||||||
],
|
],
|
||||||
"alert_channels": {
|
"alert_channels": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue