From e27cc7360c5e0d25b96eb05d767584b5a5ee2ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Wed, 30 Oct 2024 14:34:00 +0100 Subject: [PATCH] Add warning about performance issues when calling storcli frequently --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7ef08a6..f71ae16 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # check_lsi_raid - Nagios/Icinga plugin to check LSI RAID Controllers +## WARNING + +Running this plugin at a low time frame frequently (e.g. every 1/5/10 minutes) the controller suffers from +performance issues! +Most of the time is might be sufficient to check the status of controller and disks once a day to not +affect performance but also get a decent monitoring. +Cf. https://github.com/thomas-krenn/check_lsi_raid/issues/42 + ## General * The LSI RAID Monitoring Plugin is a Nagios/Icinga to check the LSI RAID Controller for warnings or critical errors.