Test SNMP w/ Result that should be in TimeTicks

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
jtaugher
Posts: 13
Joined: Sat Mar 12, 2005 1:26 pm

Test SNMP w/ Result that should be in TimeTicks

Post by jtaugher »

Two things:

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
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sorry, that is impossible in current version

Regards
Alex
jtaugher
Posts: 13
Joined: Sat Mar 12, 2005 1:26 pm

Post by jtaugher »

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")
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

And while I haven't thought of everything, perhaps one could be a custom-calculation
Yep, we have such task in our "to do" list. But I am not sure when it will be implemented, may be soon, may be not...

Regards
Alex
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

BTW
such question should be discussed in "Wish list" forum.
Use "Problem and bugs" if something works incorrectly

Regards
Alex
HD-COT
Posts: 16
Joined: Thu Sep 25, 2014 6:23 am
Location: Nuremberg

Post by HD-COT »

Knowing this shoud be discussed in the Wishlist, I am backing up jtaugher.
Such processing would be very nice!
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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]

Regards
Alex
Post Reply