| 146 | |
| 147 | === 10/20/09 === |
| 148 | |
| 149 | Modified both gatherer and writer to take parameters. The paramters are as follows: |
| 150 | |
| 151 | Writer: |
| 152 | --server = #server hostname (default: internal1.orbit-lab.org) |
| 153 | --user = #username for mysql |
| 154 | --pass = #password |
| 155 | --db = #database name (default: inventory2) |
| 156 | --input = #input file name (default: foo.xml) |
| 157 | |
| 158 | Gatherer: |
| 159 | --output = #name of outputfile (defualt: stdout) |
| 160 | |
| 161 | Also now writer only checks vendor and device id. If no match is found it will add it with the description string. |
| 162 | |