Changes between Version 13 and Version 14 of Internal/InventoryV3


Ignore:
Timestamp:
Oct 21, 2009, 12:03:30 AM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryV3

    v13 v14  
    144144
    145145Big TODO is mostly rescuing errors. First on the list is connect retries. Class interface descriptions to follow soon.
     146
     147=== 10/20/09 ===
     148
     149Modified both gatherer and writer to take parameters. The paramters are as follows:
     150
     151Writer:
     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
     158Gatherer:
     159 --output = #name of outputfile (defualt: stdout)
     160
     161Also now writer only checks vendor and device id. If no match is found it will add it with the description string.
     162