| 73 | |
| 74 | ---- |
| 75 | === 10/2/09 === |
| 76 | |
| 77 | Minus error chechking for failed commands, the gatherer is complete. I'm now moving onto writer. I'm going to keep them in the same script for now, so I don't have to deal with reimporting the data and extracting it from xml, at some point that'll be a todo, so that way we can call just the gatherer if we want to. |
| 78 | |
| 79 | Fow now, I need to determine what node I am based on the resolved host name. The scheme is nodex-y.testbedname# I can extract the x and y cooridnates from the node part, and then The testbed name will have to be a lookup. (this should probably be in gatherer as parameters. |
| 80 | |
| 81 | Once I have that I can look up my unique mysql id from the mysql databse. This id will then allow me to correlate devices with the ones I have. |