nv-l
[Top] [All Lists]

Re: [NV-L] Override Severity in Tivoli Enterprise Console

To: Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>
Subject: Re: [NV-L] Override Severity in Tivoli Enterprise Console
From: James Shanks <jshanks@us.ibm.com>
Date: Mon, 20 Aug 2007 10:37:54 -0400
Delivery-date: Mon, 20 Aug 2007 15:37:53 +0100
Envelope-to: nv-l-archive@lists.skills-1st.co.uk
In-reply-to: <D3F292ADF945FB49B35E96C94C2061B9972728@nsmail.netscout.com>
List-help: <mailto:nv-l-request@lists.ca.ibm.com?subject=help>
List-id: Tivoli NetView Discussions <nv-l.lists.ca.ibm.com>
List-post: <mailto:nv-l@lists.ca.ibm.com>
List-subscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=subscribe>
List-unsubscribe: <http://lists.ca.ibm.com/mailman/listinfo/nv-l>, <mailto:nv-l-request@lists.ca.ibm.com?subject=unsubscribe>
Reply-to: Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>
Sender: nv-l-bounces@lists.ca.ibm.com

Whether you can do this in the CDS or not depends on the complexity of what you are trying to do. The CDS basically just selects varbinds from the trap and substitutes them into slot mappings. It does not really allow for any conditional logic.

So for example, if the severities in the trap variable match TEC severities, then something like this might work. Say the varbind which contains the severity is number 6. So you'd select it, and then map it. Let's say it's your third selection. Then your CDS might look like this. But the numbers below are arbitrary; you need to match the map variable with the attribute number you selected. Consult the TEC adapters guide for information on how to code CDS entries.


CLASS <myclass>
SELECT

1.
2.
3: ATTR(=,"VB_6") ;
4.

MAP
...
severity = $V3 ;
...
END

But my suspicion is that this is not enough, because it is unlikely that the severities passed in the trap do not themselves map to the severities used in TEC. In that case you'd have to add TEC rules in the TEC server to modify the incoming events even further. And In fact, it might be simpler not to mess with the severities in the tecad CDS at all, and just do the re-mappings in the TEC server itself using TEC rules.

James Shanks
Level 3 Support for Tivoli NetView for UNIX and Windows
Network Availability Management
Network Management - Development
Tivoli Software, IBM Corp
Inactive hide details for "Gupta, Narendra" <guptan@netscout.com>"Gupta, Narendra" <guptan@netscout.com>


          "Gupta, Narendra" <guptan@netscout.com>
          Sent by: nv-l-bounces@lists.ca.ibm.com

          08/20/2007 10:03 AM
          Please respond to
          Tivoli NetView Discussions <nv-l@lists.ca.ibm.com>


To

<NV-L@lists.ca.ibm.com>

cc


Subject

[NV-L] Override Severity in Tivoli Enterprise Console

Hi,
We have our network application that forwards the SNMP alarms to TEC. One of the varbind contains the severity(1 or 2 or 3 etc). How we can map that severity to TEC severities in CDS files. Please advice.

Thanks,
Narendra Gupta_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to internal IBM'ers only)

GIF image

_______________________________________________
NV-L mailing list
NV-L@lists.ca.ibm.com
Unsubscribe:NV-L-leave@lists.ca.ibm.com
http://lists.ca.ibm.com/mailman/listinfo/nv-l (Browser access limited to 
internal IBM'ers only)
<Prev in Thread] Current Thread [Next in Thread>

Archive operated by Skills 1st Ltd

See also: The NetView Web