Hello everyone!
On Windows installed:
telegraf —> C:\Program Files\telegraf
InfluxDB → C:\Program Files\InfluxData\influxdb
Given:
- telegraf is running as Windows service with telegraf.conf file (for perf counters monitoring)
- InfluxDB 2.7.1 install and run as Windows service on the same machine
- InfluxDB UI is started successfully
- telegraf is collect perf counters and send to Grafana via Graphite collector server
Target:
- Import/add existing telegraf.conf file as source in InfluxDB UI
- add to tekegraf.conf block for collection [[inputs.rabbitmq]] metrics
- connect InfluxDB as source to Grafana
- Create dasnboards for collected RabbitMQ counters
can give a little guide on how to do it with details?
Thanks
Not sure what this means
What we expect is most users to have telegraf running somewhere and it will have an output to influxdb.
- add to tekegraf.conf block for collection [[inputs.rabbitmq]] metrics
Take a look at: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/rabbitmq for the various configuration options for rabbitmq. Depending on what your data looks like in rabbitmq, you may also need to configure a parser with settings to parse the data before sending it to influxdb: https://github.com/influxdata/telegraf/tree/master/plugins/parsers
- connect InfluxDB as source to Grafana
There are lots of guides on adding InfluxDB to Grafana, try out: Get started with Grafana and InfluxDB | Grafana documentation