Skip to content
Snippets Groups Projects
Commit d789873d authored by Kerri Wait's avatar Kerri Wait
Browse files

Change telegraf package from present to latest in ansible

parent 257c9b58
No related branches found
No related tags found
10 merge requests!399Capture extra NFS stats,!393Hotfix: monitor NFS GETATTR stats via telegraf,!392Temporarily disable inputs.filecount in telegraf,!389Update telegraf config to ignore more ethX interfaces in ethtool plugin,!388Fix the telegraf config for mlx hw counters to get rid of errors in logs,!387Telegraf 1.15 nvidia_smi fix,!386Telegraf 1.15 nvidia_smi plugin,!380Telegraf monitoring for Karaage (hpc.erc.monash.edu.au),!374Fix hw_counters for telegraf and enable ethtool telegraf plugin,!371Telegraf 1.15
This commit is part of merge request !371. Comments created here will be created in the context of that merge request.
- name: Install Telegraf from URL [RHEL/CentOS]
yum:
name: "{{ telegraf_install_rpm_url }}"
state: present
state: latest
when: ansible_os_family == "RedHat"
become: true
become_user: root
......@@ -17,7 +17,7 @@
- name: Install Telegraf package
apt:
deb: /tmp/telegraf-ansible-download.deb
state: present
state: latest
when: ansible_os_family == "Debian"
become: true
become_user: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment