Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Created November 10, 2016 02:54
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Use netcat to send syslog messages
# Here’s how to create UDP syslog messages via nc, netcat:
echo ‘<14>_sourcehost_ messagetext’ | nc -v -u -w 0 _syslog-host_ 514
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment