Skip to content

Commit

Permalink
Storage deleted removal notification and alert rule
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Jan 24, 2025
1 parent bf34be6 commit f19c254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/alert_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions misc/notifications.rss
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,10 @@
<description>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.</description>
<pubDate>Sun, 19 Jan 2025 22:00:00 +0000</pubDate>
</item>
<item>
<title>Storage table change</title>
<description>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.</description>
<pubDate>Fri, 24 Jan 2025 22:00:00 +0000</pubDate>
</item>
</channel>
</rss>

0 comments on commit f19c254

Please sign in to comment.