Hi,
how can I tell HM to get the Reply-Value always in bytes (Test-method "Drive Free Space")?
I want to recalculate the reply-value with the new "Tune up Reply"-option in HM 7.06 beta, but i get the err-msg in the Reply-Field:
"Error in expression [19 Gb div 1024 div 1024]: Unknown operator: "Gb"
I use the expression
[%SuggestedReply% div 1024 div 1024] Mb
from http://www.ks-soft.net/hostmon.eng/news.htm
So, he can't recalculate the Value, because it is a string "19 Gb" and not a real-number... How can I fix that?
Thanks
Mike
Reply-Value always in bytes by method "Drive Free Space
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
To make it work, you may use the following expression:
where instead of TestName you should specify this particular test name.
Regards,
Max
Code: Select all
['%SuggestedReply%' - %::TestName::AverageReply%] Bytes
Regards,
Max