nv-l

help with simple ruleset

1999-03-22 12:43:01
Subject: help with simple ruleset
From: Matt Ashfield <mda AT UNB DOT CA>
To: nv-l AT lists.tivoli DOT com
Date: Mon, 22 Mar 1999 13:43:01 -0400
Hi all,
I am experimenting with rulesets and am having a few problems. Basically, I want Netview to send an email when a node down event is received for a particular node and NO node up event for that node is received within a designated period of time..So I'll get an email if a node has been down for more than x minutes...
I have my ruleset defined as follows...
 
EVENT STREAM = BLOCK
EVENT 1 = Node Down event (as Input 1)
EVENT 2 = Node Up event (as Input 2)
 
RESET ON MATCH
    Event 1 Attribute 2 EQUAL TO Event 2 Attribute 2
        - this would compare the name of the nodes generating the events
        - time threshold is currently set to 3 mintues for testing....
outputted to
ACTION
    a perl script that sends an email...
 
Does anyone see any obvious errors with this? Shoud I be using an Inline Action instead of Action?
Any help would be appreciated,
 
Matt Ashfield
<Prev in Thread] Current Thread [Next in Thread>