VMWARE DATASTORE

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
venkitesh
Posts: 67
Joined: Tue Jan 27, 2015 12:34 am

VMWARE DATASTORE

Post by venkitesh »

Hi Team,

i have added a new vmware esxi host in nagios xi. Actually there are around 10 datastores in that Host and all datastores are coming from netapp and filesystem in VMFS5.
But in the service detail : Datastore usage for VMHOST it is showing only 5 datastores.

Kindly help.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: VMWARE DATASTORE

Post by lmiltchev »

Can you show us the actual command that you are running from the command line along with the output of it?

For example:

Code: Select all

/usr/local/nagios/libexec/check_esx3.pl -D "x.x.x.x" -f "/usr/local/nagiosxi/etc/components/vmware/<hostname>_auth.txt" -l "VMFS"
Post a screenshot, showing the datastores on x.x.x.x on the ESXi/vCenter.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: VMWARE DATASTORE

Post by Box293 »

A great test is to login to the vSphere client using the credentials that the plugin uses. If you can't see all the datastores using these credentials, neither will the plugin.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
venkitesh
Posts: 67
Joined: Tue Jan 27, 2015 12:34 am

Re: VMWARE DATASTORE

Post by venkitesh »

HI All,

This is the command i am using check_esx3_host

$USER1$/check_esx3.pl -H "$HOSTADDRESS$" -f "$ARG1$" -l "$ARG2$"$ARG3$

ARG1=/usr/local/nagiosxi/etc/components/vmware/test.com_auth.txt

ARG2=VMFS

The output shows all the datastores.

But in service detail i am not able to see all datasores. Whether it will show only top 5 or something like that.

Kindly help
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: VMWARE DATASTORE

Post by lmiltchev »

Go to the Core Config Manager->Services->find your check, click on the "View Text Config" action button next to it (the diskette icon), and post the services config along with any other related configs (the template, command definition, etc.).
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked