Hi,
At first many many thanks for the new feature, unfortunately it's not really working on my tests.
1. Test:
UNC (free space test)
I get the following reply:
Error in expression [21000 Mb - 20030 MB]: Unknown operator: "Mb"
2. Test:
Performance Counter
Error in expression [12000,00 - 11050,00]: Unknown operator: "12000,00"
Is there a possibility to solve this problem, or must be the value always a integer?
Thanks,
Martin
Problem with [%SuggestedReply% - %SuggestedLastReply%]
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: Problem with [%SuggestedReply% - %SuggestedLastReply%]
Please, use the following expression for "Tune up Reply" options:mp1 wrote:UNC (free space test)
I get the following reply:
Error in expression [21000 Mb - 20030 MB]: Unknown operator: "Mb"
Code: Select all
[('%SuggestedReply%' - '%SuggestedLastReply%') div 1024 div 1024] Mb
Looks like different decimal symbol is specified on the machine, where HostMonitor is running? Could you try to change decimal symbol using "Control Panel" -> "Regional Settings" applet?mp1 wrote:2. Test:
Performance Counter
Error in expression [12000,00 - 11050,00]: Unknown operator: "12000,00"
Regards,
Max
Hi Max,
Thanks for the quick reply.
This works perfect.
Do you have another idea?
We use the German regional settings on an english windows 2003 server.
Regards,
Martin
Thanks for the quick reply.
Code: Select all
[('%SuggestedReply%' - '%SuggestedLastReply%') div 1024 div 1024] Mb
I chanced it to a "dot" (.) and restarted the server. Unfortunately I get the same value as before - with a comma. I also checked it with a performance counter on the machine, where hostmonitor is running.Looks like different decimal symbol is specified on the machine, where HostMonitor is running? Could you try to change decimal symbol using "Control Panel" -> "Regional Settings" applet?
Do you have another idea?
We use the German regional settings on an english windows 2003 server.
Regards,
Martin
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Could you provide us expression you utilize for "Tune up Reply" option? Could you try the following expression:mp1 wrote:Do you have another idea?
We use the German regional settings on an english windows 2003 server.
Code: Select all
['%SuggestedReply%' - '%SuggestedLastReply%']
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: