Skip to content

Commit

Permalink
feat: Track titan DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Feb 27, 2025
1 parent 3acdd8a commit 3064146
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .taskfiles/Machine/files/artemis/gatus-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ alerting:
success-threshold: 2
endpoints:
# DNS
- name: external-dns
- name: external-dns-artemis
group: DNS
url: 10.0.0.8
dns:
Expand All @@ -30,7 +30,7 @@ endpoints:
alerts:
- type: discord
description: "External DNS: Cannot reach google.com"
- name: internal-dns
- name: internal-dns-artemis
group: DNS
url: 10.0.0.8
dns:
Expand All @@ -40,6 +40,26 @@ endpoints:
alerts:
- type: discord
description: "Internal DNS: Cannot reach unifi"
- name: external-dns-titan
group: DNS
url: 10.0.0.7
dns:
query-name: "google.com"
query-type: "A"
conditions: ["[DNS_RCODE] == NOERROR"]
alerts:
- type: discord
description: "External DNS: Cannot reach google.com"
- name: internal-dns-titan
group: DNS
url: 10.0.0.7
dns:
query-name: "unifi.zinn.tech"
query-type: "A"
conditions: ["[BODY] == 10.0.0.1", "[DNS_RCODE] == NOERROR"]
alerts:
- type: discord
description: "Internal DNS: Cannot reach unifi"
# Servers
- name: Homelab
group: Servers
Expand Down

0 comments on commit 3064146

Please sign in to comment.