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
Branches
Tags
No related merge requests found
......@@ -102,12 +102,6 @@
dest: /etc/prometheus/node-exporter-scripts/clamav.sh
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.
- include_tasks: policyd_rate_limit.yml
vars:
......
......@@ -33,12 +33,6 @@
dest: /etc/prometheus/node-exporter-scripts/postfix-queues.sh
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
file:
path: /etc/systemd/system/postfix@.service.d/
......
......@@ -67,12 +67,6 @@
dest: /etc/prometheus/node-exporter-scripts/mailman-qfiles.sh
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
copy:
src: mailman.mtail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment