Skip to content

Commit

Permalink
fix: update oci endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lludlow committed Jun 27, 2023
1 parent 0e31b93 commit f869d15
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions kubernetes/apps/monitoring/gatus/app/configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endpoints:
- type: pushover
- name: oci-vpn
group: external
url: "icmp://10.0.0.232"
url: "icmp://10.0.0.16"
interval: 30s
conditions:
- "[CONNECTED] == true"
Expand Down Expand Up @@ -179,11 +179,3 @@ endpoints:
- "[CONNECTED] == true"
alerts:
- type: pushover
- name: uptime-kuma
group: external
url: "icmp://10.0.0.201"
interval: 30s
conditions:
- "[CONNECTED] == true"
alerts:
- type: pushover

0 comments on commit f869d15

Please sign in to comment.