Skip to content
Snippets Groups Projects
Commit 221d5122 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Do not explicitly enable node exporterk

parent 353812c7
No related branches found
No related tags found
No related merge requests found
...@@ -150,11 +150,6 @@ ...@@ -150,11 +150,6 @@
- nload - nload
- vnstat - vnstat
state: present state: present
- name: Configure prometheus-node-exporter
ansible.builtin.systemd:
name: prometheus-node-exporter
enabled: yes
notify: restart prometheus-node-exporter
- name: Deploy custom check commands - name: Deploy custom check commands
ansible.builtin.copy: ansible.builtin.copy:
src: /etc/ansible/roles/common/files/monitoring/plugins/ src: /etc/ansible/roles/common/files/monitoring/plugins/
......
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