Skip to content

Instantly share code, notes, and snippets.

@pdostal
Created May 30, 2015 13:17
Show Gist options
  • Save pdostal/ba82810a6f156e4721e5 to your computer and use it in GitHub Desktop.
Save pdostal/ba82810a6f156e4721e5 to your computer and use it in GitHub Desktop.
Remote logging
destination zenoss {
udp("172.127.127.3" port(514));
};
log {
source(src);
destination(zenoss);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment