opinkerfi / adagios

Adagios - Web Based Nagios Configuration
GNU Affero General Public License v3.0
330 stars 75 forks source link

AttributeError: 'module' object has no attribute 'LivestatusQuery' #494

Closed 74kumi closed 9 years ago

74kumi commented 9 years ago

https://groups.google.com/forum/#!topic/adagios/UwghIuZFq9w

./install

Retrieving http://opensource.is/repo/ok-release.rpm Preparing... ########################################### [100%] package ok-release-10-1.el6.noarch (which is newer than ok-release-10-1.el5.centos.git.106.5706a09.noarch) is already installed file /etc/yum.repos.d/ok.repo from install of ok-release-10-1.el5.centos.git.106.5706a09.noarch conflicts with file from package ok-release-10-1.el6.noarch file /usr/share/doc/ok-release-10/GPL from install of ok-release-10-1.el5.centos.git.106.5706a09.noarch conflicts with file from package ok-release-10-1.el6.noarch Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Update Process Loading mirror speeds from cached hostfile

./install is the script on adagios install guide.

error still occurs

palli commented 9 years ago

As per comment on the mail thread. If using unreleased version of adagios, you may also need an unreleased version of pynag. My suggestion is to keep those 2 in sync (if installing adagios from git, also use pynag from git).

You can always find a reasonable new build of pynag in the ok-testing repo:

yum update --enablerepo=ok-testing pynag
service httpd reload

FYI if you enable ok-testing then you can also install latest adagios, which on rhel-based systems should make live much easier for you :)