Circular Layout, Default Map

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
scandal38
Posts: 2
Joined: Sun Jul 05, 2015 5:02 am

Circular Layout, Default Map

Post by scandal38 »

Hi..

I have two problem with nagios:

1. How can I set defaut Map suppege to be default after open nagios webpage - to see Circular Map right after login?

2. Can I change size of field in Circular Mark-up layout? It's getting messy if I have manhy devices.. labels ar unreadable.. se attachment

Thanks in adbvance
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Circular Layout, Default Map

Post by lmiltchev »

1. How can I set defaut Map suppege to be default after open nagios webpage - to see Circular Map right after login?
You can open the "/usr/local/nagiosxi/html/includes/utils-links.inc.php" file in a text editor and change line 145 from this:

Code: Select all

function get_statusmap_link($layout = 6, $dest = "auto")
to this:

Code: Select all

function get_statusmap_link($layout = 5, $dest = "auto")
2. Can I change size of field in Circular Mark-up layout? It's getting messy if I have manhy devices.. labels ar unreadable.. se attachment
I am not sure about this one. I will need to talk to our developers. Doesn't "Hipermap" give you a better/cleaner output compared to the "Network Status Map" in XI? You can use the mouse's wheel to scroll (zoom in/out) or click on the host to center it. It's a lot better option in my opinion.
Be sure to check out our Knowledgebase for helpful articles and solutions!
scandal38
Posts: 2
Joined: Sun Jul 05, 2015 5:02 am

Re: Circular Layout, Default Map

Post by scandal38 »

Thanks. I've just found out I made a mistake... I should put this thread on Nagios Core not XI...
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Circular Layout, Default Map

Post by lmiltchev »

No problem. I will be locking this post now.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked