fusiondog

Results 39 comments of fusiondog

Do you get this on every state change or just occasionally? Does it matter what you set the threshold to? Are you using a custom notifier? Would you mind posting...

Sounds like a good idea. I'd welcome a PR. On Wed, Jun 26, 2019, 7:13 AM ‌ wrote: > This appears to have some overlap with #233 > , but...

I agree that this should be documented behaviour. Though I am not sure it requires remediation. Even if we had a default config loaded, the runtime of consul-alerts is dependent...

It would probably require a code change, but shouldn't be difficult to include a start up flag for it. Happy to accept a PR. :)

Please fix branch conflicts for further review.

I feel like the real fix for this needs to come from upstream in consul. There is a ticket, I can't find right now, to have consul return only changed...

I like the idea. I think it may be best as a configurable option to send either HTML, plain or multipart.

This should be very easy to implement in the email notifier by simply making changes to the template or without code changes by using a custom template. You just set...

Do you think it needs a PR update to README to clarify or philosophically opposed to docker image config? On Thu, Mar 7, 2019, 6:55 PM dbresson wrote: > oh,...

I've implemented code that does this. I have not added a wildcard by node name, instead opting to group nodes by service or check name. This keeps the code smaller...