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
b74a327912
commit
f32d2ff8e2
2 changed files with 4 additions and 4 deletions
|
@ -216,7 +216,7 @@ groups:
|
|||
summary: Kernel is predicted to exhaust file descriptors limit soon.
|
||||
expr: |
|
||||
(
|
||||
node_filefd_allocated{job="node-exporter"} * 100 / node_filefd_maximum{job="node-exporter"} > 70
|
||||
node_filefd_allocated{job="node"} * 100 / node_filefd_maximum{job="node"} > 70
|
||||
)
|
||||
for: 15m
|
||||
labels:
|
||||
|
@ -228,7 +228,7 @@ groups:
|
|||
summary: Kernel is predicted to exhaust file descriptors limit soon.
|
||||
expr: |
|
||||
(
|
||||
node_filefd_allocated{job="node-exporter"} * 100 / node_filefd_maximum{job="node-exporter"} > 90
|
||||
node_filefd_allocated{job="node"} * 100 / node_filefd_maximum{job="node"} > 90
|
||||
)
|
||||
for: 15m
|
||||
labels:
|
||||
|
|
|
@ -316,7 +316,7 @@ annotations:
|
|||
summary: Kernel is predicted to exhaust file descriptors limit soon.
|
||||
expr: |
|
||||
(
|
||||
node_filefd_allocated{job="node-exporter"} * 100 / node_filefd_maximum{job="node-exporter"} > 70
|
||||
node_filefd_allocated{job="node"} * 100 / node_filefd_maximum{job="node"} > 70
|
||||
)
|
||||
for: 15m
|
||||
labels:
|
||||
|
@ -333,7 +333,7 @@ annotations:
|
|||
summary: Kernel is predicted to exhaust file descriptors limit soon.
|
||||
expr: |
|
||||
(
|
||||
node_filefd_allocated{job="node-exporter"} * 100 / node_filefd_maximum{job="node-exporter"} > 90
|
||||
node_filefd_allocated{job="node"} * 100 / node_filefd_maximum{job="node"} > 90
|
||||
)
|
||||
for: 15m
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue