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
click on icon in map to open url?
-
jordanthompson
- Posts: 6
- Joined: Wed Dec 15, 2010 12:46 pm
Re: click on icon in map to open url?
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
}
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
}