On 4/30/07, mrcarl81 <[EMAIL PROTECTED]> wrote:
Ah, is there any way to force the event to last a certain amount of time to 
test delays and alerting hierarchy?

For example, if I force a machine to "appear" down but its really up, the event 
seems to clear fairly quickly.

I like to use iptables to drop all traffic to my test host for as long
as I want it to appear down. Something like this: (10.1.2.3 is the
host that I want to appear down)

iptables -I INPUT -d 10.1.2.3 -j DROP

When I want it to come back up, I delete the rule:

iptables -D INPUT 1


--
Chet Luther
[EMAIL PROTECTED]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to