<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I have managed to resolve this now. I got rid of using nrpe to monitor the remote hosts and just used the plugin on the remote server with snmp correctly configured.<BR>
 <BR>
Regards<BR> <BR>
<HR id=stopSpelling>
From: a_faredi@hotmail.co.uk<BR>To: nagios-users@lists.sourceforge.net<BR>Date: Tue, 17 Mar 2009 15:37:15 +0000<BR>Subject: [Nagios-users] Query<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Nagios server version: nagios-2.9-1.el4.rf<BR>Platform: redhat 4ES x86_64<BR>Hpasm version:hpasm-7.8.0-88.rhel4<BR><BR>I am trying to get the Nagios server to report on it's own health status as well as other servers using the check_hpasm plugin<BR><BR>The configuration for local monitoring is:<BR><BR>define service{<BR>        use                              local-service<BR>        host_name                        monitor<BR>        service_description              HP Server Health<BR>        servicegroups                    server<BR>        check_command                    check_hpasm!public<BR>        }<BR><BR><BR>define command{<BR>command_name check_hpasm<BR>command_line $USER1$/check_hpasm -H $HOSTADDRESS$ -C $ARG1$<BR>}<BR><BR>This is working fine in Nagios so hpasm -v is working  and parsing information. Now I am a bit confused with getting the remote monitoring to work.<BR><BR>Remote host hpasm version: hpasm-7.8.0-88.rhel4<BR>nrpe daemon is installed as well as check_hpasm is installed<BR>nrpe.config:<BR>Added:<BR><BR>command[check_hpasm]=/usr/lib64/nagios/plugins/check_hpasm -H $HOSTADDRESS$ -C public<BR><BR><BR><BR>define command{<BR>       command_name    check_remote_hpasm<BR>       command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_hpasm -C $ARG1$<BR>       }<BR><BR>define service{<BR>        use                              local-service<BR>        host_name                        remote<BR>        service_description              HP Server Overall Health<BR>        servicegroups                    server<BR>       check_command                    check_remote_hpasm!public<BR>        }<BR><BR>Error from Nagios: No ouput from plugin.<BR><BR>From a command line:<BR>./check_nrpe -H monitor -c check_hpasm -C public<BR><BR>./check_nrpe: invalid option -- C<BR><BR>Can someone help me. What am I doing wrong.<BR><BR>Regards<BR><BR><BR>
<HR>
Beyond Hotmail — see what else you can do with Windows Live. <A href="http://clk.atdmt.com/UKM/go/134665375/direct/01/">Find out more!</A><br /><hr />Windows Live Hotmail just got better. <a href='http://clk.atdmt.com/UKM/go/134665311/direct/01/' target='_new'>Find out more!</a></body>
</html>