<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Thanks very much Jar, that worked <br><br>regards,<br><br>Steve<br><br><br><br><hr id="stopSpelling">From: Jarlath.Lyons@Tideworks.com<br>To: nagios-users@lists.sourceforge.net<br>Date: Tue, 22 Mar 2011 17:22:05 +0000<br>Subject: Re: [Nagios-users] A question on using send_nsca<br><br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">


<style>
.ExternalClass .ecxshape
{;}
</style><style>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass p.ecxMsoAcetate, .ExternalClass li.ecxMsoAcetate, .ExternalClass div.ecxMsoAcetate
{margin-bottom:.0001pt;font-size:8.0pt;font-family:'Tahoma','sans-serif';}
.ExternalClass span.ecxEmailStyle18
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass span.ecxBalloonTextChar
{font-family:'Tahoma','sans-serif';}
.ExternalClass .ecxMsoChpDefault
{font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;}
.ExternalClass div.ecxWordSection1
{page:WordSection1;}

</style>


<div class="ecxWordSection1">
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">This example on a linux system should help ….</span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"> </span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">[root@jlyonslx test_harness]# /usr/bin/printf "HOST\tSERVICE\tCRITICAL\tMy Message ....\n"  | /usr/local/nagios/addons/nsca/send_nsca -H localhost -p 5667 
 -c ./nsca_send.cfg</span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">1 data packet(s) sent to host successfull</span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"> </span></p>
<div>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);">Jar Lyons<br>
Senior Software Engineer<br>
Tideworks Technology, Inc.<br>
(206) 344-3016 </span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"> </span></p>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"><img id="ecxPicture_x0020_1" src="cid:image001.png@01CBE87A.F81EE6E0" alt="cid:image001.gif@01C8E1BC.4F6ACE00" width="200" height="51"></span><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"></span></p>
</div>
<p class="ecxMsoNormal"><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: rgb(31, 73, 125);"> </span></p>
<div>
<div style="border-right: medium none; border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0in 0in;">
<p class="ecxMsoNormal"><b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">From:</span></b><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"> steve f [mailto:a31modela@hotmail.com]
<br>
<b>Sent:</b> Tuesday, March 22, 2011 10:09 AM<br>
<b>To:</b> nagios-users@lists.sourceforge.net<br>
<b>Subject:</b> [Nagios-users] A question on using send_nsca</span></p>
</div>
</div>
<p class="ecxMsoNormal"> </p>
<p class="ecxMsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif';">I am trying to send a test job to my nagios server from a monitored client using send_nsca.  I am running suse linux 10 on both client & nagios server.<br>
<br>
Currently, everything is working correctly from within nagios using send_nsca as I am set up as distributed environment.  I am now in the process of taking some in house built scripts & trying to send the results to nagios via send_nsca.<br>
<br>
My issue is, if I do this from the command line :<br>
<br>
/usr/local/nagios/bin/send_nsca -H NAGIOSSERVER -c /usr/local/nagios/etc/send_nsca.cfg < /tmp/test<br>
<br>
I see the check come across to the nagios server ( granted it doesn't know what to do with it as the info is not set up in Nagios.  The /tmp/test file is nothing more than a tab delimited file as this :<br>
<br>
HOSTNAME       TestMessage     0       This is a test message.<br>
<br>
What I have been trying to do is run the same thing above, without the redirect to a discrete file. Every way I try it it fails and just shows me the help page for send_nsca.<br>
<br>
Should I be able to do this some way like this ?<br>
<br>
/usr/local/nagios/bin/send_nsca -H NAGIOSSERVER -c /usr/local/nagios/etc/send_nsca.cfg  HOSTNAME  TestMessage 0 This is a test message<br>
<br>
It appears that the format of the message is incorrect.  I am not getting any tab in between the parameters.  I have tried using a \t  and [tab] but still not working.  Also tried doing an echo -e of the above with a xargs but not correct.<br>
<br>
Blaming this actually on my  scripting skills more than Nagios :)<br>
<br>
Can anyone shed some light / point me in a direction what I am doing wrong here?<br>
<br>
Thanks,<br>
<br>
Steve</span></p>
</div>


<br>------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar<br>_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null                                    </body>
</html>