Closed plat00n closed 5 years ago
I'm sorry but I don't think anyone will be able to provide you with support for Python 2.6. WebUI is not meant to run on it.
I'm trying to find a workaround, webui (not the v2) seems to work with it. Broker seems to display warnings (like No module named bottle ?!?!) but I can have access to the web interface.
[1541582298] INFO: [broker-master] I correctly loaded the modules: [webui]
[1541582298] INFO: [broker-master] Trying to init module: webui
[1541582298] INFO: [broker-master] Starting external module webui
[1541582298] INFO: [broker-master] Starting external process for instance webui
[1541582298] INFO: [broker-master] webui is now started ; pid=13721
[1541582298] INFO: [broker-master] Connection OK to the scheduler scheduler-master
[1541582298] INFO: [broker-master] Connection OK to the poller poller-master
[1541582298] INFO: [broker-master] Connection OK to the reactionner reactionner-master
[1541582298] INFO: [broker-master] Connection OK to the receiver receiver-master
[1541582298] INFO: [broker-master] [webui[13721]]: Now running..
[1541582298] INFO: [broker-master] Modules directory: /var/lib/shinken/modules
[1541582298] INFO: [broker-master] Correctly loaded dummy_poller as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] Correctly loaded dummy_broker as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] Correctly loaded dummy_scheduler as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] Correctly loaded dummy_arbiter as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] Correctly loaded webui as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] Correctly loaded dummy_broker_external as an old-new-style shinken module :|
[1541582298] INFO: [broker-master] I correctly loaded the modules: []
[1541582298] WARNING: [broker-master] Loading plugins: No module named bottle
[1541582298] WARNING: [broker-master] Loading plugins: No module named helper
[1541582298] WARNING: [broker-master] Loading plugins: No module named helper
[1541582298] WARNING: [broker-master] Loading plugins: No module named helper
How can I download the webui (v1) tar.gz ??? I will need it for a local install (a server without access to the net)
Thanks for the answers
Cédric
This problem should be fixed with the most recent develop branch. The frontend module that caused this error with an old python version has been removed
Hello,
I'm trying to install Shinken-2.4.3 on a Centos 6 which cannot access to the web. My python version is : Python 2.6.6
To start : I can't upgrade the os and I can't install python 2.7 (constraints)
Webui2 can't be started, I have this error message :
Here is what i have installed :
Here is the requirement for webui2 :
Some information about the installation/configuration :
Here is my /var/log/shinken/brokerd.log
Can someone please help me ? :) Thanks
Cedric