homeserver/playbooks/base/monitoring.yml
mg 7dbe75f7b8 Laptop (#161)
munin

supertux

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#161
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-07-18 15:21:48 +02:00

12 lines
390 B
YAML

---
- hosts: all
roles:
- { role: mgrote.munin-node,
become: true,
tags: "munin",
when: "not 'laptop' in group_names" }
### Die Host müssen auch beim Docker-Container: "munin-master eingetragen" werden.
### wird nur auf physischen Rechnern ausgeführt.
### Wenn ein Plugin nicht geht: munin-node-configure --shell --families=contrib,auto | sh -x