liam-ng

Results 6 comments of liam-ng

I applied a temp fix to the deployment.yml for the pipeline to work. Hopefully you may find this helpful. 1. Add Role, Rolebinding & service account 2. Update the acr...

For future references, here're some more remarks on installing the PRTG plugin (PRTG API version 24.1.92;1554+) on Grafana 8 - Check Grafana plugin directory in the configuration file at /etc/grafana/grafana.ini...

Same issue here, Windows 10 with Obsidian 1.3.5

Try separate the queries with several [inputs.exec]. From systemctl status telegraf, I believe it is running in parallel

For anyone who uses SSL, you need to add `--host` flag for the influx CLI, reference [here](https://docs.influxdata.com/influxdb/v2/reference/cli/influx/bucket/update/#retention-periods) ``` influx bucket update --id --retention 0 --token --host https://localhost:8086 --skip-verify ``` Error...

In the query panel, you need to specify Sensor first, and then Channel. Note that not all field are shown in the dropdown list, you may want to refer the...