Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
@@ -0,0 +1,19 @@
groups:
- name: lisglosips-base
rules:
- alert: LisgloSIPSTargetDown
expr: up == 0
for: 2m
labels:
severity: warning
annotations:
summary: "Prometheus target {{ $labels.instance }} is down"
- alert: LisgloSIPSDiskLow
expr: 100 * node_filesystem_avail_bytes{fstype!~"tmpfs|overlay"} / node_filesystem_size_bytes{fstype!~"tmpfs|overlay"} < 15
for: 10m
labels:
severity: warning
annotations:
summary: "Disk free space below 15% on {{ $labels.instance }}"