diff options
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r-- | manifests/role/proxy.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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, + } } |