add alert on new client registration and update dns to use pfsense [ci skip]
This commit is contained in:
parent
8d8b843112
commit
9b5ed514cd
3 changed files with 8 additions and 0 deletions
|
|
@ -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.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue