New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -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&#039;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&#039;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[&#039;RRD_DAEMON_OPTS&#039;] = &#039;unix:/tmp/rrdcached.sock&#039;;
$conf[&#039;RRD_DAEMON_OPTS&#039;] = &#039;unix:/var/run/rrdcached.sock&#039;;
$conf[&#039;RRD_DAEMON_OPTS&#039;] = &#039;unix:/run/rrdcached.sock&#039;;
</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-] -->