<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=883062620-23082006>You could simply prune the identifiers... 
</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT><SPAN class=883062620-23082006>_BufferUsage' -> 
_BU' and _BufferNum' -> _BN'</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT><SPAN class=883062620-23082006>Should scrounge you 
enough characters to get your data in those 130 bytes. The only other way would 
be to consolidate the data somehow...</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV><!-- Converted from text/rtf format -->
<P><SPAN lang=en-us><FONT face="Courier New" size=2>Regards,</FONT></SPAN> 
<BR><SPAN lang=en-us><FONT face="Courier New" size=2>  Folkerd H. 
Koning</FONT></SPAN> <BR><SPAN lang=en-us><FONT face="Courier New" size=2>  
Email Administrator</FONT> </SPAN><BR><SPAN lang=en-us><FONT face="Courier New" 
size=2>  City of Fort Wayne,Indiana</FONT></SPAN> <BR><SPAN 
lang=en-us><FONT face="Courier New" size=2>  County of Allen, 
Indiana</FONT></SPAN> <BR><SPAN lang=en-us><FONT face="Courier New" 
size=2>  Tel: (260) 427-5166</FONT></SPAN> </P><BR>
<DIV> </DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  nagios-devel-bounces@lists.sourceforge.net 
  [mailto:nagios-devel-bounces@lists.sourceforge.net] <B>On Behalf Of </B>Trevor 
  Warren<BR><B>Sent:</B> Wednesday, August 23, 2006 1:43 PM<BR><B>To:</B> 
  Horvath Tamas<BR><B>Cc:</B> 
  nagios-devel@lists.sourceforge.net<BR><B>Subject:</B> Re: [Nagios-devel] What 
  is the length of $PERFDATA$<BR></FONT><BR></DIV>
  <DIV></DIV><BR>Yep, the issue is that the framework and nrpe plugins both do 
  not transport data packaged beyond a certain size. You will need to prune the 
  same. The other option is to hack the framework and nrpe to allow you to 
  transport the additional payload. <BR><BR>Do remember that hacking can cause 
  the nagios framework to drop certain service checks. Personally while i havent 
  had this problem i have read about the warning on the web and even the nagios 
  binary screams when you run a pre-flight check. V3.0 should take care of all 
  these. <BR><BR>Nagios<BR><BR>
  <DIV><SPAN class=gmail_quote>On 8/23/06, <B class=gmail_sendername>Horvath 
  Tamas</B> <<A href="mailto:zsitfa@t-online.hu">zsitfa@t-online.hu</A>> 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi 
    List!<BR><BR>I wrote a plugin which checks Cisco PIX firewall system buffer 
    usage through <BR>SNMP. It works fine, but I relized that my performance 
    data was cut after<BR>130 characters.  I use PP 0.105.6 to graph 
    performance data and Nagios 1.3.<BR><BR>I don't know whether this cut is 
    done by PP script which feed performance <BR>data from a temp file to PP, or 
    it is done by Nagios.<BR><BR>Can anyone help me to fix this 
    problem?<BR><BR>My plug-in output is the following:<BR>CRITICAL: 
    Used_4B_blocks = 0 db/1 600 db. Kihasznaltsag = 0%.<BR>Used_80B_blocks = 0 
    db/400 db. Kihasz naltsag = 0%. Used_256B_blocks = 0 <BR>db/500 db. 
    Kihasznaltsag = 0%. Used_1550B_blocks = 385 db/1 189 db.<BR>Kihasznaltsag = 
    32.38% >= 
    20%!|'4B_BufferUsage'=0%;10;20<BR>'4B_BufferNum'=0;160;320;0;1600 
    '80B_BufferUsage'=0%;10;20<BR>'80B_BufferNum'=0;40;80;0;400 
    '256B_BufferUsage'=0%;1 0;20 <BR>'256B_BufferNum'=0;50;100;0;500 
    '1550B_BufferUsage'=32.38%;10;20<BR>'1550B_BufferNum'=385;118;237;0;1189<BR><BR>My 
    performance data in temp file is the following:<BR>'4B_BufferUsage'=0%;10;20 
    '4B_BufferNum'=0;160;320;0;1600 <BR>'80B_BufferUsage'=0%;10;20 
    '80B_BufferNum'=0;40;80;0;400<BR>'256B_BufferUsage'=0%;10;20 
    '256B_Bu<BR><BR>Best Regards, 
    Tamas<BR><BR><BR>-------------------------------------------------------------------------<BR>Using 
    Tomcat but need to do more? Nee d to support web services, security? <BR>Get 
    stuff done quickly with pre-integrated technology to make your job 
    easier<BR>Download IBM WebSphere Application Server v.1.0.1 based on Apache 
    Geronimo<BR><A 
    href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</A><BR>_______________________________________________<BR>Nagios-devel 
    mailing list<BR><A 
    href="mailto:Nagios-devel@lists.sourceforge.net">Nagios-devel@lists.sourceforge.net</A><BR><A 
    href="https://lists.sourceforge.net/lists/listinfo/nagios-devel">https://lists.sourceforge.net/lists/listinfo/nagios-devel</A><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>         
  ___________________________________    <BR>( 
  >-   /  Scaling FreeSoftware & 
  OpenSource        \   -< 
  ) <BR>/~\   
  /                   
  In the 
  Enterprise                 & 
  nbsp;     \   /~\ <BR>|  \) 
  \      | <A 
  href="http://www.fsf.org">www.fsf.org</A> | <A 
  href="http://www.opensource.org">www.opensource.org</A> 
  |         /  (/ 
  |<BR>|_|_   
  \____________________________________/  _|_|<BR>< br> An eye 
  for an eye will soon turn the world blind - MKG <BR><BR>"You cannot see me, 
  yet I am the light you see by. You cannot hear me, yet I speak through your 
  voice. You cannot feel me, yet I am the power at work in your hands. I am at 
  work, though you do not understand my ways. I am not strange vision s. I am 
  not mysteries. <BR>Only in absolute stillness, beyond self, can you know me as 
  I am, and then but as a feeling and a faith. Yet I am here. Yet I hear. Yet I 
  answer. -anon " </BLOCKQUOTE></BODY></HTML>