setup some loging to detect these hostnames and log with a template that shows you $rawmsg (RSYSLOG_DebugFormat is good for this)

if $hostname == ['VERSION', 'GET', 'OPTIONS'] then {
 /var/log/badhosts;RSYSLOG_DebugFormat
 stop
}

or something similar would help you figure out what's really happening here pretty easily

David Lang
_______________________________________________
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