diff --git a/misc/alert_rules.json b/misc/alert_rules.json index 0c346cb21b70..8b55c3aebd6c 100644 --- a/misc/alert_rules.json +++ b/misc/alert_rules.json @@ -700,12 +700,12 @@ "severity": "critical" }, { - "rule": "storage.storage_deleted = 0 && storage.storage_descr = \"/\" && storage.storage_perc >= 90 && storage.storage_perc < 95", + "rule": "storage.storage_descr = \"/\" && storage.storage_perc >= 90 && storage.storage_perc < 95", "name": "Space on / is >= 90% and < 95% in use", "severity":"warning" }, { - "rule": "storage.storage_deleted = 0 && storage.storage_descr = \"/\" && storage.storage_perc >= 95", + "rule": "storage.storage_descr = \"/\" && storage.storage_perc >= 95", "name": "Space on / is >= 95% in use", "severity":"critical" }, diff --git a/misc/notifications.rss b/misc/notifications.rss index b1492613f0ba..b1ac8923d124 100644 --- a/misc/notifications.rss +++ b/misc/notifications.rss @@ -108,5 +108,10 @@ On the 12th of February 2025, we will be merging in pull request 16952 (https://github.com/librenms/librenms/pull/16952) which will remove the ciscoASA table. Please see https://community.librenms.org/t/remove-of-the-ciscoasa-table/26978 for further information. Sun, 19 Jan 2025 22:00:00 +0000 + + Storage table change + The storage table structure has changed and storage_deleted and storage_mib were removed. If you have alert rules that reference those fields, you can remove storage_deleted and change storage_mib to type. + Fri, 24 Jan 2025 22:00:00 +0000 +