aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-06 20:17:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-06 20:17:50 -0300
commitfa6709e48e11eeb063eac51c5a1c0357a41010fd (patch)
tree95048d0cba0f723aa5300b756184421ea6b299a3 /manifests/role
parent892c327983c4f1f415e0f91ba1c4b739519935a4 (diff)
downloadpuppet-nodo-fa6709e48e11eeb063eac51c5a1c0357a41010fd.tar.gz
puppet-nodo-fa6709e48e11eeb063eac51c5a1c0357a41010fd.tar.bz2
Setting env.url for nginx_ munin plugins
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/proxy.pp1
1 files changed, 1 insertions, 0 deletions
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',
}
}