]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/postgres/manifests/init.pp
bb2b7689ed92c4738145afe56870ade16eed1c01
[dsa-puppet.git] / modules / postgres / manifests / init.pp
1 class postgres {
2     activate_munin_check {
3         "postgres_bgwriter":;
4         "postgres_connections_db":;
5         "postgres_cache_ALL": script => "postgres_cache_";
6         "postgres_querylength_ALL": script => "postgres_querylength_";
7         "postgres_size_ALL": script => "postgres_size_";
8     }
9     file {
10         "/etc/munin/plugin-conf.d/local-postgres":
11             source  => "puppet:///modules/postgres/plugin.conf",
12             ;
13     }
14 }
15
16 # vim:set et:
17 # vim:set sts=4 ts=4:
18 # vim:set shiftwidth=4:
19