Jason Martin

Results 42 issues of Jason Martin

Suppress notifications if the key is already in the keystore. Fixes #7.

When adding a key to the truststore, the resource skips the action if the key already exists but still sends a updated message, causing notifies to fire. http://stackoverflow.com/questions/21176576/how-to-i-get-a-chef-custom-lwrp-to-implement-notifies-and-not-if

check-log requires that /var/cache/check-log be writeable by the sensu user. ``` directory '/var/cache/check-log' do owner 'sensu' group 'sensu' end ```

The rabbit/redis/api servers may be on different hosts (and perhaps not even search()able in the case of AWS hosted redis). It would be useful if the search blocks could be...

This would be a neat way to handle multiline in a docker environment by wrapping apps that are not logstash-aware in this beat, handling multiline and sending the results on...

question

tc-image may refer to a repository that requires authentication. Read $HOME/.docker/config.json to for matching credentials. Example where it fails: ```# docker pull myrepo/iproute2 v3.10-1: Pulling from myrepo/iproute2 Digest: sha256:bdb16fdd3e21102334ddc76b12639cb4b82b121704e2e3a3f4525171797d9af7 Status:...

bug

`pumba netem` returns help for how to use netem `pumba kill` immediately kills all containers on the node. It would be safer if it behaved more like `netem` where a...

enhancement

The dockerhub repo has boilerplate 'description for empty repo' which is not very useful. Consider populating at least a link back to this repo or a short description of what...

Consider enabling a flag to use the AWS instance metadata service to determine the current hostname / ip address. This would allow running multiple agents per node (such as as...

https://github.com/gliderlabs/registrator/blob/master/registrator.go#L180-L184 indicates Registrator deregisters when a container exits. Clients of the service will have already received an error at that point. It'd be more graceful to mark the instance of...