Skip to content

Commit

Permalink
Merge pull request #69 from systemli/Drop-munin-support
Browse files Browse the repository at this point in the history
Drop munin support
  • Loading branch information
0x46616c6b authored Sep 28, 2024
2 parents ea66488 + adbefec commit 2e37d95
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ userli_prometheus_textfile_collector_enabled: False
userli_prometheus_textfile_collector_path: "/var/lib/prometheus/node-exporter"
userli_prometheus_textfile_collector_on_calendar: "*-*-* *:*:00"

# munin integration
userli_munin: False

userli_primary: True
userli_webserver: apache2

Expand Down
5 changes: 0 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
- name: Restart munin-node
ansible.builtin.service:
name: munin-node
state: restarted

- name: Dump environment for better performance # noqa no-changed-when ignore-errors
ansible.builtin.command: composer dump-env prod
args:
Expand Down
4 changes: 0 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
ansible.builtin.import_tasks: deployment.yml
when: userli_update | bool

- name: Import Munin tasks
ansible.builtin.import_tasks: munin.yml
when: userli_munin | bool

- name: Import metrics tasks
ansible.builtin.import_tasks: metrics.yml
when: userli_prometheus_textfile_collector_enabled | bool
19 changes: 0 additions & 19 deletions tasks/munin.yml

This file was deleted.

2 changes: 0 additions & 2 deletions templates/user.munin.j2

This file was deleted.

0 comments on commit 2e37d95

Please sign in to comment.