Views

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
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Views

Post by Kris »

Hiya all,

I want to create a view of all tests that have a smaller interval than the standard 10 minutes.
Using the expression "%Interval_Min% < 10" will also return the tests that run only once a day.
Am I missing something here?

Thanks,
Kris
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

%Interval_Min% and %Interval_Sec% variables represent only Regular schedule interval values, even if irregular schedule is specified.
You may use the following expression to exclude items with irregular intervals:
(%Interval_Min%<10) AND NOT (" " in "%Interval%")
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Works perfect! Thanks! 8)
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You are welcome :)
Post Reply