shwstppr commented on PR #8674: URL: https://github.com/apache/cloudstack/pull/8674#issuecomment-2314363474
@btzq that Type showing as `Health check` is a UI thing. If you check the API response it will have proper type, ``` "listeventsresponse": { "count": 1, "event": [ { "id": "36c995da-7b14-4083-9164-c486c7796b8c", "username": "system", "type": "ROUTER.HEALTH.CHECKS", "level": "INFO", "description": "Router r-9-VM / 9974ef30-b2fe-4c05-a2e3-57d3cfaf0b4b has failing checks: gateways_check.py", "account": "system", "domainid": "62a64961-4b15-11ef-953b-1e0054000142", "domain": "ROOT", "resourceid": "9974ef30-b2fe-4c05-a2e3-57d3cfaf0b4b", "resourcetype": "DomainRouter", "resourcename": "r-9-VM", "created": "2024-08-28T05:13:46+0000", "state": "Completed" } ] } ``` Maybe test creating a Global webhook and try there -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org