Hello Guys,
First of all, fantastic job on the website, it looks awesome, finding
stuff is easier than ever, the site looks extremely well thought out,
and very clean sleek, so again kudos on all the work being put.
I am running into an issue, and most documentation says it can be done.
I have multiple ranges of devices like switches routers etc, and I
want particular ranges to go to certain locations.
example:
I have an address range
192.168.242.0/24
all of the devices here are routers for a building and I want them to
go to /var/logs/f_buidling2
so I write out
:fromhost-ip startwith, "192.168.242." {
action (type="omfile"
name="buidling2"
DirCreateMode="0700"
FileCreateMode="0644"
File="/var/logs/f_building2"
FlushOnTXEnd="on"
IOBufferSize="8k"
)
stop
}
I see traffic coming into the interface, but nothing is being logged,
Im curious if my syntax might be off or maybe I need to be using
another property?
if anyone might have run into this issue before, or you see something
that looks wrong please let me know.
Thanks everyone in advanced!
Robert
_______________________________________________
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.