Hi,
We using Hostmonitor 6.8 currently and looking for some possibilities to handle the test acknowledgements.
What we really need is to remove them somehow on a regular basis (lets say daily at a predefined time). Now when someone added an ack to a test item, the only way we found to get rid of it is to put the test in "good" status. Probably we can use the reverse alert function but I also found no way to automate it.
Is there ANY way currently to remove all them by a scripted way?
If not then do you planning to include this feature in the next releases?
Thanks and regards,
Gabor
Automated removal of acknowledgements
I do not see nice solution. Theoretically you may use HM Script action with ImportFromFile command to import test settings from text file but its not nice...
I think it can be implemented but not in the next version, later... unless other customers will vote for such option as well.
Regards
Alex
Nobody asked for such option, so we did not have such plans.If not then do you planning to include this feature in the next releases?
I think it can be implemented but not in the next version, later... unless other customers will vote for such option as well.
Regards
Alex
Thanks your quick response Alex,
Unfortunately your only suggested method is not that good for us as we want to keep the TestIDs (from our experience this is the only unique value) constant all the time. Im not sure but I think when I using the text import it should change which is unacceptable in our environment.
I really hope that more customers are wanted to work with ack's - which is a great feature I think especially when you have couple of thousand tests...
- and you can implement the scripted modification of this as soon as possible. I'll looking for it constantly.
Regards,
Gabor
Unfortunately your only suggested method is not that good for us as we want to keep the TestIDs (from our experience this is the only unique value) constant all the time. Im not sure but I think when I using the text import it should change which is unacceptable in our environment.
I really hope that more customers are wanted to work with ack's - which is a great feature I think especially when you have couple of thousand tests...

Regards,
Gabor
Actually HostMonitor keeps ID when you are using "ImportMode=Modify" or "ImportMode=Replace" commandUnfortunately your only suggested method is not that good for us as we want to keep the TestIDs (from our experience this is the only unique value) constant all the time. Im not sure but I think when I using the text import it should change which is unacceptable in our environment
Ok, just for you. There is update at www.ks-soft.net/download/hm681c.zip
You may use new "ResetAcknowledgements <testname>" command in HMScript http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
(instead of specific TestName you can use group names like _AllBad)
Please note: This version of HostMonitor will clear ACK flag and start alerts when necessary however it does not update test items (colors) on screen immediately...
Regards
Alex