Host Graphs in two columns

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gelerios
Posts: 11
Joined: Wed Apr 16, 2014 9:15 am

Host Graphs in two columns

Post by Gelerios »

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)?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Host Graphs in two columns

Post by lmiltchev »

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!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Host Graphs in two columns

Post by Box293 »

Code: Select all

$interest++
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Gelerios
Posts: 11
Joined: Wed Apr 16, 2014 9:15 am

Re: Host Graphs in two columns

Post by Gelerios »

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 :)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Host Graphs in two columns

Post by lmiltchev »

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!
Locked