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).
We are currently rebuilding our ahm environment and we need a specific view for sytem management. Within this view, we need to find tests that are older than 2 weeks with a specific reply.
So for instance - the Event time is 1-10-2019 11:04:19, current time is 16-10-2019 12:51:12 and the specific reply is test. In this case the test woud show up in that specific view.
Is there a way to generate such a view using the expression field?
What exactly means "event time" and "tests that older"?
If event time means time when test status changed, then you can create View using expression like
(%CurrentStatusDuration_sec% > 1209600) and ('%Reply%'=='specific reply test')