You might want to check for a default mapping in Events/Ignore.... I found one that basically dropped anything coming from local7 with a priority less than or equal to 4.
On Fri, Jan 23, 2009 at 9:46 AM, Manny Jimenez <[email protected]> wrote: > It seems syslog debug messages are not reported to the "event console" when > using the Zenoss VM. > > > > I tried to modify SyslogProcessing.py still no syslog debug messages at the > "event console" > > > > def defaultSeverityMap(self, pri): > > """Default mapping from syslog priority to severity. > > """ > > sev = 1 > > if pri < 3: sev = 5 > > elif pri == 3: sev = 4 > > elif pri == 4: sev = 3 > > elif pri == 5 or pri == 6: sev = 2 > > return sev > > > > Is anyone else having this issue ? > > > > > > Manny > > ________________________________ > > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. BankUnited is a federal savings bank. > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users > _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
