Skip to content

Instantly share code, notes, and snippets.

@lukebigum
Created December 10, 2015 16:56
Show Gist options
  • Save lukebigum/5953e5b94ac4d20c3486 to your computer and use it in GitHub Desktop.
Save lukebigum/5953e5b94ac4d20c3486 to your computer and use it in GitHub Desktop.
Collectd write to network
class profile::statistics::write_network($server = 'localhost') inherits profile {
collectd::plugin::network::server { $server:
port => 25826,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment