Chris Fordham
Chris Fordham
Could we implement a task for the Makefile to do something like `CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo .`? This helps to build a static binary for a...
The process/container will exit when something like the following is hit. It would be good to add in some exception handling to perhaps retry or simply log and ignore for...
Filter being used as a whitelist. We'd like to do the opposite and exclude (blacklist) a service. In this case we actually want rancher-alarms to be excluded from monitoring due...
With the http lib, add in support to consume proxy via environment variable. Recommend de facto variable names - `http_proxy`, `https_proxy`, `no_proxy`, `all_proxy` (and in caps).
In some cases (not sure) why when using https://github.com/ndelitski/rancher-alarms#inside-rancher-environment-using-rancher-compose-cli the effective rancher address detected is has `/v2-beta' trailing. That is it tries to connect using: "url": "https://rancher.blah.io/v2-beta/v1/projects/1a29/environments" instead of: "url":...
See https://github.com/ndelitski/rancher-alarms/issues/5#issuecomment-239035985. From a env var runtime perspective I'd assume the variable name would be `ALARM_SLACK_ICON_EMOJI`.
Trying to get a docker image working. For some reason I get nothing showing in the UI (no errors in logs etc.): ...
Just a placeholder for this support. Currently there probably only one other UI that supports that.
Firstly, thank you very much for this. Very useful to us. I've created https://github.com/flaccid/docker-redis-sentinel-proxy and pushed to GitHub. I was wondering how much I could contrib back to your repo,...
The client recipe has been improved to support chef-solo where collectd servers can be specified via a node attribute. Metadata has been completed (recipes and attribute definitions) as well as...