<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I will give that a try - I am not the nagios adminstrator and wasn't aware that was available.....thanks.<BR>
 <BR>
Jack<BR> <BR>> From: t.h.amundsen@usit.uio.no<BR>> To: jack1729@hotmail.com<BR>> CC: nagios-users@lists.sourceforge.net<BR>> Subject: Re: [Nagios-users] Check_openmanage<BR>> Date: Thu, 7 Jan 2010 19:39:29 +0100<BR>> <BR>> Jack Lyons <jack1729@hotmail.com> writes:<BR>> <BR>> > Just another feature request.....I would like to make the host name an<BR>> > html clickable link to the https://servername:1311 Open Manage web<BR>> > interface. I thought about wrapping the open manage check to do it,<BR>> > but seemed kind of kludgy.<BR>> <BR>> Yes, that could easily be done. But the reason that I haven't<BR>> implemented something like that is that this is exactly the kind of<BR>> thing that the action_url is for, like this:<BR>> <BR>> define host {<BR>> host_name myhost.example.org<BR>> alias myhost<BR>> address 10.0.0.1<BR>> use generic-host<BR>> hostgroup_name dell-hardware<BR>> contact_groups spam@example.org<BR>> action_url https://$HOSTNAME$:1311/<BR>> }<BR>> <BR>> If you have the DRACs set up with deterministic host names based on the<BR>> server host name, e.g. 'servername-drac', you can use the DRAC web<BR>> address instead. I think that the action_url approach is cleaner, as<BR>> some people (like me) don't have the openmanage web interface set<BR>> up. You can alternatively use notes_url if you've already used up<BR>> action_url.<BR>> <BR>> PS. I wish that Nagios had a more generic alternative, i.e. something<BR>> like this: "generic_url <address>|<icon>|<text>". That would be<BR>> really useful.<BR>> <BR>> Cheers,<BR>> -- <BR>> Trond H. Amundsen <t.h.amundsen@usit.uio.no><BR>> Center for Information Technology Services, University of Oslo<BR>                                        </body>
</html>