The monitor function is cool in 6.2, if only i knew how to set that up for al my rigs to read out at one machine

While benching 1 rig i get this message, and it stops
DUPLICATED MINER X16R X16R ON N-CcminerX16r N-CcminerX16r
PS F:\MINING SOFTWARE\Megaminer-6.2\Megaminer-6.2>
Bug Fixed in latest release.
Monitor cfg is easy
- set @@APIPORT=9999 (or any number) in each monitorized machine
- set a list of monitorized machines in @@FARMRIGS variable (only on monitor machine)
- optional, set your mail cfg to get notifications when a rig goes offline
Can't get the monitor to work. Entered api 9999 in every rigs, and on the monitormachine entered local ip adresses and names ..
When i start i only get not responding, not even the local machine.
So unless there is some info missing, it does not work here.
Settings in router maybe ?
MM automatically add exclusion to firewall on monitored rig and local machine cant fail by this one, you can test:
- do you have api window open in each monitored rig?, is a powershell screen (not MM one).
- Check if you get a json response in your browser from your monitor machine, put
http://MONITOREDIP:PORTThis is an example of config
@@FARMRIGS=[{"IpOrLanName":"moneymachine", "ApiPort":"9999","Notifications":"true"},{"IpOrLanName":"filemon", "ApiPort":"9999","Notifications":"true"},{"IpOrLanName":"localhost", "ApiPort":"9999","Notifications":"true"}]