From ian at ianduggan.net Mon Jan 12 18:10:07 2009 From: ian at ianduggan.net (Ian Duggan) Date: Mon, 12 Jan 2009 15:10:07 -0800 Subject: [Skynet-developer] Skynet Controller Message-ID: <222747e50901121510x56105b20odfd8339e55d2ec2@mail.gmail.com> Hi all, I'm working through the code in the example skynet controller. It looks like the list of servers that is checked is hardcoded via Skynet::CONFIG. Is there an easy way to get this information from the queue? Perhaps machines should register themselves somehow as they come on board. It would help with the stats page. Maybe have a loop in a worker thread that uses REST to post it's stats to the webapp or an annointed (or set of annointed) trackers. --Ian