[monitoring]

On a virée sa parce que cela a été merge upstream, voir :
https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/pull/35
add_collabora
gabo 2024-06-16 15:18:36 +02:00
parent 919f256d3f
commit a4dc81fa66
1 changed files with 0 additions and 11 deletions

View File

@ -69,14 +69,3 @@
name: prometheus-node-exporter
enabled: true
state: started
# Install new APT textfile collector, it might be upstreamed one day
# https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/pull/35
- name: Patch APT textfile collector
copy:
src: apt.sh
dest: /usr/share/prometheus-node-exporter/apt.sh
owner: root
group: root
mode: 0755
when: ansible_distribution_release != "bullseye"