fusiondog
fusiondog
Here is an example of a profile definition (the false is in for demonstration, you do not need to specify disabled notifiers, you can leave them in for documentation): {...
Hey, I'm glad you found the solution to your issue. I'm thinking I will change the docs to suggest using consul-cli project since the consulate project has not been very...
I assume that a separate process would be required to set the token and consul-alerts would just be in charge of presenting whatever would be found there.
There are some notes from a similar ticket here: https://github.com/AcalephStorage/consul-alerts/issues/118
Basically the important note from that is the idea of using variable overrides in the profile. Possibly in ways similar to your proposal. Like having the config overrides as the...
Do you mean the config here: https://github.com/AcalephStorage/consul-alerts/blob/master/consul-alerts.go#L239 And here, for instance: https://github.com/AcalephStorage/consul-alerts/blob/master/notifier/email-notifier.go#L16 ? If so I think it is primarily to feed into this list of notifiers for processing: https://github.com/AcalephStorage/consul-alerts/blob/e008af7894814c949f40c861fc7add881fedba94/send-notifs.go#L50...
A config file for startup flags specifically would probably be a benefit to several people.
JSON is my preference amongst the 3 and with the json marshal it should be easy. It may be good to try to use the hashicorp configuration language since this...
I found the docs in this PR helpful. If you aren't going to include them, perhaps you could link to the other documentation.