Skip to content
Snippets Groups Projects
Commit 6bff9953 authored by ale's avatar ale
Browse files

Stop installing unnecessary node-exporter-scripts cron entries

parent 69da0b6c
No related branches found
No related tags found
No related merge requests found
...@@ -102,12 +102,6 @@ ...@@ -102,12 +102,6 @@
dest: /etc/prometheus/node-exporter-scripts/clamav.sh dest: /etc/prometheus/node-exporter-scripts/clamav.sh
mode: 0755 mode: 0755
- name: Install clamav exporter cron
copy:
dest: "/etc/cron.d/node-exporter-script-clamav"
content: |
*/10 * * * * root /usr/local/bin/run-node-exporter-script clamav /etc/prometheus/node-exporter-scripts/clamav.sh
# Set up policyd-rate-limit for the postfix-smtp-auth instance. # Set up policyd-rate-limit for the postfix-smtp-auth instance.
- include_tasks: policyd_rate_limit.yml - include_tasks: policyd_rate_limit.yml
vars: vars:
......
...@@ -33,12 +33,6 @@ ...@@ -33,12 +33,6 @@
dest: /etc/prometheus/node-exporter-scripts/postfix-queues.sh dest: /etc/prometheus/node-exporter-scripts/postfix-queues.sh
mode: 0755 mode: 0755
- name: Install Postfix queues exporter cron
copy:
dest: "/etc/cron.d/node-exporter-script-postfix-queues"
content: |
*/10 * * * * root /usr/local/bin/run-node-exporter-script postfix-queues /etc/prometheus/node-exporter-scripts/postfix-queues.sh
- name: Create postfix@ override directory - name: Create postfix@ override directory
file: file:
path: /etc/systemd/system/postfix@.service.d/ path: /etc/systemd/system/postfix@.service.d/
......
...@@ -67,12 +67,6 @@ ...@@ -67,12 +67,6 @@
dest: /etc/prometheus/node-exporter-scripts/mailman-qfiles.sh dest: /etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
mode: "0755" mode: "0755"
- name: Install Mailman qfiles exporter cron
copy:
dest: "/etc/cron.d/node-exporter-script-mailman"
content: |
*/10 * * * * root /usr/local/bin/run-node-exporter-script mailman-qfiles /etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
- name: Install Mailman mtail program - name: Install Mailman mtail program
copy: copy:
src: mailman.mtail src: mailman.mtail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment