Wait for master -> bypass how to?

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Wait for master -> bypass how to?

Post by fve »

Hi

I have some "wait for master" test. If things is normal the test will fire when the wait is ok.

One test have 9 wait for master test, to wait for.
But sometime a error in our system will not bring the ok status for maybe 1 or 2 of the test. Then I want to bypass the test if a time is reach maybe 14:00 each day!

That will say wait for master until 14:00 and then fire the test.

How to fix that?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sorry, I do not understand you :(
What means "9 wait for master test"?
Do you want to change schedule for dependant tests when master test status changes?
H'm.. you may use HM Script action and ImportFromFile command to import test settings from file. This allows you to modify some test settings (e.g. Schedule) when some event detected...
or you may use HM Script and PauseTest or DisableTest commands:
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript

Regards
Alex
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Post by fve »

Hi

Sorry for the bad explanation.

I use the function wait for master. There are 9 pcs. of test there must report "ok" before the master fire it's test.

But sometime the test not fire because there are one or two of the prereq. test there are not ok.

Is it possible to execute the test every day _if_ the test is not fired normally from the wait for master?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There are 9 pcs. of test there must report "ok" before the master fire it's test
Do you mean: dependant test depends on 9 master tests?
Is it possible to execute the test every day _if_ the test is not fired normally from the wait for master?
No. However you may setup another test item to be performed once a day.

Regards
Alex
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Post by fve »

Hi

Do you mean: dependant test depends on 9 master tests? Yes.

No. However you may setup another test item to be performed once a day.

Ok.
Post Reply