munin: fix cgi graph generation #163

Merged
mg merged 47 commits from mchmod into master 2024-08-21 20:54:49 +02:00
Showing only changes of commit f993a4e515 - Show all commits

View file

@ -17,13 +17,17 @@
mode: '0755' mode: '0755'
owner: munin owner: munin
group: munin group: munin
- name: /var/lib/munin-node/plugin-state
mode: '0775'
owner: munin
group: munin
- name: /etc/munin/plugins - name: /etc/munin/plugins
mode: '0755' mode: '0755'
owner: munin owner: munin
group: munin group: munin
- name: /var/cache/munin/www - name: /var/cache/munin/www
mode: '0755' mode: '0755'
owner: www-data owner: munin
group: root group: root
- name: /var/lib/munin - name: /var/lib/munin
mode: '0755' mode: '0755'