Skip to content

Commit

Permalink
fix(gatus): send on error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 31, 2024
1 parent 3ffa8e4 commit a0b9d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ endpoints:
- "[STATUS] == 200"
alerts:
- type: discord
send-on-resolved: true
- name: flux-webhook
group: external
url: https://flux-receiver.$${SECRET_DOMAIN_NAME}
Expand All @@ -44,3 +45,4 @@ endpoints:
- "[STATUS] == 404"
alerts:
- type: discord
send-on-resolved: true
1 change: 1 addition & 0 deletions kubernetes/main/templates/gatus/cluster/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ data:
conditions: ["[DNS_RCODE] == NOERROR"]
alerts:
- type: discord
send-on-resolved: true
1 change: 1 addition & 0 deletions kubernetes/main/templates/gatus/external/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ data:
- "[STATUS] == ${GATUS_STATUS:-200}"
alerts:
- type: discord
send-on-resolved: true

0 comments on commit a0b9d1b

Please sign in to comment.