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 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?
%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%")