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).
When a master test goes down then I receive an e-mail telling me it's down, but not from any of the dependant tests. Which is GOOD .
But, sometimes I still get e-mailed for each dependant test with status "Wait for Master". Also, I continue to receive these E-mails until the master goes up again. Only happens sometimes, and it seems to only happen when there's several (5+) dependants. Last time this happened I received over 300 wait for master e-mails before the master came back on. This is getting annoying .
I've played with the setting:
"Consider status of master test obsolete after "n" seconds"
, but it does not seem to help.
Today I got over 30 emails in less than 10 minutes for a test that turned to "Wait for Master" status.
Master test only has 2 dependant tests.
Dependant 1 - synchronizes counters and status & alerts.
Dependant 2 - synchronizes counters only. (This is the one that tripped 30 "Wait for master" E-mails.
I can do that, but first I'd like to make sure that none of the HostMonitor stored credentials are in any of those files (such as proxy auth user names, and the service account used, etc. Where should I look?
You are using "advanced mode" actions with expressions like (('%SimpleStatus%' == 'DOWN') OR ('%SimpleStatus%' == 'UNKNOWN'))'%SimpleStatus%' will return 'UNKNOWN' for WaitForMaster test items.
You may use expression like (('%SimpleStatus%' == 'DOWN') OR ('%Status%' == 'Unknown') OR ('%Status%' == 'Unknown host')) instead
Regards
Alex Kozlov
I responded with:
"why would it continue to send these wait for master e-mails 3 times per minute?"
Alex said:
That's because WaitForMaster items do not increase Recurrences counters.
Yep. If somebody has similar problem, check your "advanced mode" action settings. "Standard" actions cannot be triggered by WaitForMaster test status. But "advanced" actions can do the trick.