From b9a82824d7bcb35e8eb1b94396bb46267689ea45 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 9 Jun 2015 14:03:12 -0300 Subject: include munin in proxy role --- manifests/role/proxy.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 9c6186d..0df5fab 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -14,6 +14,8 @@ class nodo::role::proxy inherits nodo::base::vserver { } # Graph nginx + include munin::client + include munin::client::package munin::plugin { [ 'nginx_request', 'nginx_status' ]: ensure => present, config => 'env.url http://localhost/nginx_status', -- cgit v1.2.3