Newer
Older
# Write all syslog messages from any remote host to a default
# location. The expectation is that rules for specific hosts
# will be prefixed with numbers less than 80.
if $hostname != '<%= hostname %>' then {
action(type="omfile"
file="/var/log/remote/default.log"
template="FileFormat")
stop
}