nv-l

Re: [NV-L] Hostname Missing

2008-07-01 13:16:44
Subject: Re: [NV-L] Hostname Missing
From: James Shanks <jshanks AT us.ibm DOT com>
To: Tivoli NetView Discussions <nv-l AT lists.ca.ibm DOT com>
Date: Tue, 1 Jul 2008 13:16:12 -0400
Larry,
So what you want to do is to capture the hostname of the agent which sent
the trap, correct?
Try this

CLASS Link_Up
  SELECT
    1: $TYPE = 3 ;
 FETCH
      1:   IPNAME($AGENT_ADDR)
  MAP
    msg = "Link Up SNMP Trap" ;
    hostname = $F1 ;
END

James Shanks
Level 3 Support  for Tivoli NetView for UNIX and Windows
Network Availability Management
Network Management - Development
Tivoli Software, IBM Corp

_______________________________________________
NV-L mailing list
NV-L AT lists.ca.ibm DOT com
Unsubscribe:NV-L-leave AT lists.ca.ibm DOT 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>