The nutanix probe periodically disconnects. Loglevel=5 for the probe fills the logs with normal keep alive signals making troubleshooting difficult.
Loglevel=3 logs allow for logs to cover longer periods of time and show the following:
Aug 22 18:23:31:447 [Connection tester - 3, nutanix_monitor] Exception in test resource
Aug 22 18:23:31:447 [Connection tester - 3, nutanix_monitor] com.ca.uim.probe.nutanix_monitor.service.NutanixWebServiceException: Failed to connectjavax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.ca.uim.probe.nutanix_monitor.service.NutanixWebServiceClient.executeNutanixAPIGet(NutanixWebServiceClient.java:204)
at com.ca.uim.probe.nutanix_monitor.service.NutanixWebServiceClient.getNutanixClusterInfo(NutanixWebServiceClient.java:70)
at com.ca.uim.probe.nutanix_monitor.ProbeMain.testResource(ProbeMain.java:239)
at com.nimsoft.probe.framework.genprobe.GenSession.testConnection(GenSession.java:119)
at com.nimsoft.vm.BaseProbe$2.run(BaseProbe.java:250)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Aug 22 18:23:31:447 [Connection tester - 3, nutanix_monitor] Failed to connect to 10.108.100.37
Connections normally are ok and work fine. The probe is configured to send monitoring queries through load balancing. Some of these requests fail causing the error observed in the log.
Release : 9.2.0
Component : UIM - NUTANIX
Configure the probe to connect directly to the Prism Central server instead of going through any load balancers.