Page 1 of 1

Add Raid card to Nagios core

Posted: Wed Nov 27, 2024 1:21 pm
by ouss
Hello ,

I would like to add a Raid Card to nagios core to monitor it, but I don't know how to configure it,

I have :

Code: Select all

[root@server ~]# lspci | grep -i raid
01:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS 2208 [Thunderbolt] (rev 05)
Many thnaks,

Re: Add Raid card to Nagios core

Posted: Mon Dec 02, 2024 12:18 pm
by bbahn
Hello @ouss,

Here are some useful resources for how to monitor RAID Controllers:
https://exchange.nagios.org/directory/P ... id/details
https://exchange.nagios.org/directory/P ... ontrollers
viewtopic.php?t=9129

You will need to get a plugin for monitoring RAID and then construct a command that calls that plugin.

Re: Add Raid card to Nagios core

Posted: Wed Dec 11, 2024 4:11 pm
by ouss
Thank you , I will check the links