I've got some Hyper-V VM's on a couple of shared iSCSI volumes, I'm trying to figure out how to monitor the capacity of those volumes with Nagios.
I've installed NCPA and can find the exact graph of what I want to monitor but I'm been unable to figure out how to turn that into a check.
Here is a screenshot of the graph I'm talking about: https://www.dropbox.com/s/g19buoiolio26bk/NCPA.png?dl=0
Thanks for the help.
NCPA graph - turn into a check in Nagios XI
Re: NCPA graph - turn into a check in Nagios XI
Try something like this:
Code: Select all
/usr/local/nagios/libexec/check_ncpa.py -H <ip address> -t 'token' -M 'disk/logical/C:|ClusterStorage|Volume1|/used_percent'Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NCPA graph - turn into a check in Nagios XI
check_xi_ncpa!-t 'token' -P 5693 -M 'disk/logical/C:|ClusterStorage|Volume1|' -w 80 -c 90
Got the above working.
Thank you.
Got the above working.
Thank you.
Re: NCPA graph - turn into a check in Nagios XI
I am glad I could help! I will be closing this topic now. If you have any further questions/issues, please start a new thread.
Be sure to check out our Knowledgebase for helpful articles and solutions!