Skip to content

Instantly share code, notes, and snippets.

@justizin
Created April 7, 2014 18:45
Show Gist options
  • Save justizin/10028820 to your computer and use it in GitHub Desktop.
Save justizin/10028820 to your computer and use it in GitHub Desktop.
/* Feel free to specify as many udp_send_channels as you like. Gmond
used to only support having a single channel */
udp_send_channel {
host = 10.1.0.48
port =
ttl = 1
}
/* always send to localhost */
udp_send_channel {
host = 127.0.0.1
port = 8649
ttl = 1
}
/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
port = 8649
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment