Closed ysibirski closed 2 years ago
I am also facing this issue. one more thing is that when un'ack in opsgenie nothing happens on Icinga side because host was never acked only services
@peppermor take a look at this PR. Perhaps, if you can change the script manually it will work for you as expected. This fix did the trick for us: https://github.com/opsgenie/oec-scripts/pull/43
This appears to have been resolved in https://github.com/opsgenie/oec-scripts/pull/52
Hi @ysibirski, can you check whether issue is still reproducible? If not, we can close this issue
It looks good now @ahalac-atlassian. Closing this issue.
When attempting to acknowledge a ‘host’ alert, actionExecutor.py is not successfully acknowledging the issue on icigna2. We have identified this as an issue on line 82, where
content_map [“type”]
is being forced to “Service” although it is being successfully set (to either “Service” or “Host”) in “main()“. Removing line 82content_map[“type”] = “Service”
allows the acknowledging to work for both host and service. That issue was successfully debugged with @lumi-pwhitney.Thank you in advance.