diff options
author | 2024-08-28 04:20:31 +0100 | |
---|---|---|
committer | 2024-08-28 04:20:31 +0100 | |
commit | 7ca58110611185b541118c2c82b4726a3c1b4575 (patch) | |
tree | 3ec34dfe76ab1c568b0eff152955c4e41a42515b | |
parent | Add munin DNS record (diff) |
Add munin to monitoring in playbook
-rw-r--r-- | ansible/playbook.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml index cc7f081..728f930 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -33,6 +33,7 @@ - rrdstats - prometheus - prometheus-blackbox-exporter + - munin - name: Deploy nginx to hosts hosts: nginx |