Yes that give me a wider screen. But still not wide enough. If I want to be able to read all the host name's I need to zoom in, but I can't enlarge Hypermap itself. Here is a screen shot:
I've also tested this with the "popout" function, same result.
Besides what has been suggested, as well as clicking and dragging there is not currently a way to do what you are asking. If you would like, a developer can take a look at the component and quote you for custom development.
Hmm.. that's to bad. We will just work with the component as it is. Hopefully a function will be added to enlarged it in a later version.
But thanks for your help..
Now I got your attention I have another question about the Hypermap if you don't mind.
We have a couple users who access Nagiosxi. These users can see only the hosts that are relevant for them, usually that means they can see around 10 to 15 hosts. But they cannot use the Hypermap component. The feedback they get from Hypermap if they try to open it: You are not authorized to view all hosts and services.
Is there a way to work around this. Is it possible for these users to see their hosts in the hypermap component?
Sure, feel free to add a feature request to http://tracker.nagios.com/ as this would be a great feature!
Due to the way that the Hypermap displays relationships "Parent > Child" I'm not sure if this could be worked around since their user must have access to view the parents, and children that are connected "some may not be viewable by them." I can talk to one of our dev's and get you a more clear answer today.
These are parents that they are not contacts for? This should not really be the case, I would think, and may be incorrect, that it would be possible to redraw the map with just the hosts that a user has access to. In that same regard, if they are not contacts, can they click on the host and get additional information about it or are they blocked from this?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
They are also contacts for these parents. Even if I add a user who can only see one host that does not have a parent, Hypermap still tells me: You are not authorized to view all hosts and services. Only if I gave this user admin rights Hypermap works, but it shows all of the hosts in Nagiosxi.
// only certain people can see this
if(is_authorized_for_all_objects()==false){
echo gettext("You are not authorized to view all hosts and services.");
exit();
}
Now, for good measure, run the following and then check to see how the logged in user perceives the loaded hypermap: