Finaly got My ArcServe script up and running... Got one problem:
The script returns the values from the logfile.
eg: Total Size (Disk) returns 'scriptres:OK:114.401,33 MB'
Since there is nothing about a thousans seperator in the manual, I changed the output ot 'scriptres:OK:114401,33 MB'
According the manual this is a valid output to of the script (I have a , as decimal seperator in Regional Options)
The result however is not accepted by Hostmonitor...3a. If you want Log Analyzer will be able correctly process "Reply" values and displays charts, use one of the following formats for "Reply" value:
decimal_number (like '123', '0', '6456.45'. as decimal separator use symbol that is specified on your system, usually a dot (.) or a comma (,))
decimal_number + space + 'Kb' (like '512 Kb', '64 Kb')
decimal_number + space + 'Mb' (like '1024 Mb', '5 Mb')
decimal_number + space + 'Gb' (like '12 Gb', '4 Gb')
decimal_number + space + '%' (like '50 %', '99 %')
decimal_number + space + 'ms' (like '100 ms', '5400 ms')
Should it have to do with the decimals and the MB combination ? or do you have another idea?
Pieter