is there any information to read about cgsnoop? i'm trying to figure out how it works and what does it do
cgsnoop is a feature that will allow you to read from the cgminer api, like say you have multiple rigs, some happen to be windows, and you want all your stats via BAMT mgpumon. It pretty much works like this, pick a BAMT rig to be your collector, add this line in your bamt.conf
There is a file in /etc/bamt called cgsnoop.conf you will find some comments in there as to what you need to do, mostly enable it add your cgminer rig info on the last line, example:
192.168.101.x:4028,rig_name,site_loc
(rig_name and site_loc are just text you make up, but it will be passed to mgpumon)
Then on your cgminer rig, add the api options to the end of your command line when you start cgminer.exe, example:
cgminer.exe -o site:8332 -u worker -p pass (your kernel, intensity, fan, mem, & tweaks etc.) --api-listen --api-network
You should then start seeing those cgminer rigs start showing up in mgpumon.