storage monitor

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

storage monitor

Post by progressive.nagiosXI »

Hi Team,

please help how to monitor attached storage type via Nagiosxi.

we need to monitor these storage via gearman worker server.


Thanks
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: storage monitor

Post by ssax »

You will need to install/setup the plugins on the gearman worker and then add them into the XI system as commands to use:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

You'll need to test out any plugins you find to see if they meet your needs.

I found these:

https://support.hpe.com/hpsc/swd/public ... b64c2e793e

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

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

Code: Select all

https://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/SAN-and-NAS/NetApp
See here as well for all SAN/NAS plugins:

https://exchange.nagios.org/directory/P ... AN-and-NAS

Let us know if you have any problems/questions.
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: storage monitor

Post by progressive.nagiosXI »

Hi Team,

we tried with IBM-xiv and Dell EMC storage but not getting success.

device output response attached , Please help

Thanks
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: storage monitor

Post by ssax »

Code: Select all

xcli not found.
The XIV plugin requires you have XCLI installed on the system you're checking it from. If you already have an XIV client system with xcli installed on it then you should put the plugin on that system and run the plugin on the remote system through NRPE/NCPA.

Otherwise, you'd need to install XCLI on the XI system:

https://www.ibm.com/support/knowledgece ... il_05.html


You will need to run the check_emc_clariion.pl check again, the file didn't exist:

Code: Select all

-bash: ./check_ecm_clariion.pl: No such file or directory
Please read the output when you run the commands and try to debug if anything fails.
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: storage monitor

Post by progressive.nagiosXI »

Hi Team,

we are getting attached error ,Please help

EMC : error returned from management server.

XIV : getting data on nagios worker but error in NagiosXI server xcli not found.
on worker >>(we set nagios user path to xcli dir ,changed group of xcli files to nagios)

XCLi installed and configured on worker and successfully running.

Thanks
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: storage monitor

Post by ssax »

Does it work for both if you do this:

Code: Select all

mv /home/nagios/xcli /usr/local/nagios/libexec/
chown apache.nagios /usr/local/nagios/libexec/xcli
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: storage monitor

Post by progressive.nagiosXI »

Hi ,

file location and ownership changed getting check output on worker after changes without any error but still showing below error in Nagiosxi dashboard.

Code: Select all

xcli not found
EMC storage still getting error

Thanks
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: storage monitor

Post by ssax »

When you say worker, is that a mod_gearman worker you are talking about?
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Re: storage monitor

Post by progressive.nagiosXI »

yes mod_gearman worker
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: storage monitor

Post by ssax »

It kinda looks like the gearman worker isn't running it, do you have the groups setup so that the check goes to the gearman worker?

Please post your gearman worker's worker.conf and the /etc/mod_gearman2/module.conf file from your XI server.

Include a copy of your profile so that I can see how it's configured.
Locked