Randy D. Wallace Jr.
Randy D. Wallace Jr.
I looked into this one (I am not related to OpsGenie whatsoever, but want this as well)... this looks to me at least to be an issue with the API...
Oof, digging a bit deeper: the UI does in fact create Integration Actions. `curl -X GET 'https://api.opsgenie.com/v2/integrations/${INTEGRATION_ID}/actions?apiKey='"${OPSGENIE_API_KEY}"` But, as we're on a Team plan, following that up with a PUT...
What I tend to do with data containers is create volumes based on ENV metadata that create one concern for data used by other containers. For example, configs. There is...
@stephenmelrose I understand and acknowledge your opinion, and for my particular use-case, what I do works very well and satisfies a critical need I have to create one-off QA environments...
I also think this would be very useful.
@vanch sorry, I haven't followed this repo in a long time (we moved away from zabbix to sensu ages ago) If you want to take over the repo, you're more...
#7 should resolve this.
@tiago-cruz-movile Thanks for the assist! Unfortunately, I am no help at all b/c we no longer use Zabbix
You guys might want to try this fork: https://github.com/CheggEng/zabbix-cloudwatch We stopped using Zabbix (in favor of Sensu) a couple years ago; as such, this has fallen into disrepair. Forgive me,...
Ah, I see, `-d` is the Dimension Name from Cloudwatch, which in this case would be 'InstanceId'; then you would need a value for that Dimension Name, `-v `. Try...