Skip to content
Snippets Groups Projects
Verified Commit 0718953b authored by Florian Pritz's avatar Florian Pritz
Browse files

Enable cpu/memory accounting for kanboard, flyspray, zabbix-web


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 2de25873
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,6 @@
- name: start and enable systemd socket
service: name=php-fpm@flyspray.socket state=started enabled=true
- name: enable systemd ressource accounting
command: systemctl set-property php-fpm@flyspray CPUAccounting=yes MemoryAccounting=yes
......@@ -48,6 +48,9 @@
- name: start and enable systemd socket
service: name=php-fpm@kanboard.socket state=started enabled=true
- name: enable systemd ressource accounting
command: systemctl set-property php-fpm@kanboard CPUAccounting=yes MemoryAccounting=yes
- name: install systemd timers for kanboard cronjob
template: src={{ item }} dest=/etc/systemd/system/{{ item }} owner=root group=root mode=0644
with_items:
......
......@@ -62,3 +62,6 @@
- name: start and enable systemd socket
service: name=php-fpm@zabbix-web.socket state=started enabled=true
- name: enable systemd ressource accounting
command: systemctl set-property php-fpm@zabbix-web CPUAccounting=yes MemoryAccounting=yes
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