Chris Fordham
Chris Fordham
Unfortunate this project is not getting the love it needs. I'm also not seeing this env var being an option for the helm chart configmap where we can set it...
Not sure if this is good enough, but seems to do the job for me... ``` # Build Static .PHONY: static static: fmt lint vendor | $(BASE) ; $(info $(M)...
I have also just run into this on current Raspbian on RPi 2.
Whoops missed that. The ignore is certainly what I need!
Any updates @ndelitski? :)
@ndelitski any updates? :)
Circling back now. From what I can see, the only thing outstanding/desired is https://github.com/ndelitski/rancher-alarms/issues/17 (`icon_emoji` for slack webhook).
We all have different desires, use cases however the degraded->active to detect flapping has been very useful. Control by settings yes please. Too many notifications to slack isn't really an...
Absolutely. For first version that is great, using the same template I'd assume.
In https://github.com/ndelitski/rancher-alarms/blob/master/src/rancher.es6#L36-L52: ``` catch (resp) { throw new Error('RancherClientError: non-200 code response ' + JSON.stringify(resp, null, 4)); } ``` The exception is caught, but instead of throwing can we retry...