Feat req - Change test interval if bad, alert dependencies,

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
BHarvey
Posts: 33
Joined: Sun Oct 27, 2002 6:00 pm

Post by BHarvey »

The feature requests below would be of great benefit. Thanks.

Change test interval if test goes down
(i.e., test1 checked every 15 minutes, if down then check every 2 minutes until up)

Test against other tests, then alert
(e.g.,[test1] mail server 1 is down, but [test2] mail server 2 is up - email alert; [test1 and test2]mail 1 and mail 2 down, send pager alert)

Alert dependencies
(e.g. If the database goes down, and Skytel's mail server is up - page via email; if Skytel's mail server is down, page via modem)

KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

>Change test interval if test goes down
(i.e., test1 checked every 15 minutes, if down then check every 2 minutes until up)


Implemented. Use "Change test interval" action.

>Test against other tests, then alert
(e.g.,[test1] mail server 1 is down, but [test2] mail server 2 is up - email alert; [test1 and test2]mail 1 and mail 2 down, send pager alert)


What about master/dependant tests?
You can set TEST1 as master test for TEST2 with condition to perform TEST2 when TEST1 fails. Action assigned to TEST1 will send e-mail, action assigned to TEST2 will send pager alert.

>Alert dependencies
(e.g. If the database goes down, and Skytel's mail server is up - page via email; if Skytel's mail server is down, page via modem)


It looks like we need to improve HMScript language to make actions much more flexible. May be in version 4

Thank you
Alex
BHarvey
Posts: 33
Joined: Sun Oct 27, 2002 6:00 pm

Post by BHarvey »

>Implemented. Use "Change test interval"
>action.

Awesome, sorry I missed it.

>What about master/dependant tests?
>You can set TEST1 as master test for TEST2
>with condition to perform TEST2 when TEST1
>fails. Action assigned to TEST1 will send
>e-mail, action assigned to TEST2 will send
>pager alert.

This isn't flexible enough, what if test2 dies instead of test1? What if I were monitoring 3 mail servers?

>Alert dependencies

>It looks like we need to improve HMScript
>language to make actions much more
>flexible. May be in version 4

Thanks, I really appreciate your flexibility and continued responsiveness.

<font size=-1>[ This Message was edited by: BHarvey on 2003-02-28 13:08 ]</font>
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

>This isn't flexible enough, what if test2 dies instead of test1? What if I were monitoring 3 mail servers?

I agree, in some situations its not flexible enough. Will see what comes in version 4.0..

Regards
Alex
Locked