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).
I've created, say, 2 tests 1 (ping - type): testA; 2 (ping type): testB.I've got a profile linked to testB with an action depending on condition in advanced mode. The action should be taken when testA's '%SimpleStatus%' field equals 'UP'. My action condition is: '::testA::%SimpleStatus%' == 'UP'. My problem is the action does not fire up in any testB '%SimpleStatus%' field value. Is this a bug or my fault
If testB does not depends on testA, action should be triggered after testB is performed and testA has "good" status at this time. That's what you want?
You made mistake in expression, you should move % sign. '%::testA::SimpleStatus%' == 'UP'