Sjaak van den Berg

Results 3 comments of Sjaak van den Berg

Hi @rotton, thanks! It's been a while since I made this, and I don't have any plans to port it to Python 3. I use ShellTile myself on Ubuntu 20.04...

I created a rough first draft (#2), still with large parts of the original code commented out. Feel free to take it further (it doesn't work in its current state).

See https://docs.influxdata.com/influxdb/v2/tags/health/, added [here](https://github.com/influxdata/influxdb/commit/d9363234d6159a40484ef89624c35288101794b8). Healthcheck in the compose file: ``` ... healthcheck: test: influx ping || exit 1 interval: 60s retries: 5 start_period: 20s timeout: 10s ``` Command: ``` $...