Hiya folks :-)

I have a server running rsyslog v5.8.1
I need to check all incoming messages against a list of IP's .
If the IP's match, then forward only severity level 0-2 to another host. If
they don't match, then forward sev 0-6.
...Note that the list of IP's would be a combination of individual host
ip's as well as ranges.

I also need a list using hostnames that begin with "cv" for the same
forwarding rule.

Can someone help me with this config, I'm new to rsyslog but I don't see
anything in the docs for this (I also couldn't seem to find docs for 5.8.1).



What I have now:
# provides UDP syslog reception
$ModLoad imudp
$UDPServerRun 514
# provides TCP syslog reception
$ModLoad imtcp
$InputTCPServerRun 514

Forward all
*.*                     @192.168.190.34:514


______________________________________________________________

Clayton Dukes
______________________________________________________________
_______________________________________________
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.

Reply via email to