storage monitor
-
progressive.nagiosXI
- Posts: 277
- Joined: Mon Jul 31, 2017 5:54 am
storage monitor
Hi Team,
please help how to monitor attached storage type via Nagiosxi.
we need to monitor these storage via gearman worker server.
Thanks
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.
Re: storage monitor
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
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.
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/NetApphttps://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
Hi Team,
we tried with IBM-xiv and Dell EMC storage but not getting success.
device output response attached , Please help
Thanks
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.
Re: storage monitor
Code: Select all
xcli not found.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-
progressive.nagiosXI
- Posts: 277
- Joined: Mon Jul 31, 2017 5:54 am
Re: storage monitor
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
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.
Re: storage monitor
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
Hi ,
file location and ownership changed getting check output on worker after changes without any error but still showing below error in Nagiosxi dashboard.
EMC storage still getting error
Thanks
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 foundThanks
You do not have the required permissions to view the files attached to this post.
Re: storage monitor
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
yes mod_gearman worker
Re: storage monitor
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.
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.