Hi Everyone, I've been trying to get everything from some host to a their hostfile. In the rsyslog.conf i have this:
$template PerHostLog,"/var/log/remote-hosts/%HOSTNAME%.log" if $fromhost-ip startswith '192.168.1.' then -?PerHostLog However, i still get messages from 192.168.1.75 for example in /var/log/syslog or in /var/log/debug instead of /var/log/remote-hosts/ 192.168.1.75 for example. Hence, log messages from 192.168.1.75 are scattered in several log file. I want all messages from that host to that specific file and the current template isn't cutting it obviously. The same holds for other hosts on that subnet. What am I doing wrong in my template? How to make everything from 192.168.1.75 goes to one file? Thanks, Reinoud. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

