<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I have configured Nagios and now want to monitor a clustered windows 2003 server running oracle 11.<br>I do not want to run check_oracle without putting the NRPE agent on the windows box.<br><br>I am able to run the two commands that I want to use at command line successfully.<br>check_ping -H 10.186.175.6 -w 3000.0,80% -c 5000.0,100% -p 5<br>and<br>check_oracle --login TREN<br><br>I added them to the commands.cfg file in the following sections<br><br>SAMPLE HOST CHECK COMMANDS<br><br>define command{<br>        command_name    check-host-alive<br>        command_line    $USER1$/check_ping -H 10.126.135.21 -w 3000.0,80% -c 5000.0,100% -p 5<br>        }<br>SAMPLE SERVICE CHECK COMMANDS<br><br># 'check_oracle' command definition<br>define command{<br>        command_name    check_oracle<br>        command_line    $USER1$/check_oracle --login TREN<br><br>and added the server to the hosts.cfg<br><br># 'my-hostname' host definition<br>define host{<br>use generic-host<br><br>host_name my.fqdn<br>alias My Windows Cluster<br>address 10.126.135.21<br>check_command check-host-alive<br>max_check_attempts 10<br>notification_interval 120<br>notification_period 24x7<br>notification_options d,u,r<br>}<br><br><br>When I look at my nagios interface I see my sever under the hosts section and it shows its status as up and ping ok.<br>if i click on it I dont see the status of the check_oracle --login TREN<br>Am I looking in the wrong place or do I have a config problem.<br><br>Thanks in advance<br>JC<br><br><br>                                           <br /><hr />Hotmail: Trusted email with Microsoft’s powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141664/direct/01/' target='_new'>Sign up now.</a></body>
</html>