Matt Aitchison
Matt Aitchison
I am having the same problem. I am using the latest version of nginx and nginx-gridfs on Ubuntu 10.10. Here is my log. ``` 2011/05/25 09:13:15 [error] 14696#0: Mongo Exception:...
I think the issue here is that `use_https` is stored in the config data and not options like the code expects. https://github.com/fwestenberg/reolink_dev/blob/master/custom_components/reolink_dev/__init__.py#L125 ``` { "entry_id": "redacted", "version": 1, "domain": "reolink_dev",...
If you are just trying to include the namespace, pod name and container name you should be able to retrieve the values from a containers labels. [Here](https://github.com/gliderlabs/infra.gl/blob/master/manifold/specs/logspout.yaml#L28) is an example...
@derks Try configuring the hostname for logspout (using dockers --hostname flag) and the set `SYSLOG_HOSTNAME` to `{{.Hostname}}`.
@pythianarceri Are you able to provide a docker-compose.yml I can use to reproduce the issue?
@michaelshobbs yeah I do. I believe its a better route since it should prevent missing log output as described [here](https://github.com/gliderlabs/logspout/commit/3b7bae6ebab8360068533bbbd7265e3a5a6a149c#diff-04c6e90faac2675aa89e2176d2eec7d8R101).
I think I am running into a bug due to row indexes. If I write over 10,000 rows to a single file then athena returns the following error ``` HIVE_CURSOR_ERROR:...
FYI, I ran into the same issue when rx,tx weren't connected to the configured uart port.
Have you tried running consul with the private IP of the VM? ``` $ machine ip 192.168.99.100 $ docker run --net=host --name=consul gliderlabs/consul-server -advertise=192.168.99.100 ```
Would it be possible to add an option to the existing `deregister` flag instead of adding a new one?