Generating time between, event time and current time view

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
rdiroen
Posts: 7
Joined: Mon Oct 14, 2019 3:01 am

Generating time between, event time and current time view

Post by rdiroen »

Hi,

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?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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')

Regards
Alex
rdiroen
Posts: 7
Joined: Mon Oct 14, 2019 3:01 am

Post by rdiroen »

Hi Alex,

Yes, this is actually what i was looking for, thanks again!
Post Reply