A quick post today! I was trying to configure the vRealize Operations Manager Outbound REST notification plugin recently and I was having a few issues doing a POST or PUT operation against the specified endpoint. Specifically, I was getting the following message:
Test was not successful: Failed to post or put to the server.
I tried looking around the vROPs Logs section under Administration > Support > Logs but couldn’t find anything specific for Outbound Notification plugins. A spot of Googling left me with plenty of information about making a REST call to vROPs but nothing from it.
So, without further delay, the Outbound notification logs are in the analytics log files under /data/vcops/log. I usually run the following command to tail the analytics log files while I’m troubleshooting:
tail -f analytics*.log | grep {hostname-your-POSTing-to}
Giant shoutout to johndias on the VMware {code} Slack channel who pointed me straight to this. It was too good not to share.
- Restore of a Wordpress deployment is stuck redirecting the port
- Backups and Restores using Velero in TKGm 1.6.1
- Unable to upgrade the database: org.postgresql.util.PSQLException: ERROR: could not open shared memory segment: No such file or directory
- Upgrading Cloud Director 10.4.1 to 10.5
- Installing and Configuring Velero in TKGm 1.6.1 on vSphere