I guess this is a follow-up question to this post:
http://lists.ee.ethz.ch/smokeping-users/msg01500.html

My understanding of this is that for this (excerpted) config:
=======================================
*** Alerts ***
to = [EMAIL PROTECTED]
from = [EMAIL PROTECTED]

[snip]

probe = FPing

menu = Top
title = Network Latency Grapher
remark = Welcome to the SmokePing Thingy

+ World

menu = World
title = Worldwide Connectivity

++ Chicago

menu = Chicago
title = Austin to Chicago


# this will email tom
+++ foo
menu = foo
title = foo
host = foo
probe = FPing
alerts = bigloss,someloss,startloss

# this will email tom and dick
+++ bar
menu = bar
title = bar
host = bar
probe = FPing
alerts = bigloss,someloss,startloss
alertee = [EMAIL PROTECTED]


# this will email tom, dick and harry?
+++ baz
menu = baz
title = baz
host = baz
probe = FPing
alerts = bigloss,someloss,startloss
alertee = [EMAIL PROTECTED]
=======================================

There is no way to have the "baz" section email JUST [EMAIL PROTECTED] 
(in this example?).

What about this way, would this configuration JUST email Harry for "baz" 
alerts?:

=======================================
*** Alerts ***
to = /dev/null
from = [EMAIL PROTECTED]

[snip]

probe = FPing

menu = Top
title = Network Latency Grapher
remark = Welcome to the SmokePing Thingy

+ World

menu = World
title = Worldwide Connectivity

++ Chicago_Tom
menu = Chicago
title = Austin to Chicago

# this will email just tom?
+++ foo
menu = foo
title = foo
host = foo
probe = FPing
alerts = bigloss,someloss,startloss
alertee = [EMAIL PROTECTED]

++ Chicago_Dick
menu = Chicago
title = Austin to Chicago

# this will email just dick?
+++ bar
menu = bar
title = bar
host = bar
probe = FPing
alerts = bigloss,someloss,startloss
alertee = [EMAIL PROTECTED]

++ Chicago_Harry
menu = Chicago
title = Austin to Chicago

# this will email just harry?
+++ baz
menu = baz
title = baz
host = baz
probe = FPing
alerts = bigloss,someloss,startloss
alertee = [EMAIL PROTECTED]
=======================================

Thanks in advance,
James.



--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/smokeping-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to