aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/mail.pp5
-rw-r--r--manifests/role/proxy.pp5
2 files changed, 10 insertions, 0 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 255588a..03e7262 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -1,3 +1,8 @@
class nodo::role::mail {
class { [ 'nodo::role::vserver', 'mail::system' ]: }
+
+ # Graph postfix
+ munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats', 'postfix_mailvolume' ]:
+ ensure => present,
+ }
}
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index 7852bef..5af7f5b 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -1,3 +1,8 @@
class nodo::role::proxy inherits nodo::base::vserver {
include nginx
+
+ # Graph nginx
+ munin::plugin { [ 'nginx_request', 'nginx_status' ]:
+ ensure => present,
+ }
}