-
Notifications
You must be signed in to change notification settings - Fork 3
Command Line Interface
bouvard edited this page Sep 13, 2010
·
2 revisions
The script scheduler (run.py) and all scripts are required to support the following command line arguments.
Argument | Default | Description |
---|---|---|
—engine | couchdb | storage engine to scrape data into |
—server | localhost | ip or hostname of the server where the storage engine resides |
—port | 5984 | port on the server where the storage engine connects |
—eventdb | vd_events | name of the events database on the storage engine |
—logdb | vd_logs | name of the logs database on the storage engine |
—debug | drop current databases at startup (scripts should be silent unless —debug is enabled) |