Logical test (concatenation for service) and "Maintenan

Need new test, action, option? Post request here.
Post Reply
szaliesjm

Logical test (concatenation for service) and "Maintenan

Post by szaliesjm »

Hi, currently testing HM, seems great.
2 wishes (or I didn't find them):

A logical test
I'm trying to evaluate the status of a "service" (such in SLA)
Let's say my service is up if:
(ping A or Ping B) and (DB X or DB Y) and (service 1 or service 2) is up.
I already test each item and don't need any extra test.
So I just need a test to logically concatenate everything.
I guess I could take a ping test and ping myself but it's not that nice.

A "maintenance" mode
or a way to disable selected tests from a command line/API/DB entry...
I was thinking to use the dbf directly and to insert a maintenance flag column. SLA calculations have to look at this flag.

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

Post by KS-Soft »

A logical test
I'm trying to evaluate the status of a "service" (such in SLA)
Let's say my service is up if:
(ping A or Ping B) and (DB X or DB Y) and (service 1 or service 2) is up.
I think it will be possible in version 5.
or a way to disable selected tests from a command line/API/DB entry...
Telnet Service allows to disable/enable tests using any Telnet client utility. Some of them support scripts...

Regards
Alex
Post Reply