Puppet Class: riemann::profile::proxy
- Inherits:
- riemann::profile
- Defined in:
- manifests/profile/proxy.pp
Overview
Class riemann::profile::proxy
This profile implements a Riemann forwarder which is basically a Riemann server which will automatically forward to all hosts which subscribe to it
14 15 16 17 18 |
# File 'manifests/profile/proxy.pp', line 14
class riemann::profile::proxy () inherits riemann::profile
{
include ::riemann
include ::riemann::publish
}
|