I've had a need of getting the full output from plugins to appear at the extended status information page: <br><br><a href="http://path.to.nagios/nagios/cgi-bin/extinfo.cgi?type=2&host=host_name&service=service_description">http://path.to.nagios/nagios/cgi-bin/extinfo.cgi?type=2&host=host_name&service=service_description</a><br>
<br>Then I've realized that performance data is being mangled by this verbose command_line. <br><br>Is this a bug? Or I should not use verbose output for check_http in production? <br><br><br><table border="0"><tbody><tr>
<td class="dataVar">Current Status:</td><td class="dataVal"><div class="serviceOK">  OK  </div> (for  0d  0h  0m 47s)</td></tr>
<tr><td class="dataVar" valign="top">Status Information:</td><td class="dataVal">GET /mfa/ad/script/<br>User-Agent: check_http/v2053 (nagios-plugins 1.4.13)
<br>Connection: close
<br>Host: <a href="http://ad.adnetwork.com.br">ad.adnetwork.com.br</a>
<br>
<br><br><a href="http://174.132.205.30:80/mfa/ad/script/">http://174.132.205.30:80/mfa/ad/script/</a></td></tr>
<tr><td class="dataVar" valign="top">Performance Data:</td><td class="dataVal">s=101|c=120|p=2|br=1|?
HTTP/1.0
s=101|c=120|p=2|br=1|? is 664 characters STATUS: HTTP/1.1 200 OK ****
HEADER **** Date: Tue, 01 Dec 2009 19:06:45 GMT Server: Resin/2.1.17
P3P: CP=" PSA CONo OUR ONL NOI BUS", policyref="/w3c/p3p.xml" Pragma:
no-cache Cache-Control: no-cache Expires: 0 Content-Type: text/html
Set-Cookie: mfa=24292751; path=/; expires=Sun, 30-Nov-2014 19:06:45 GMT
Set-Cookie: limpa=1; path=/; expires=Wed, 02-Dec-2009 02:06:45 GMT
Set-Cookie: c120=770|101|-999|1259694406260; path=/; expires=Sun,
30-Nov-2014 19:06:45 GMT Connection: close **** CONTENT ****
document.write('<a
href=<a href="http://ad.adnetwork.com.br/mfa/go/rm/;b=770;s=101;u=24292751;c=120;n=495403670target=_blank">http://ad.adnetwork.com.br/mfa/go/rm/;b=770;s=101;u=24292751;c=120;n=495403670
target=_blank</a>><img src=<a href="http://www.adserver.com.br/120/bt_mfa.gif">http://www.adserver.com.br/120/bt_mfa.gif</a>
border=0 alt=></a>'); HTTP OK: Status line output matched
"HTTP/1.1 200" HTTP OK HTTP/1.1 200 OK - 0.074 second response time
|time=0.074327s;1.000000;5.000000;0.000000 size=664B;;;0</td></tr>
<tr><td class="dataVar">Current Attempt:</td><td class="dataVal">1/3  (HARD state)</td></tr>
<tr><td class="dataVar">Last Check Time:</td><td class="dataVal">01-12-2009 17:06:46</td></tr>
<tr><td class="dataVar">Check Type:</td><td class="dataVal">ACTIVE</td></tr>
<tr><td class="dataVar" nowrap>Check Latency / Duration:</td><td class="dataVal">0.196 / 0.086 seconds</td></tr>
<tr><td class="dataVar">Next Scheduled Check:  </td><td class="dataVal">01-12-2009 17:11:46</td></tr>
<tr><td class="dataVar">Last State Change:</td><td class="dataVal">01-12-2009 17:06:46</td></tr>
<tr><td class="dataVar">Last Notification:</td><td class="dataVal">N/A (notification 0)</td></tr>
<tr><td class="dataVar">Is This Service Flapping?</td><td class="dataVal">N/A</td></tr>
<tr><td class="dataVar">In Scheduled Downtime?</td><td class="dataVal"><div class="downtimeINACTIVE">  NO  </div></td></tr>
<tr><td class="dataVar">Last Update:</td><td class="dataVal">01-12-2009 17:07:28  ( 0d  0h  0m  5s ago)</td></tr></tbody></table><br><br><br><br>