Page 1 of 1
Circular Layout, Default Map
Posted: Sun Jul 05, 2015 10:56 am
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
Re: Circular Layout, Default Map
Posted: Mon Jul 06, 2015 10:30 am
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.
Re: Circular Layout, Default Map
Posted: Mon Jul 06, 2015 11:58 pm
by scandal38
Thanks. I've just found out I made a mistake... I should put this thread on Nagios Core not XI...
Re: Circular Layout, Default Map
Posted: Tue Jul 07, 2015 8:31 am
by lmiltchev
No problem. I will be locking this post now.