enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

make the CLI processing work with the custom queue #18

Closed enygma closed 11 years ago

enygma commented 11 years ago

Right now, the CLI queue processing still assumes it's using the local Mongo instance. It needs to take in the dsn option (already there, just not used) and use that to connect to the right queue database.

enygma commented 11 years ago

This has been corrected by adding the queue-type and queue-connect CLI options (and some various other changes). Closing!