shinken-monitoring / mod-livestatus

Shinken module for presenting data with a MK/Livestatus comptabile interface
GNU Affero General Public License v3.0
15 stars 20 forks source link

Module doesn't work with shinken 2.0.3? #42

Closed dgilm closed 10 years ago

dgilm commented 10 years ago

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"
  },
Seb-Solon commented 10 years ago

Done. Thanks!