Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skwirut opened this issue Nov 29, 2016 · 0 comments

Comments

@skwirut
Copy link

skwirut commented Nov 29, 2016

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.

@skwirut skwirut changed the title Can't get livestatus or logstore-sqlite even working? Can't get livestatus or logstore-sqlite even working?/README for Installing and enabling has broken links? Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant