Normal Status config

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
totte
Posts: 55
Joined: Wed May 30, 2007 3:40 am

Normal Status config

Post by totte »

Hi
I have two tests that checks mailboxes for incoming emails.

TestB is a backup if the mailserver for testA is down.

Test B should only get Status "Bad" if the testA has status "UNKNOWN" otherwise it should get status "NORMAL"

Test B "Use Normal Status If" = ("%SuggestedStatus%"=="Bad") AND ('%::%fvar_voicemail1%::SimpleStatus%'<>'UNKNOWN')

%fvar_voicemail1% is the testid of testA

TestB still gets status "NORMAL" when TestA has status "UNKNOWN"

I can´t set TestA as Master for TestB since i need testB to remove the emails from the mailbox.

//Christoffer
Hogia
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

HostMonitor version?

If "Treat Unknown status as Bad" option marked (TestA) then %SimpleStatus% returns 'DOWN' for statuses like "No answer", "Bad" and "Unknown".
So you may unmark "Treat Unknown status as Bad" option for testA or change expression for TestB
("%SuggestedStatus%"=="Bad") AND ('%::%fvar_voicemail1%::SimpleStatus%'<>'DOWN')

Regards
Alex
Post Reply