-
Hi there,
I use fritzcollectd allong with influxdb and I am also gathering the smart home data in addition over the http-API of AVM by a self-written python script on serverside. So, in the end I hav…
-
Hello,
I am using docker-compose with influxdb 1.7.10 and latest telegraf. I have made an application that sends information to a rabbitmq queue that telegraf fetches and sends to influxdb. It appa…
-
According to swagger definition the `/health` and `/ready` endpoint should be exposed at root path, but it works only for OSS instances.
https://github.com/influxdata/influxdb/blob/26cf6af07aeb2956…
-
Now that #149 is closed. Can we decide the right approach and add prometheus metrics support to project.
-
- vSphere view is showing just 3 objects like vCenter, ESXi & datastore.
![image](https://user-images.githubusercontent.com/1809177/115715390-b231e100-a395-11eb-90ba-e6b8f84ff0c4.png)
- Other c…
-
### Relevant telegraf.conf
```toml
[[processors.execd]]
command = ["/processor.sh"] # this script should emit a line of ILP longer than 262,144 bytes
data_format = "influx"
[[inputs.cpu]]
[…
nitti updated
3 weeks ago
-
### Please direct all support questsions to slack or the forums. Thank you.
Opening up this ticket in response to discussing the issue on slack. The issue is that despite setting allowed pending mes…
-
Hi there,
Am glad someone's done the hard work of building this already. Would be great to be able to specify an API Key for InfluxDB though in the Docker image.
-
[Prometheus](https://prometheus.io) has some nice [client libraries](https://github.com/prometheus/client_golang) that can be used to publish application telemetry. Indeed, the [etcd](https://github.c…
-
Currently, from conluz, we are subscribed to a MQTT queue and then we process the messages to be persisted in a InfluxDB measurement.
We store messages in batches of a maximum of 100 messages and in…