-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bs3 #133
Conversation
In the only_related_to function we only check if * tested element have related contact * if the source problem have related contact * if related impacts have related contact but we didn't test if host of current critical service have related contact. Here I've add the ability to check if host of the service have related contact and should be displayed.
Usage : 'duration': { 'value': 'id of selected value', 'values': { 'Label Option 1': 'id option 1', 'Label Option 2': 'id option 2', 'Label Option 3': 'id option 3', }, 'type': 'select', 'label': 'Global label' },
This was my first time with Shinken and I got tripped by the outdated docs on the .org site. Had trouble finding the readthedocs doc (probably because of google indexing) but still the doc there wasn't detailed for a first time module installation (I guess I wouldn't be the only first time installer looking into webui as a first module), had to search in the forum, undesrstand there was some kind of video or tutorial, and finally found more detailed instructions on Naparuba's course's github. How about also updating the shinken.io webui module installation steps!
Do not display empty groups
Add host name column Fix text in progress bar (service instead of host)
Remove anonymous login test Add link on icons
... once again sorry ;-)
- widgets look - allowdowntime schedule for filtered problems
... interest is that host filtering (menu.cfg) is considered in those functions
Fix pymongo requirement
Why did you make this PR ? Bad idea ... there are too many differences between these branche ! What is the idea behind this PR ? |
Hi, Can you help me out from this two issues. Thanks, |
Can you copy/paste a screen capture of your WebUI here ? |
The history tab is available in the BS3 WebUI if :
First of all, you need to be sure that your shinken logs are stored in the mongodb database ... and then you will have host/service logs in the history tab. |
Hi,
But i don't have "plugins/logs/plugin.cfg" file and no ware i see log option on webui. |
Are you sure you have BS3 WebUI ? You should have a plugins directory into the WebUI module dir ... |
Hi mohierf, Sorry for late reply, yes i am using BS3 Webui. I have plugins directory but dont have log directory on it, i have plugin.cfg file on eltdetail directory. And i can see logs in mongodb but i see error " Error : Unable to create mongo DB connection localhost:27017" on webui Log tab. Thanks, |
I you have a recent BS3 you should have a logs directory under plugins ... if not, your installation is corrupted. The error is because the mongodb server is not launched or your database is not available. Please make sure that :
|
I will have a look to your problems on my configuration. Meanwhile, please open two new issues for that we stop discussing in this PR thread ... One issue for your mongodb logs problem ... It will be easier to manage. |
Sure, Thanks For you help and Time. |
I close this pull request. Discussion is now in the two opened and referenced issues. |
No description provided.