a13519
a13519
Thanks for your replay, I get another error like: ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.9/runpy.py", line 87, in...
no luck, get `No log line matching the '' filter` and no web access any more
Thank you nicolargo! I tried and my yaml is: ``` version: '3.5' services: #glances glances: image: nicolargo/glances:3.2.7-full restart: always pid: host volumes: - /var/run/docker.sock:/var/run/docker.sock - /home/tony/glances.conf:/etc/glances.conf ports: - "61208:61208" environment:...
I am not sure if I can directly send data to influxdb2 or have to set telegraf, it's kind of complication to manage multiple inputs and outputs by using telegraf....