| Hey Cliff,
I use Netview to catch over 500 NT Events & generate email to service
folders.  Those service folders are run thru  a shell script each month to
sort & correlate the events based on source, date & event id.  I get about
18,000 emails/month from our 1000+ servers.
I used  xnmtrap to format the event OID's.  This creates the trapd.conf file
which has entries such as:
echo "NT Backup Exec Failure {Event ID 57739}: $1, $3" | mail -s "W2 Backup
Exec Failure {Event ID 57739}: $A: \t \t $(date "+%Y/%m/%d %H.%M.%S")"
ntserver
$1 & $3 are "variable bindings" coming in the trap from the Backup Exec
application.
$A is the source (ip address) of the box that sent the trap.
ntserver is the service mailbox for holding the email messages.
For help:
Help Button in the xnmtrap application (ch. 98 in the "TME10 NetView Online
Help Text"),
man trapd.conf
both have a lot of info.
Good Luck,
--Dermott
> -----Original Message-----
> From: Dabbs, Cliff [SMTP:cliff.dabbs@mcps-prs-alliance.co.uk]
> Sent: Wednesday, November 22, 2000 12:33 PM
> To:   'nv-l@tkg.com'
> Subject:      [NV-L] Events to E-mail
> 
> Thanks for the answers to my previous question! now I have another!
> 
> Is Netview capable of forwarding e-mails on specific events and if so
> where's the best source of information to find out how to set it up?
> 
> Cliff Dabbs
> The information transmitted is intended only for the person or entity to
> which it is 
> addressed and may contain confidential and/or privileged material. 
> Any use (including retransmission or copying) of this information by
> persons or
> entities other than the intended recipient is prohibited.  If you are not
> the intended 
> recipient of this transmission, please contact the sender and delete the
> material
> from any computer.  The sender is not responsible for the completeness or
> accuracy
> of this communication as it has been transmitted over a public network.
> Any replies to this email may be monitored by the MCPS-PRS Alliance for
> quality control 
> and other purposes.
> 
 |