From a75d5124c5d53f8b9b0db6406dcd83c7c3f8047e Mon Sep 17 00:00:00 2001 From: samber Date: Thu, 17 Apr 2025 15:26:25 +0000 Subject: [PATCH] Publish --- dist/rules/host-and-hardware/node-exporter.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dist/rules/host-and-hardware/node-exporter.yml b/dist/rules/host-and-hardware/node-exporter.yml index 1e14044..2cd649a 100644 --- a/dist/rules/host-and-hardware/node-exporter.yml +++ b/dist/rules/host-and-hardware/node-exporter.yml @@ -318,12 +318,3 @@ groups: annotations: summary: Host clock not synchronising (instance {{ $labels.instance }}) description: "Clock not synchronising. Ensure NTP is configured on this host.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - - - alert: HostRequiresReboot - expr: '(node_reboot_required > 0)' - for: 4h - labels: - severity: info - annotations: - summary: Host requires reboot (instance {{ $labels.instance }}) - description: "{{ $labels.instance }} requires a reboot.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"