Skip to content

Commit

Permalink
assets,site/content: daily assets regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2025
1 parent 52a7f13 commit 7644cfe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/node-exporter/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,17 @@ groups:
for: 5m
labels:
severity: warning
- alert: NodeSystemdServiceCrashlooping
annotations:
description: Systemd service {{ $labels.name }} has being restarted too many
times at {{ $labels.instance }} for the last 15 minutes. Please check if service
is crash looping.
summary: Systemd service keeps restaring, possibly crash looping.
expr: |
increase(node_systemd_service_restart_total{job="node"}[5m]) > 2
for: 15m
labels:
severity: warning
- alert: NodeBondingDegraded
annotations:
description: Bonding interface {{ $labels.master }} on {{ $labels.instance }}
Expand Down
16 changes: 16 additions & 0 deletions site/content/node-exporter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,22 @@ labels:
severity: warning
{{< /code >}}

##### NodeSystemdServiceCrashlooping

{{< code lang="yaml" >}}
alert: NodeSystemdServiceCrashlooping
annotations:
description: Systemd service {{ $labels.name }} has being restarted too many times
at {{ $labels.instance }} for the last 15 minutes. Please check if service is
crash looping.
summary: Systemd service keeps restaring, possibly crash looping.
expr: |
increase(node_systemd_service_restart_total{job="node"}[5m]) > 2
for: 15m
labels:
severity: warning
{{< /code >}}

##### NodeBondingDegraded

{{< code lang="yaml" >}}
Expand Down

0 comments on commit 7644cfe

Please sign in to comment.