shinken-monitoring / mod-logstore-sqlite

Shinken module for exporting logs to a sqlite db from the Livestatus module
GNU Affero General Public License v3.0
1 stars 8 forks source link

Error : no attribute 'dbcursor' #3

Open mohierf opened 10 years ago

mohierf commented 10 years ago

Freshly installed the Livestatus module, this module and the logstore-mongo module and then I get:

2014-03-07 04:27:41,745 [1394162861] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:27:43,729 [1394162863] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:28:24,331 [1394162904] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:28:24,366 [1394162904] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor'

naparuba commented 10 years ago

Maybe a connexion probelm a bit earlier?

On Fri, Mar 7, 2014 at 4:32 AM, Frédéric MOHIER notifications@github.comwrote:

Freshly installed the Livestatus module, this module and the logstore-mongo module and then I get:

2014-03-07 04:27:41,745 [1394162861] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:27:43,729 [1394162863] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:28:24,331 [1394162904] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor' 2014-03-07 04:28:24,366 [1394162904] Error : [Logstore SQLite] Unexpected in manage_log_brok: 'LiveStatusLogStoreSqlite' object has no attribute 'dbcursor'

Reply to this email directly or view it on GitHubhttps://github.com/shinken-monitoring/mod-logstore-sqlite/issues/3 .

mohierf commented 10 years ago

I will check ...