Problem with [%SuggestedReply% - %SuggestedLastReply%]

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
mp1
Posts: 199
Joined: Tue Mar 07, 2006 3:24 am

Problem with [%SuggestedReply% - %SuggestedLastReply%]

Post by mp1 »

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
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Re: Problem with [%SuggestedReply% - %SuggestedLastReply%]

Post by KS-Soft Europe »

mp1 wrote:UNC (free space test)
I get the following reply:
Error in expression [21000 Mb - 20030 MB]: Unknown operator: "Mb"
Please, use the following expression for "Tune up Reply" options:

Code: Select all

[('%SuggestedReply%' - '%SuggestedLastReply%') div 1024 div 1024] Mb
mp1 wrote:2. Test:
Performance Counter
Error in expression [12000,00 - 11050,00]: Unknown operator: "12000,00"
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?

Regards,
Max
mp1
Posts: 199
Joined: Tue Mar 07, 2006 3:24 am

Post by mp1 »

Hi Max,

Thanks for the quick reply.

Code: Select all

[('%SuggestedReply%' - '%SuggestedLastReply%') div 1024 div 1024] Mb
This works perfect.
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?
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.

Do you have another idea?
We use the German regional settings on an english windows 2003 server.

Regards,

Martin
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

mp1 wrote:Do you have another idea?
We use the German regional settings on an english windows 2003 server.
Could you provide us expression you utilize for "Tune up Reply" option? Could you try the following expression:

Code: Select all

['%SuggestedReply%' - '%SuggestedLastReply%']
Regards,
Max
mp1
Posts: 199
Joined: Tue Mar 07, 2006 3:24 am

Post by mp1 »

I hadn't any apostrophe in the expression, this was the problem.

Thanks again and nice holidays

Martin
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

mp1 wrote:I hadn't any apostrophe in the expression, this was the problem.
Glad to hear that. :-)
mp1 wrote:Thanks again and nice holidays
You are welcome! Have a nice holiday too! :D

Regards,
Max
Post Reply