aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
blob: 52644d08fcfeed6803843560a5f66a96a66a4c16 (plain)
1
2
3
4
5
6
7
8
9
class nodo::role::proxy inherits nodo::base::vserver {
  include nginx

  # Graph nginx
  munin::plugin { [ 'nginx_request', 'nginx_status' ]:
    ensure => present,
    config => 'env.url http://localhost/nginx_status',
  }
}