add alert on new client registration and update dns to use pfsense [ci skip]

This commit is contained in:
Viktor Barzin 2023-09-18 08:03:47 +00:00
parent 8d8b843112
commit 9b5ed514cd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 8 additions and 0 deletions

View file

@ -273,6 +273,14 @@ serverFiles:
severity: page
annotations:
summary: Finance app unhandled exceptions
- name: New Tailscale client
rules:
- alert: New Tailscale client
expr: irate(headscale_machine_registrations_total{action="reauth"}[5m]) > 0
labels:
severity: page
annotations:
summary: New tailscale client registered
extraScrapeConfigs: |
- job_name: 'snmp-idrac'

Binary file not shown.

Binary file not shown.