Page 1 of 1

click on icon in map to open url?

Posted: Tue Dec 21, 2010 7:15 pm
by jordanthompson
I want to be able to click on the map (or drill down to a host) and be able to click on a link that will le me access the device (just looking for an http/url connection for now.) For example:
I have a router that is managed via its web page. I'd like to be able to access the web page via a few clicks from nagios.

Is this possible (without copy/pasting the ip address from the web page)?

thanks,
Jordan

Re: click on icon in map to open url?

Posted: Tue Dec 21, 2010 7:36 pm
by jordanthompson
OK - I found the answer (notes_url):

define host{
use generic-host
host_name localhost
alias localhost
parents andrea
address 127.0.0.1
icon_image base/ubuntu.png
icon_image_alt base/ubuntu.png
vrml_image base/ubuntu.png
statusmap_image base/ubuntu.png
notes_url http://127.0.0.1
}