diff options
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 | 
