diff --git a/hugo/themes/crunchy-hugo-theme b/hugo/themes/crunchy-hugo-theme index 84a0ea49..69edd300 160000 --- a/hugo/themes/crunchy-hugo-theme +++ b/hugo/themes/crunchy-hugo-theme @@ -1 +1 @@ -Subproject commit 84a0ea49a40ec561313ffa5a678afb9404cc524a +Subproject commit 69edd30074df74a5046b594c9d88ad57cb813ed6 diff --git a/prometheus/linux/alert-rules.d/crunchy-alert-rules-node.yml.example b/prometheus/linux/alert-rules.d/crunchy-alert-rules-node.yml.example index f91fd1db..51ec92ea 100644 --- a/prometheus/linux/alert-rules.d/crunchy-alert-rules-node.yml.example +++ b/prometheus/linux/alert-rules.d/crunchy-alert-rules-node.yml.example @@ -52,16 +52,6 @@ groups: annotations: description: 'Disk usage on target {{ $labels.job }} at {{ $value }}%' - - alert: DiskFillPredict - expr: predict_linear(node_filesystem_free_bytes{device!~"tmpfs|by-uuid",fstype=~"xfs|ext[234]"}[1h], 4 * 3600) < 0 - for: 5m - labels: - service: system - severity: warning - severity_num: 200 - annotations: - description: '(EXPERIMENTAL) Disk {{ $labels.device }} on target {{ $labels.job }} is predicted to fill in 4 hrs based on current usage' - - alert: SystemLoad5m expr: node_load5 > 5 for: 10m @@ -122,3 +112,12 @@ groups: annotations: description: 'Swap usage for target {{ $labels.job }} is at {{ $value }}%' +# - alert: DiskFillPredict +# expr: predict_linear(node_filesystem_free_bytes{device!~"tmpfs|by-uuid",fstype=~"xfs|ext[234]"}[1h], 4 * 3600) < 0 +# for: 5m +# labels: +# service: system +# severity: warning +# severity_num: 200 +# annotations: +# description: 'Disk {{ $labels.device }} on target {{ $labels.job }} is predicted to fill in 4 hrs based on current usage'