NCPA graph - turn into a check in Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gixxx11
Posts: 16
Joined: Mon Apr 17, 2017 8:54 am

NCPA graph - turn into a check in Nagios XI

Post by gixxx11 »

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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPA graph - turn into a check in Nagios XI

Post by lmiltchev »

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!
gixxx11
Posts: 16
Joined: Mon Apr 17, 2017 8:54 am

Re: NCPA graph - turn into a check in Nagios XI

Post by gixxx11 »

check_xi_ncpa!-t 'token' -P 5693 -M 'disk/logical/C:|ClusterStorage|Volume1|' -w 80 -c 90

Got the above working.
Thank you.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPA graph - turn into a check in Nagios XI

Post by lmiltchev »

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!
Locked