Created
May 30, 2015 13:17
-
-
Save pdostal/ba82810a6f156e4721e5 to your computer and use it in GitHub Desktop.
Remote logging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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