Add Raid card to Nagios core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
ouss
Posts: 6
Joined: Tue Aug 20, 2024 8:57 am

Add Raid card to Nagios core

Post 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,
bbahn
Posts: 382
Joined: Thu Jan 12, 2023 5:42 pm

Re: Add Raid card to Nagios core

Post 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.
Actively advancing awesome answers with ardent alliteration, aptly addressing all ambiguities. Amplify your acumen and avail our amicable assistance. Eagerly awaiting your astute assessments of our advice.
ouss
Posts: 6
Joined: Tue Aug 20, 2024 8:57 am

Re: Add Raid card to Nagios core

Post by ouss »

Thank you , I will check the links
Post Reply