Hi,
I have set of servers that I want the alerts go as followed
I need the first alert to go after 5 minutes , then every 30 minutes for two hours , then every four hours till it recovers.
I tried some thing like DURATION>5 REPEAT=30m,60m,90m,120m,4h RECOVERED but it didn`t work..
Any ideas ..
Thanks
Tom
I haven't tried this and haven't looked at the code to see if it would work but you might try:
DURATION>5 DURATION<2h REPEAT=30
and as a separate rule
DURATION>2h REPEAT=4h
Thanks, Larry Barber
On Thu, Oct 2, 2008 at 9:02 AM, VPN Cluster <vpn.cluster.ha at gmail.com>wrote:
Hi,
I have set of servers that I want the alerts go as followed
I need the first alert to go after 5 minutes , then every 30 minutes for two hours , then every four hours till it recovers.
I tried some thing like DURATION>5 REPEAT=30m,60m,90m,120m,4h RECOVERED but it didn`t work..
Any ideas ..
Thanks
Tom
I tried the following :
$rule1=DURATION>10m REPEAT=30m DURATION<3h $rule2=DURATION>3h REPEAT=4h
The first rule doesn't` have 3 hours under the* stop after* column
Thanks
Tom
On Thu, Oct 2, 2008 at 10:31 AM, Larry Barber <lebarber at gmail.com> wrote:
I haven't tried this and haven't looked at the code to see if it would work but you might try:
DURATION>5 DURATION<2h REPEAT=30
and as a separate rule
DURATION>2h REPEAT=4h
Thanks, Larry Barber
On Thu, Oct 2, 2008 at 9:02 AM, VPN Cluster <vpn.cluster.ha at gmail.com>wrote:
Hi,
I have set of servers that I want the alerts go as followed
I need the first alert to go after 5 minutes , then every 30 minutes for two hours , then every four hours till it recovers.
I tried some thing like DURATION>5 REPEAT=30m,60m,90m,120m,4h RECOVERED but it didn`t work..
Any ideas ..
Thanks
Tom
I tried the DURATION>5 DURATION<2h REPEAT=30 but I don`t see any thing under "Stop After" column in info page.
On Thu, Oct 2, 2008 at 10:31 AM, Larry Barber <lebarber at gmail.com> wrote:
I haven't tried this and haven't looked at the code to see if it would work but you might try:
DURATION>5 DURATION<2h REPEAT=30
and as a separate rule
DURATION>2h REPEAT=4h
Thanks, Larry Barber
On Thu, Oct 2, 2008 at 9:02 AM, VPN Cluster <vpn.cluster.ha at gmail.com>wrote:
Hi,
I have set of servers that I want the alerts go as followed
I need the first alert to go after 5 minutes , then every 30 minutes for two hours , then every four hours till it recovers.
I tried some thing like DURATION>5 REPEAT=30m,60m,90m,120m,4h RECOVERED but it didn`t work..
Any ideas ..
Thanks
Tom
participants (2)
-
lebarber@gmail.com
-
vpn.cluster.ha@gmail.com