<p>When using pnp4nagios as your graphing engine and you don't have the MULTI option turned where each source of information is placed into it's own independent RRD file it is difficult to add a new datasource into the middle of a pre-existing RRD file. Having the data added at the end on the other hand isn't nearly as bad. I'd imagine with other graphing platforms like graphite this isn't really an issue.</p>

<p>This is really an attempt to fix some short comings with how my current setup is configured now but I'm hoping it may help others who are in a similar situation.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/awiddersheim/nagios-plugins fix_check_http_extended_perf_data</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/nagios-plugins/nagios-plugins/pull/1201'>https://github.com/nagios-plugins/nagios-plugins/pull/1201</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Move time_ssl to end of extended perfdata output</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/nagios-plugins/nagios-plugins/pull/1201/files#diff-0">plugins/check_http.c</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/nagios-plugins/nagios-plugins/pull/1201.patch'>https://github.com/nagios-plugins/nagios-plugins/pull/1201.patch</a></li>
  <li><a href='https://github.com/nagios-plugins/nagios-plugins/pull/1201.diff'>https://github.com/nagios-plugins/nagios-plugins/pull/1201.diff</a></li>
</ul>