LUN Health

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

LUN Health

Post by kalyanpabolu »

Hello Team,

We need to monitor the LUN health like offline, online status, capacity etc of NetApp storage devices. We have checked multiple plugins but could not find any for LUN heath.

Could you please check and suggest from your end.
Tanel
Posts: 6
Joined: Thu Apr 25, 2019 7:22 am

Re: LUN Health

Post by Tanel »

You could write your own plugin against the NetApp REST API or configure SNMP on the storage side and poll/trap the status changes
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: LUN Health

Post by kalyanpabolu »

Hello,

Yes, we can configure SNMP but how it would help to get LUN health?
Could you please suggest?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: LUN Health

Post by ssax »

We don't have any official netapp plugins at this time and we do not have any netapp devices to test against but I found this:
-- This is the only one I found that lists LUNs as a check option

https://exchange.nagios.org/directory/P ... DK/details

I found this as well:

https://arkit.co.in/netapp-lun-state-mo ... dirty-way/

And this (not sure if this cdot works against yours) I see has a lun plugin:

https://github.com/aleex42/netapp-cdot-nagios

You can see the other netapp plugins here:

https://exchange.nagios.org/directory/P ... NAS/NetApp
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: LUN Health

Post by kalyanpabolu »

Hello,

I checked check_netapp_sdk.pl plugin. We have already installed NetApp Manageability SDK in our Nagios XI server.
When I am trying to run this plugin, it is not returning any output.

[root@HO1-NAGIOSXI libexec]# ./check_netapp_sdk.pl -h
[root@HO1-NAGIOSXI libexec]#

Could you please check once and let us know what is missing?
Let me know if you need any information from our end.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: LUN Health

Post by ssax »

I setup these plugins on your system:

Code: Select all

/usr/local/nagios/libexec/check_cdot_luns.pl
/usr/local/nagios/libexec/check_cdot_disks.pl
You can see the other available plugins here:

https://github.com/aleex42/netapp-cdot-nagios
Locked