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
Circular Layout, Default Map
Circular Layout, Default Map
You do not have the required permissions to view the files attached to this post.
Re: Circular Layout, Default Map
You can open the "/usr/local/nagiosxi/html/includes/utils-links.inc.php" file in a text editor and change line 145 from this:1. How can I set defaut Map suppege to be default after open nagios webpage - to see Circular Map right after login?
Code: Select all
function get_statusmap_link($layout = 6, $dest = "auto")Code: Select all
function get_statusmap_link($layout = 5, $dest = "auto")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.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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Circular Layout, Default Map
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
No problem. I will be locking this post now.
Be sure to check out our Knowledgebase for helpful articles and solutions!