mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
f71ee26997
commit
e579b5940a
2 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ groups:
|
|||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
count(ceph_mon_quorum_status{job="rook-ceph-mgr"} == 1) <= ((count(ceph_mon_metadata{job="rook-ceph-mgr"}) % 2) + 1)
|
||||
count(ceph_mon_quorum_status{job="rook-ceph-mgr"} == 1) <= (floor(count(ceph_mon_metadata{job="rook-ceph-mgr"}) / 2) + 1)
|
||||
for: 15m
|
||||
labels:
|
||||
severity: critical
|
||||
|
@ -87,7 +87,7 @@ groups:
|
|||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.80
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class,hostname) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.80
|
||||
for: 40s
|
||||
labels:
|
||||
severity: critical
|
||||
|
@ -113,7 +113,7 @@ groups:
|
|||
severity_level: warning
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.75
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class,hostname) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.75
|
||||
for: 40s
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
@ -83,7 +83,7 @@ annotations:
|
|||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
count(ceph_mon_quorum_status{job="rook-ceph-mgr"} == 1) <= ((count(ceph_mon_metadata{job="rook-ceph-mgr"}) % 2) + 1)
|
||||
count(ceph_mon_quorum_status{job="rook-ceph-mgr"} == 1) <= (floor(count(ceph_mon_metadata{job="rook-ceph-mgr"}) / 2) + 1)
|
||||
for: 15m
|
||||
labels:
|
||||
severity: critical
|
||||
|
@ -138,7 +138,7 @@ annotations:
|
|||
severity_level: error
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.80
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class,hostname) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.80
|
||||
for: 40s
|
||||
labels:
|
||||
severity: critical
|
||||
|
@ -173,7 +173,7 @@ annotations:
|
|||
severity_level: warning
|
||||
storage_type: ceph
|
||||
expr: |
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.75
|
||||
(ceph_osd_metadata * on (ceph_daemon) group_right(device_class,hostname) (ceph_osd_stat_bytes_used / ceph_osd_stat_bytes)) >= 0.75
|
||||
for: 40s
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
Loading…
Reference in a new issue