From: Thomas K. <dev...@ne...> - 2013-02-20 07:40:46
|
Hi Timothy, On Tue, Feb 19, 2013 at 09:53:27AM -0600, Moermond, Timothy wrote: > I am trying to do an exception for if_dsc alerts on a Cisco 3750 Switch in > Xymon, however the except does not seem to be honored. I have successfully > used excepts for if_col, so I am not sure if there is an issue or if I simply > cannot do an except on if_dsc. The line I am using in the Xymon Hosts.cfg > file is as follows. > > 192.168.4.7 ciscobswwan # > DEVMON:except(if_dsc;ifName;na:Gi3/0/12|Gi3/0/13|Gi3/0/14) Please check the exceptions file for the template. According to the documentation the patterns are evaluated in the following order: ignore, only, alarm, noalarm. I haven't tried myself, but probably a default alarm pattern takes precedence over noalarm. > I have also tried > 192.168.4.7 ciscobswwan # > DEVMON:except(if_dsc;ifName;na:Gi3/0/[12-14]) Try something like Gi3/0/1[2-4]. Best regards Thomas Kähn -- Thomas Kähn Technik, Network Engineering & Design; Content Delivery Platform & IP --------------------------------------------------------------------- NETCOLOGNE Gesellschaft für Telekommunikation mbH Am Coloneum 9 | 50829 Köln www.netcologne.de Geschäftsführer: Dr. Hans Konle (Sprecher) Dipl.-Ing. Karl-Heinz Zankel Vorsitzender des Aufsichtsrates: Dr. Andreas Cerbe HRB 25580, AG Köln Diese Nachricht (inklusive aller Anhänge) ist vertraulich. Sollten Sie diese Nachricht versehentlich erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon unverzüglich zu informieren und die Nachricht zu löschen. Die E-Mail darf in diesem Fall weder vervielfältigt noch in anderer Weise verwendet werden. |