Page 1 of 1

check_vmware_*: Include DataStore NFS

Posted: Mon Aug 31, 2020 9:13 am
by FCC_Nagios_Support
Hello,

I are monitoring by Vcenter the ESXI DataStores but only got the VMFS type.
Are there any pluggin to check NFS Types?
We used:
[nagios@a2nagio001p ~]$ /usr/local/nagios/libexec/check_vmware_api.pl -H "a2vimgv101p.fcc.intfcc.local" -f "/usr/local/nagiosxi/etc/components/vmware/a2vimgv100p_fcc_intfcc_local_auth.txt" -l "VMFS"
CHECK_VMWARE_API.PL OK - Storages : 'LocalStorage-a0vxh408102'(free)=131379.00 MB (99.26%), 'CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN5'(free)=931146.00 MB (29.60%), 'CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN6'(free)=1053300.00 MB (33.49%), 'CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN7'(free)=1082009.00 MB (34.40%) | LocalStorage-a0vxh408102=131379.00MB;; CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN5=931146.00MB;; CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN6=1053300.00MB;; CLITXORA_VMFS_A0NNAPP001P_aggr1_LUN7=1082009.00MB;;
[nagios@a2nagio001p ~]$


BUT ONLY SHOWS WMFS TYPES: ANY PLUGIN OR WAY OR PARM TO INCLUDE NFS.

MANY THANKS IN ADVANCE
KR

Re: check_vmware_*: Include DataStore NFS

Posted: Mon Aug 31, 2020 9:38 am
by FCC_Nagios_Support
We use VCENTER visibility to check

Thks

Re: check_vmware_*: Include DataStore NFS

Posted: Tue Sep 01, 2020 2:11 pm
by ssax
The NFS datastores should still show up with that command. Our NFS datastores that are mounted on our system as a datastore show up with that command.

Are you talking about NFS mounts to the vcenter server or actual NFS datastores listed in vmware? There is no difference to the check whether it's an NFS/ISCSI/etc, it's listing datastores (NFS included).

Is it missing any? Which is it missing?

Re: check_vmware_*: Include DataStore NFS

Posted: Tue Sep 01, 2020 11:56 pm
by FCC_Nagios_Support
Thaks sir
We query the vcenter.
KR

Re: check_vmware_*: Include DataStore NFS

Posted: Wed Sep 02, 2020 5:00 pm
by ssax
Is your issue resolved?