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

Module doesn't work with shinken 2.0.3?

dgilm opened this issue · comments

Hi,

The 1.1 version of this module doesn't work with my shinken stable 2.0.3 installation. No problems found with livestatus 1.0 and 1.0.1. These are the errors using livestatus 1.1:

[1416392892] Warning : [broker-master] Importing module livestatus: Attempted relative import in non-package
[1416392892] Warning : [broker-master] The module /var/lib/shinken/modules/livestatus/module.py cannot be founded or load

If the module doesn't work with shinken 2.0.3 , please, update the package.json accordingly

  "dependencies": {
    "shinken": ">2.0.3"
  },

Done. Thanks!