issues
search
shinken-monitoring
/
mod-logstore-mongodb
Shinken module for exporting logs to mongodb from the Livestatus module
GNU Affero General Public License v3.0
5
stars
10
forks
source link
Fix with livestatus
#6
Closed
gst
closed
10 years ago
gst
commented
10 years ago
Finally !
Main fix was ofcourse to mock_livestatus_handle_request()
Subsidiary fix was to make sure mongod daemon was completely started (listen port open) before beginning the tests (otherwise connection error to mongo daemon).
Finally !