1
0
Fork 0
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:
github-actions[bot] 2022-04-08 03:38:43 +00:00
parent b74a327912
commit f32d2ff8e2
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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: