On Fri, Jul 01, 2005 at 11:02:29PM +0100, Martin Beecroft wrote: > 1. JFFNMS is constantly reporting a vlan on one router as having changed > it's description, normally I would agree that this must be because the > description has changed, but the event doesn't correlate with that: > > "Vlan21 detected modification - Changed Description to WGuard Backend > Vlan (temp) was WGuard Backend Vlan (temp)" > > To me, those two descriptions look identical, and I can assure you, the > description is not being constantly changed. Wild guess, not enough escaping within JFFNMS. To a human they look the same, to a PCRE match they're not () means group the things inside together for PCRE. So "WGuard Backend Vlan (temp)" doesn't match "WGuard Backend Vlan temp", but it should be "WGuard Backend Vlan \(temp\)"
- Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 Eye-Net Consulting http://www.enc.com.au/ MIEE Debian developer csmall at : enc.com.au ieee.org debian.org ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
