blob: bd7912e799f9907552441e55f31f6741b2af4a16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
|