Skip to content
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

Remove problems tile #59

Closed
ajayan769 opened this issue Mar 11, 2018 · 3 comments
Closed

Remove problems tile #59

ajayan769 opened this issue Mar 11, 2018 · 3 comments
Labels

Comments

@ajayan769
Copy link

Is there any option to remove "Problems" tile from the dashing view?

@mcktr
Copy link

mcktr commented Mar 11, 2018

Hi,

you have to edit the icinga2.erb file that is contained in the dashboards folder. In the file you must remove the following lines:

<!-- Takes two rows for all service problems by severity -->
<li data-row="1" data-col="4" data-sizex="1" data-sizey="2">
  <div data-id="icinga-severity" data-view="List" data-unordered="true" data-title="Problems"></div>
</li>

After restarting dashing and reloading the page the Problems tile should be gone.

Best regards
Michael

@dnsmichi
Copy link
Collaborator

As @mcktr said, you need to edit the dashboard itself. There is no support for enabling or disabling specific widget on the dashboard, this one serves as a demo and basis for your own dashboards. You are encouraged to create such and build your own views.

@ajayan769
Copy link
Author

@mcktr @dnsmichi Thank you so much for the help, it helped :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants