Registry Test Method Question
Registry Test Method Question
I'm trying to create a registry monitor using a variable for the compare value. I've created a variable fvar_irisbuild and set the variable to 200. When I use %fvar_irisbuild% as the compare value with "is <> from" as the compare mode, the test fails. When I change the compare value to 200 and not the variable the test passes.
You cannot use variable in this field
https://www.ks-soft.net/hostmon.eng/mfr ... #templates
Regards
Alex
https://www.ks-soft.net/hostmon.eng/mfr ... #templates
Regards
Alex
Version 11.54 allows to change limits specified for the tests using HMScript (SetTestParam, ReplaceTestParam, SetTestParamByID and ReplaceTestParamByID commands)
E.g.
SetTestParam _AllRegistry Threshold 555
SetTestParam "registry test B" Threshold 777
you may modify other test methods as well:
ReplaceTestParam _AllUPSTemp ThresholdUp 65 55
ReplaceTestParam _AllUPSTemp ThresholdDown 15 10
ReplaceTestParam _AllFreeSpace Threshold "20 %" "17 %"
ReplaceTestParam _AllFreeSpace Threshold "5 GB" "8 GB"
ReplaceTestParam _AllFreeSpace Threshold "6 GB" "15 %"
Regards
Alex
E.g.
SetTestParam _AllRegistry Threshold 555
SetTestParam "registry test B" Threshold 777
you may modify other test methods as well:
ReplaceTestParam _AllUPSTemp ThresholdUp 65 55
ReplaceTestParam _AllUPSTemp ThresholdDown 15 10
ReplaceTestParam _AllFreeSpace Threshold "20 %" "17 %"
ReplaceTestParam _AllFreeSpace Threshold "5 GB" "8 GB"
ReplaceTestParam _AllFreeSpace Threshold "6 GB" "15 %"
Regards
Alex