diff options
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/proxy.pp | 1 |
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', } } |