Starting from version 8.4, vRealize Operations covers most functionality of this Fling. Please use the vRealize Operations Manager's features instead of third party applications where possible. This Fling is not being updated or supported, so comments or bugs need not be posted.
Nov 21, 2019

Has anyone got this to work with MS Teams?
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:421)] DEBUG - Sending 'PUT' request to URL : https://outlook.office.com/webhook/longwebhookstring
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:434)] DEBUG - Response Code : 405
[util.HTTPSRequester.doCustomRequest(HTTPSRequester.java:473)] DEBUG - Response : {"Message":"The requested resource does not support http method 'PUT'."}
Can we change the post method?

Nov 22, 2019

Hi Simon. Yes, you can. Please make sure, you're using v1.3 and add/update the following section in your endpoint configuration:
"update": {
"requestMethod": "POST"
},
"resolve": {
"requestMethod": "POST"
}

Thank you for using VMware flings!

Oct 02, 2019

I get a successful test in vROPS 7.5 but nothing post to Slack. Here are the last few lines of the log file:
[2019-10-02 16:37:58.055] [ForkJoinPool-1-worker-2] [services.AlertReceiverVrops] DEBUG - Body:
{"cancelDate":1570048536785,"updateDate":1570048536785,"resourceId":"test","adapterKind":"test","Health":0,"impact":"health","criticality":"ALERT_CRITICALITY_LEVEL_INFO","Risk":0,"resourceName":"test","type":"ALERT_TYPE_TIER","resourceKind":"test","alertName":"","Efficiency":0,"subType":"ALERT_SUBTYPE_SMART_KPI_BREACH","alertId":"test","startDate":1570048536785,"info":"test","status":"ACTIVE"}
[2019-10-02 16:37:58.055] [ForkJoinPool-1-worker-2] [services.AlertReceiverVrops] INFO - Got test alert.
[2019-10-02 16:37:58.056] [ForkJoinPool-1-worker-2] [services.AlertReceiverVrops] INFO - Endpoint is OK. Not processing test alert. Responding with OK.
[2019-10-02 16:37:58.055] [ForkJoinPool-1-worker-1] [services.AlertReceiverVrops] INFO - Got test alert.
[2019-10-02 16:37:58.059] [ForkJoinPool-1-worker-1] [services.AlertReceiverVrops] INFO - Endpoint is OK. Not processing test alert. Responding with OK.

Any ideas?

Oct 03, 2019

Hi Kurt. Test alerts are not forwarded to final destination. When you click Test in vROps and the alert is gotten by Imset, it checks the elated endpoint configuration and responds with OK if the configuration is correct and Error if wrong or no configuration is found for that alert.
Test alerts are not sent to final endpoints as these alerts don't contain enough information to keep the final payload the same as if it was a real alert.

Oct 03, 2019

Sorry I was not clear enough. I setup a notification in vrops after getting the successful test indicated by the logs above but have not been able to get it to post to our slack channel. Should I see the alert/event get logged in Imset?

Oct 03, 2019

You should see errors in log if it fails to send the alert to slack. Slack's API responses have very good descriptions. You can easily find the real reason why it's not delivered by checking out the responses in Imset logs.
Most common reason of this is the wrong url/path of your incoming webhook.

Oct 04, 2019

I got it working. It was an error on my end. Thanks for the fling and quick response to questions!!

Aug 15, 2019

Hi Gor, the install instructions PDF is now listed in the downloads.

Aug 16, 2019

Hi Gor, I think John meant to say the install instructions PDF is not listed in the downloads.
At least I can't see it either as of now.

Aug 16, 2019

Hi. It’s updated already. Thanks

Aug 13, 2019

Hi download shows version 1.2 but ChangeLog shows 1.3

Aug 13, 2019

Hi Glenn. Thanks! It's a typo, the version is 1.2. We'll fix it soon.