Michael Barrett
Michael Barrett
By default we don't have our LB's (either eLB or ALB) send access logs into s3. We should make it possible for this to be enabled (both by default, or...
We use the default HealthCheck when building ELBs, and those are far too lax. We might want to pull this into the extended procfile support. http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-healthchecks.html
It'd be nice if people could test log streaming in a demo environment launched from cloudformation. That'd likely require that we move the demo env to using the empire_ami. We'd...
I'll handle this - just wanted to put it here so I don't forget. Basically the fact we default to ec2-user & ubuntu is fine, until you want to use...
I forgot to throw a + in front of the time when signing a key and it caused the ssh-keygen command to fail with this output: Invalid certificate life specification...
Eventually a webpage seems like its inevitable. For now that may be overkill. Need to think about what is really necessary.
See https://github.com/cloudtools/nymms/pull/32/files#diff-f7e9ac1edc3b8d8ce0d80969bf081a5cR48 Basically it'd be cool to have a way for API end points to be optionally enabled when certain handlers are enabled. @berndtj
We need a way to acknowledge a problem, especially 'acknowledge with a timeout'. Also, it might be useful to be able to say: "I'm working on this, send all alerts...
Right now the standard way things work with filters is that if no stage change has occurred, no alert is sent. This is fine in most cases, but in the...