[rsyslog-notify] Forum Thread: Re: syslog server ignoring locally generated messages - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Wed Feb 11 14:34:38 CET 2015


User: dlang 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25234#p25234

Message: 
----------
I just realized your problem. All your outputs are part of the AIX ruleset,
which you bind to the udp input, so messages generated locally don't have
any actions that write them

This is one of the major drawbacks to the old style config. In the new
style config rulesets are

ruleset( name = 'aix') {
  rules
}

so it's very obvious that all these rules are part of the AIX ruleset

In the old style, everything after one $ruleset line is part of that
ruleset until you have another $ruleset line.


More information about the rsyslog-notify mailing list