From fa6709e48e11eeb063eac51c5a1c0357a41010fd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2013 20:17:50 -0300 Subject: Setting env.url for nginx_ munin plugins --- manifests/role/proxy.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/role') diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 5af7f5b..52644d0 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -4,5 +4,6 @@ class nodo::role::proxy inherits nodo::base::vserver { # Graph nginx munin::plugin { [ 'nginx_request', 'nginx_status' ]: ensure => present, + config => 'env.url http://localhost/nginx_status', } } -- cgit v1.2.3