iso/org/dod/internet/private/enterprises/.6876/.120/vmwNSXsysMIB/vmwNsxTDataCenterNotifications/vmwNsxTInfrastructureServiceFeaturePrefix/vmwNsxTInfrastructureServiceFeature/vmwNsxTInfrastructureServiceMetricsDeliveryFailure
vmwNsxTInfrastructureServiceMetricsDeliveryFailure
NOTIFICATION-TYPE
1.3.6.1.4.1.6876.120.1.0.19.0.19
Description
Failed to deliver metrics from SHA to target vmwNsxTDataCenterMetricsTargetAlias(vmwNsxTDataCenterMetricsTargetAddress:vmwNsxTDataCenterMetricsTargetPort). Action required: User should perform the following checks in order to exclude the problem causing the failure: 1. Check if target address vmwNsxTDataCenterMetricsTargetAddress and port vmwNsxTDataCenterMetricsTargetPort (default is 443 in the case port is not specified) passed down to connect is the expected target, 2. Check if the certificate is correct by `/opt/vmware/nsx-nestdb/bin/nestdb-cli 3. Check if target vmwNsxTDataCenterMetricsTargetAddress is reachable, 4. Check if the metric manager on target vmwNsxTDataCenterMetricsTargetAddress is running by `docker ps | grep metrics_manager`, 5. Check if port vmwNsxTDataCenterMetricsTargetPort is opened by `netstat -a | grep vmwNsxTDataCenterMetricsTargetPort` on target, 6. Check if ALLOW firewall rule is installed on the node by `iptables -S OUTPUT | grep vmwNsxTDataCenterMetricsTargetPort`(EDGE/UA) or `localcli network firewall ruleset list | grep nsx-sha-tsdb`(ESX), 7. Restart SHA daemon to see if it could be solved by `/etc/init.d/netopa restart`(ESX) or `/etc/init.d/nsx-netopa restart`(EDGE) or `/etc/init.d/nsx-sha restart`(UA).