I was wondering if it was possible to view host graphs in two columns. When they are in a single column, the right half of the page is empty, and it would be great if it could be filled by another column of graphs.
There is an option to choose how many graphs you want to see per page, but no option to put them into more than one column.
Is something like this possible in XI (maybe I missed a configuration option)?
Host Graphs in two columns
Re: Host Graphs in two columns
I submitted an internal feature request (TASK ID 2692) even though I am not sure if there is going to be interest in this feature from other users.
Be sure to check out our Knowledgebase for helpful articles and solutions!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Host Graphs in two columns
Code: Select all
$interest++As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Host Graphs in two columns
Well, I can do this myself outside of Nagios XI, but it would be much nicer to have it inside the interface. I could also modify the code that shows the graph page inside Nagios XI, but that would mean changing it again every time there is an update to Nagios XI, so I would rather not do that.
I see that there is at least one more person interested in this, and I think it really shouldn't be hard to implement (e.g. put the graphs into a table with 2 columns).
Thanks for submitting a feature request
I see that there is at least one more person interested in this, and I think it really shouldn't be hard to implement (e.g. put the graphs into a table with 2 columns).
Thanks for submitting a feature request
Re: Host Graphs in two columns
You are correct - you can probably modify it, but the changes you make would be wiped out on an upgrade. It's better to include a "2 column" view button (or something like that), so that users can change the view if they wish.
Be sure to check out our Knowledgebase for helpful articles and solutions!