Page 1 of 1
LUN Health
Posted: Sun Mar 14, 2021 10:06 am
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.
Re: LUN Health
Posted: Sun Mar 14, 2021 9:10 pm
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
Re: LUN Health
Posted: Mon Mar 15, 2021 8:45 am
by kalyanpabolu
Hello,
Yes, we can configure SNMP but how it would help to get LUN health?
Could you please suggest?
Re: LUN Health
Posted: Mon Mar 15, 2021 4:16 pm
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
Re: LUN Health
Posted: Tue Mar 16, 2021 2:50 am
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.
Re: LUN Health
Posted: Tue Mar 16, 2021 2:23 pm
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