fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

Changing the CIAPILatencyCollector config url via the command line doesn't seem to work #108

Closed mrdavidlaing closed 12 years ago

mrdavidlaing commented 12 years ago

Step "Install the CIAPILatencyMonitor service > 3"

 "C:\ProgramData\City Index\CIAPI Latency Collector\bin\CiapiLatencyCollectorConfig.exe" -username:{config_username} -password:{config_password} -nodename:{name_of_node} -configserver=http://config.metrics.{your_tld}

Seems to fail to actually change the value within C:\Program Data\City Index\CIAPILatencyCollector\AppConfig.xml

So, if you entered the invalid config url during the install process; correcting it from the command line doesn't seem to work.

This could be a permissions error, and the fix would be to amend the documentation to clearly state which user needs to run that command.

fandrei commented 12 years ago

You need to use -configserver: instead (with trailing colon)

mrdavidlaing commented 12 years ago

DOH!

Have fixed the documentation.

At least it was an easy fix :)