check_vmware_*: Include DataStore NFS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

check_vmware_*: Include DataStore NFS

Post 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
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

Re: check_vmware_*: Include DataStore NFS

Post by FCC_Nagios_Support »

We use VCENTER visibility to check

Thks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_vmware_*: Include DataStore NFS

Post 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?
FCC_Nagios_Support
Posts: 161
Joined: Tue Mar 10, 2020 11:07 am

Re: check_vmware_*: Include DataStore NFS

Post by FCC_Nagios_Support »

Thaks sir
We query the vcenter.
KR
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check_vmware_*: Include DataStore NFS

Post by ssax »

Is your issue resolved?
Locked