Hi, i juste want to install for try the new webui2. On debian system i install Shinken like that :
Code:
apt-get install python-pip python-pycurl
adduser shinken
pip install shinken
And after i install webui2 :
Code:
shinken install webui2
pip install pymongo>=3.0.3 requests arrow bottle==0.12.8
apt-get install mongodb
for finish i add this module in my broker configuration file :
/etc/shinken/brokers/broker-master.cfg
When i restart shinken services i have no error at check config. But on the HTTP login i have this :

For the installation i use this two web pages :
I don't find anything on the internet with the same problem, anyone is in the same case? If I understand this problem, maybe its because I have no user configured? I just keep the webui2 default configuration file.
Thanks for replies, and sorry for my bad English.