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.
LUN Health
Re: LUN Health
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
Hello,
Yes, we can configure SNMP but how it would help to get LUN health?
Could you please suggest?
Yes, we can configure SNMP but how it would help to get LUN health?
Could you please suggest?
Re: LUN Health
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
-- 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
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.
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
I setup these plugins on your system:
You can see the other available plugins here:
https://github.com/aleex42/netapp-cdot-nagios
Code: Select all
/usr/local/nagios/libexec/check_cdot_luns.pl
/usr/local/nagios/libexec/check_cdot_disks.plhttps://github.com/aleex42/netapp-cdot-nagios