]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Setting env.url for nginx_ munin plugins
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Jun 2013 23:17:50 +0000 (20:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Jun 2013 23:17:50 +0000 (20:17 -0300)
manifests/role/proxy.pp

index 5af7f5b02d5cc1707c850e93089de517f3aa54f7..52644d08fcfeed6803843560a5f66a96a66a4c16 100644 (file)
@@ -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',
   }
 }