<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV>Hi List,<DIV><DIV><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>It looks like nrpe 2.10 needs to be twiddled from 1k of data to 4k of data to match up with nagios 3.x's newer default limit of 4k of plugin data output. (Sure, we could recompile this manually, but it'd be nice to use default RPMs in the future across a whole bunch of servers.)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Or is there a newer version that I'm missing?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks!</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>best,</DIV><DIV>Jeff</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>[nrpe-2.10]# grep -r 1024 .</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">  </SPAN>./contrib/nrpe_check_control.c:#define MAX_CHARS        1024</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>./include/common.h:#define MAX_PACKETBUFFER_LENGTH      1024            /* max amount of data we'll send in one query/response */</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">    </SPAN>./sample-config/nrpe.cfg.in:# NOTE: This must be a non-priviledged port (i.e. > 1024).</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">    </SPAN>./src/nrpe.c:                   if(server_port<1024){</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>./src/snprintf.c:       char buf1[1024];</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">     </SPAN>./src/snprintf.c:       char buf2[1024];</DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>