I’m a bit late to the game – 8 colours was clearly enough for me for a long time. Probably still is, but I thought I might join the late 90s and update to 256 colours. This is written from the perspective of a Mac OS X user on 10.9.x, but some of the information […]
Month: May 2015
Snippet: Enable RSYSLOG UDP Directory Per Host (Debian 7 / Wheezy)
This snippet should work. I saved it under /etc/rsyslog.d/local-network.conf # v5 config – docs used: http://www.rsyslog.com/doc/v8-stable/historical/multi_ruleset_legacy_format_samples.html $template HostBasedLog,”/var/log/network/%HOSTNAME%/%$YEAR%/%$MONTH%/%HOSTNAME%.log” $RuleSet remote *.* ?HostBasedLog # UDP config reverted in main config, and re-enabled here, in similar order # as main TCP example (I even enable the module here too) $ModLoad imudp # bind ruleset to udp listener […]