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).
1) I have an SNMP test that looks for system uptime. The uptime format that comes back is in timeticks (0:0:00:00.00), however the response provided in AHM is 597316100. If I divide by 100, then by 86400, I get roughly 69.13 .. which means 69 hours (getif shows it as "69:3:29:35.00"). Is there any way to have the results screen simply show 69:3:29:35.00 or some mask-portion therein?
2) In the same regard, anyway in which I can alert based on something in this representation after it has calculated it -- that is, for continuing numbers, say to alert me if a system has been up for greater than 69 days to alert me -- using the same "timeticks" (not a calculated out number of 598000000)?
KS-Soft wrote:Sorry, that is impossible in current version
Thanks Alex.
It would be great if it could -- it could be setup like the current test: Performance Counter (as in "Display Mode"). And while I haven't thought of everything, perhaps one could be a custom-calculation (ie: display: %result% / 8640000 = <%answer%> + "days")
I think we implemented this option 7 years ago.
Use "Tune up Reply value"option and expression like [(%SuggestedReply% div 100) div 86400]:[((%SuggestedReply% div 100) mod 86400) div 3600]:[((%SuggestedReply% div 100) mod 3600) div 60]