diff options
| author | 2024-08-30 18:13:26 +0200 | |
|---|---|---|
| committer | 2024-08-30 19:05:27 +0200 | |
| commit | c1be8590019851b8b9487cad329c0a8dd21fe6da (patch) | |
| tree | 372788a60386a2cd5152b2d9392a7d629ddc6f7b /ansible/host_vars | |
| parent | Update templated WireGuard config (diff) | |
Add standalone munin-node role
Diffstat (limited to 'ansible/host_vars')
| -rw-r--r-- | ansible/host_vars/lovelace/munin.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ansible/host_vars/lovelace/munin.yml b/ansible/host_vars/lovelace/munin.yml new file mode 100644 index 0000000..bd7912e --- /dev/null +++ b/ansible/host_vars/lovelace/munin.yml @@ -0,0 +1,25 @@ +--- +munin_node__plugins: + # SpamAssassin + - src: spamstats + # Nginx + - src: nginx_request + - src: nginx_status + # Postfix + - src: postfix_mailstats + - src: postfix_mailqueue + - src: postfix_mailvolume + # PostgreSQL + - src: postgres_size_ + dest: postgres_size_metricity + - src: postgres_size_ + dest: postgres_size_site + - src: postgres_size_ + dest: postgres_size_ALL + - src: postgres_xlog + - src: postgres_autovacuum + - src: postgres_bgwriter + - src: postgres_checkpoints + - src: postgres_connections_db + - src: postgres_users + - src: postgres_xlog |