shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get livestatus or logstore-sqlite even working?/README for Installing and enabling has broken links?

skwirut opened this issue · comments

Hi , Can anyone help me, I am trying to have livestatus and logstore-sqlite setup but it doesn't seem to be working?
For livestatus config I have:

define module {
  module_name     livestatus
  module_type     livestatus
   host            *           
  port            50000     
  modules         logstore-sqlite
  debug           /tmp/ls.debug   
}

Then for logstore-sqlite I have:

define module {
  module_name     logstore-sqlite
  module_type     logstore_sqlite
  database_file   /var/log/shinken/livelogs.db
   max_logs_age    3m  ; d = days, w = weeks, m = months, y = years
}

And I added livestatus module for broker-master. But there are no db or logs generated, and there aren't even any errors in the other shinken logs, so kind of confused?

Also the Readme has broken links to the Installing and Enabling Livestatus sections, so this is the best I've mustered from different links. So I'd suggest updating the ReadMe as well.