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

IndexError: list index out of range #66

Open
arthurzenika opened this issue Nov 3, 2015 · 1 comment
Open

IndexError: list index out of range #66

arthurzenika opened this issue Nov 3, 2015 · 1 comment

Comments

@arthurzenika
Copy link

following a shinken install livestatus and enabling it in the broker configuration.

[1446556248] WARNING: [broker-master] The module type logstore-sqlite for LogStore was not found in modules!
[1446556248] ERROR: [broker-master] [livestatus] Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/shinken/basemodule.py", line 164, in start_module
    self._main()
  File "/usr/local/lib/python2.7/dist-packages/shinken/basemodule.py", line 296, in _main
    self.main()
  File "/var/lib/shinken/modules/livestatus/module.py", line 233, in main
    self.add_compatibility_sqlite_module()
  File "/var/lib/shinken/modules/livestatus/module.py", line 169, in add_compatibility_sqlite_module
    self.modules_manager.instances[0].load(self)
IndexError: list index out of range

[1446556249] ERROR: [broker-master] The external module livestatus goes down unexpectedly!
# shinken --version
shinken 2.4.2
@arthurzenika
Copy link
Author

# shinken install logstore-sqlite

solves it.

Is there a missing dependency ?

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