New upstream version 0.6.27
This commit is contained in:
@@ -14,11 +14,11 @@ One improvement is made by collecting and sorting the data. It is more effective
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The current RRDtool ( <a href="http://oss.oetiker.ch/rrdtool-trac/browser/trunk/program" class="urlextern" title="http://oss.oetiker.ch/rrdtool-trac/browser/trunk/program" rel="nofollow">SVN trunk 1550+</a> ) contains rrdcached which should improve exactly this situation.
|
||||
The current RRDtool ( <a href="https://oss.oetiker.ch/rrdtool/" class="urlextern" title="https://oss.oetiker.ch/rrdtool/" rel="nofollow">SVN trunk 1550+</a> ) contains rrdcached which should improve exactly this situation.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
At this point I'd like to thank Florian octo Forster, Kevin Brintnall and Tobi Oetiker. The development of this daemon has been coordinated exemplary on the <a href="http://www.mail-archive.com/rrd-developers@lists.oetiker.ch/index.html" class="urlextern" title="http://www.mail-archive.com/rrd-developers@lists.oetiker.ch/index.html" rel="nofollow">rrd-developers</a> mailing list.
|
||||
At this point I'd like to thank Florian octo Forster, Kevin Brintnall and Tobi Oetiker. The development of this daemon has been coordinated exemplary on the <a href="https://www.mail-archive.com/rrd-developers@lists.oetiker.ch/index.html" class="urlextern" title="https://www.mail-archive.com/rrd-developers@lists.oetiker.ch/index.html" rel="nofollow">rrd-developers</a> mailing list.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -80,7 +80,7 @@ Option -z defines a maximum delay which will be used to spread the write cycles
|
||||
<p>
|
||||
Option -p defines a PID file
|
||||
</p>
|
||||
<pre class="code">-p /var/run/rrdcached.pid</pre>
|
||||
<pre class="code">-p /run/rrdcached.pid</pre>
|
||||
|
||||
<p>
|
||||
Option -j defines the path to a journaling directory. All requests will be logged there so that they can be processed after a restart in case the daemon crashes.
|
||||
@@ -126,7 +126,7 @@ Because two components of PNP have to prepared for the use of rrdcached there ar
|
||||
# EXPERIMENTAL rrdcached Support
|
||||
# Use only with rrdtool svn revision 1511+
|
||||
#
|
||||
RRD_DAEMON_OPTS = unix:/var/run/rrdcached.sock
|
||||
RRD_DAEMON_OPTS = unix:/run/rrdcached.sock
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
@@ -138,7 +138,7 @@ RRD_DAEMON_OPTS = unix:/var/run/rrdcached.sock
|
||||
# Use only with rrdtool svn revision 1511+
|
||||
#
|
||||
# $conf['RRD_DAEMON_OPTS'] = 'unix:/tmp/rrdcached.sock';
|
||||
$conf['RRD_DAEMON_OPTS'] = 'unix:/var/run/rrdcached.sock';
|
||||
$conf['RRD_DAEMON_OPTS'] = 'unix:/run/rrdcached.sock';
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
@@ -151,4 +151,4 @@ The sample files contain the relevant options.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<!-- SECTION "Integration into PNP" [2808-] -->
|
||||
<!-- SECTION "Integration into PNP" [2808-] -->
|
||||
|
||||
Reference in New Issue
Block a user