shinken-monitoring / mod-webui

Shinken Web User Interface
GNU Affero General Public License v3.0
79 stars 71 forks source link

Use with Alignak when Alignak is running on Python3 #718

Open KenWhitesell opened 5 years ago

KenWhitesell commented 5 years ago

Is there a way to run the shinken webui module as a separate process in alignak rather than as a module within the broker?

We're running Alignak under version 3, and would like to try using the Shinken webui. Is there any way to do this?

mohierf commented 5 years ago

Hi quick responses: 1/ there is currently no solution to run the WebUI as an Alignak process. 2/ yes, I am currently using the Web UI as a broker module with Python 3

More elaborate: I have a Web UI version in my own repo that is not merged in this official repo for many reasons indeed... not an "official" mod-webui version because not Shinken compatible. This version is available here: https://github.com/mohierf/mod-webui/tree/python3

It is quite a stable version because I am currently using and improving it when I find some time. You can feel free to evaluate this version and I will help if you have some problems

rednach commented 5 years ago

Hi. We are ~working~ trying to work :) in a standalone shinken-webui using Alignak backend as data repository, using @mohierf repo as upstream. Steps we think we need:

End estimated... 2024 Q4.

mohierf commented 5 years ago

@rednach is the ETA a realistic milestone ? :wink:

rednach commented 5 years ago

I hope not!

KenWhitesell commented 5 years ago

Thank you very much for the quick response! I've got it up and running, so my installation is good, thank you!

Unfortunately, it's not working with my existing alignak-backend database - but since it works with a blank database at start, that implies to me that I've got some bad data hanging around, making it my problem to solve.

Thanks again,

Ken

Hi quick responses: 1/ there is currently no solution to run the WebUI as an Alignak process. 2/ yes, I am currently using the Web UI as a broker module with Python 3

More elaborate: I have a Web UI version in my own repo that is not merged in this official repo for many reasons indeed... not an "official" mod-webui version because not Shinken compatible. This version is available here: https://github.com/mohierf/mod-webui/tree/python3

It is quite a stable version because I am currently using and improving it when I find some time. You can feel free to evaluate this version and I will help if you have some problems