From: Silvio Rhatto Date: Thu, 6 Jun 2013 23:17:50 +0000 (-0300) Subject: Setting env.url for nginx_ munin plugins X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa6709e48e11eeb063eac51c5a1c0357a41010fd;p=puppet-nodo.git Setting env.url for nginx_ munin plugins --- 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', } }