<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Can Please be taken off the list?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Thank in Advance,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Brian <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
nagiosplug-help-admin@lists.sourceforge.net
[mailto:nagiosplug-help-admin@lists.sourceforge.net] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Daniel Nyman<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, May 11, 2006 3:02
AM<br>
<b><span style='font-weight:bold'>To:</span></b>
nagiosplug-help@lists.sourceforge.net<br>
<b><span style='font-weight:bold'>Subject:</span></b> [Nagiosplug-help] how to
make nagios restart nsca?</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>I'm currently running
nsca under inetd and everything works just fine, but only once. when nsca has
recieved it's first service result, it stops checking for more. <br>
<br>
when trying nsca I have sent results fron the localhost with the command:<br>
<br>
echo "nagios:testmessage:0:test" | /app/nsca/2.6/sbin/send_nsca -H
localhost -d : -c /app/nsca/2.6/etc/send_nsca.cfg <br>
<br>
This works and the result is passed to nagios where it shows up.<br>
The next time i send the command i get:<br>
<br>
Error: Timeout after 10 seconds<br>
<br>
Because it works the first time I don't think it's a permisson issue. <br>
<br>
I don't know why this happends, but because I'm not able to fix it and nobody
seems to have a solution I'm going to try to work around the problem. <br>
<br>
How about a solution where nagios restarts nsca every time i recieves a service
result. <br>
I don't know if it's possible to do it the way I'm trying to in the example
below. Maybe the command is'nt used when nagios only uses passive checks. <br>
Anyone who got any ideas how to make this work or maybe another solution for my
problem?<br>
<br>
#########################<br>
#services.cfg #<br>
######################### <br>
define service{<br>
name generic-service <br>
active_checks_enabled 1 <br>
passive_checks_enabled 1 <br>
parallelize_check 1 <br>
obsess_over_service 1 <br>
check_freshness 0 <br>
notifications_enabled 1 <br>
event_handler_enabled 1 <br>
flap_detection_enabled 1 <br>
process_perf_data 1 <br>
retain_status_information 1 <br>
retain_nonstatus_information 1 <br>
register 0 <br>
}<br>
<br>
define service{<br>
use generic-service<br>
name passive_service <br>
active_checks_enabled 0<br>
passive_checks_enabled 1 <br>
flap_detection_enabled 0<br>
register 0 <br>
is_volatile 0 <br>
check_period 24x7<br>
max_check_attempts 1<br>
normal_check_interval 5<br>
retry_check_interval 1<br>
check_freshness 0 <br>
notification_interval 120<br>
notification_period 24x7<br>
notification_options w,u,c,r<br>
stalking_options w,c,u<br>
}<br>
<br>
define service{ <br>
use passive_service<br>
service_description testmessage<br>
host_name nagios,windows<br>
check_command restart_nsca <br>
contact_groups test-admins<br>
}<br>
<br>
#########################<br>
#checkcommands.cfg #<br>
#########################<br>
<br>
define command{<br>
command_name restart_nsca<br>
command_line /app/init.d/nsca- 2.6 restart<br>
}<br clear=all>
<br>
-- <br>
Daniel Nyman<br>
<span class=smalltext>--</span><br>
<span class=smalltext>Nagios 2.3</span><br>
<span class=smalltext>Nagios-plugins 1.4.2</span><br>
<span class=smalltext>NagiosGraph 0.8</span><br>
<span class=smalltext>NSCA 2.6</span><o:p></o:p></span></font></p>

</div>

</body>

</html>