I'm having trouble created a regex statement... The devices that I'm having trouble with are Adtran Netvanta switches. Interestingly, there already is a regex statement for Adtran devices in SyslogProcessing.py: Code: ^(?P<deviceModel>[^\[]+)\[(?P<deviceManufacturer>ADTRAN)\]:(?P<component>[^\|]+\|\d+\|\d+)\|(?P<summary>.*)
But that doesn't seem to fit my syslog messages at all: Code: device_host_name ETHERNET_INTERFACE:eth 0/12 auto-negotiation complete Can someone help me create an appropriate statement for this? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=26796#26796 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
