<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5803" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I currently use the two "url" variables for 
different ways of connecting to a host from the nagios webpage:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>define 
host{<BR>        use     
generic-host<BR>        
host_name       
vpn-server<BR>        
address         
192.168.1.1<BR>        
contact_groups  it<BR>        
notes_url       <A 
href="https://192.168.1.1">https://192.168.1.1</A><BR>        
action_url      ssh://192.168.1.1</FONT></DIV>
<DIV><FONT face=Arial size=2>        
statusmap_image cisco.png<BR>}<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I just click on the "notes" or "action" icon and it 
fires up a new browser or ssh window to the host.  What I would like to do 
is add more of these "url" variables, for example, connect to a digital KVM 
switch, turn the host power on and off with some SNMP commands, connect to the 
host RAID controller's web interface, etc.  Is there an easy way to 
add more of these variables and have them show up in the GUI?   I see 
the documentation regarding custom object variables, but a quick glance at the 
cgi source code made it appear that all this stuff is hard-coded.   I 
suppose I could use one the existing "url" variables to send me to another 
landing page with my custom buttons, but it would nice to have everything 
in one spot in the GUI.    I'm also open to other ways to doing 
the same thing. </FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>-e</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>