fusiondog

Results 39 comments of fusiondog

I don't want to be negative, but this project doesn't seem to be getting a lot of attention. You may see https://github.com/CiscoCloud/consul-cli. As it has many of the same features...

I am not seeing that in my test. I stop consul and get an alert for serfHealth. If the check is not configured in consul correctly then consul-alerts will not...

You might check if somehow it is in maint mode: https://www.consul.io/docs/commands/maint.html Are there any errors in the consul-alerts output?

consul-alerts is based off consul and uses it's keystore for failover and high reliability. Using the keystore ensures that config is always consistent across the cluster and ready for failover...

If you are concerned about changes to your config from unwanted sources you could make use of the ACLs to prevent unwanted changes. https://www.consul.io/docs/internals/acl.html The ACLs can be setup via...

Storing the running config in consul is necessary. It cannot be worked around. If the individual instances just store config in local memory they could be inconsistent. So however you...

Actually, consul-alerts is designed to run an instance on each consul server ( not every consul agent ). The instances make use of consul leader election to determine a master...

The document could be improved on that point. I know much of this from documentation in the code and the code itself that I read when I recently began contributing...

Here is a closed issue that speaks a bit to the use of multiple instances: https://github.com/AcalephStorage/consul-alerts/issues/92

Hammer or wheel, it is getting the job done. At this point there is not any other option presented that achieves the design goals or supports the features. When I...