telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

Ansible role for installing, configuring, and maintaining Telegraf

Results 15 telegraf issues
Sort by recently updated
recently updated
newest added

I started seeing the following error: ```shell TASK [rossmcdonald.telegraf : Set templatized Telegraf configuration] ************************************************************************************************************************************************* task path: /home/user/.ansible/roles/rossmcdonald.telegraf/tasks/configure.yml:14 The full traceback is: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/ansible/template/__init__.py", line...

``` fatal: [proxmox1]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not...

InfluxData rotated their signing key due to a security concern: https://www.influxdata.com/blog/linux-package-signing-key-rotation/ The URL of the signing key has changed to `https://repos.influxdata.com/influxdata-archive_compat.key`

Firstly - thanks for the excellent ansible role. If I can suggest a relatively minor issue/improvement.... In the scenario where you are running the ansible role as a part of...

I was trying to configure [SNMP plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/snmp/README.md) and discovered that the current Role Vars schema doesn't support the following part: ``` [[inputs.snmp.field]] oid = "RFC1213-MIB::sysUpTime.0" name = "uptime" [[inputs.snmp.field]] oid...

This role depends on the `amazon.aws` collection which seems to be included in Ansible 2.11+, but not in earlier versions. Could you add this in the role's metadata?

Getting errors when running ansible-playbook with -C: ``` RUNNING HANDLER [rossmcdonald.telegraf : assert running] ***************************************************************************************** fatal: [my.host.name]: FAILED! => {"msg": "The conditional check 'telegraf_service_status.rc == 0' failed. The error was:...

My [team](https://github.com/rackerlabs/repose) uses this Ansible Role as part of our performance test suite and we started [failing](https://jenkins.openrepose.org/job/performance-test/20733/consoleFull) as soon as [Telegraf v1.11.0](https://github.com/influxdata/telegraf/releases/tag/1.11.0) was released. We have started the investigation as...

Improved templating to allow configuration of different output plugins and aggregation plugins