Skip to content

Commit

Permalink
[horus] Defining joint query conditions (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody authored Sep 30, 2024
1 parent 087c308 commit cb2691d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/horus/horus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ nodeDownTime:
intervalSecond: 15
promQueryTimeSecond: 60
abnormalityQL:
- node_disk_info
- node_cpu_guest_seconds_total
- 100 - (avg by (node) (rate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 80
- (avg by (node) (node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes) * 100) < 20
- node_filesystem_avail_bytes{mountpoint="/"} / node_filesystem_size_bytes{mountpoint="/"} * 100 < 15
nodeNameToIPs:
node_os_info{node="%s"}
kubeMultiple:
Expand Down

0 comments on commit cb2691d

Please sign in to comment.