The latest released Version:
-------------------
-Is always available from http://oss.oetiker.ch/rrdtool/
+Is always available from https://oss.oetiker.ch/rrdtool/
Tobias Oetiker <tobi@oetiker.ch>
= zlib
- http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
+ https://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
http://www.zlib.net/
= libpng
- http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.12.tar.gz
+ https://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.12.tar.gz
http://libpng.sourceforge.net/
= freetype
- http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.2.1.tar.gz
+ https://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.2.1.tar.gz
http://freetype.sourceforge.net/index2.html
= libart_lgpl
- http://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz
+ https://oss.oetiker.ch/rrdtool/pub/libs/libart_lgpl-2.3.17.tar.gz
http://www.levien.com/libart/
Note: libart_lgpl needs a special tweak because the archive contains
* data, fetching data, creating graphs, dumping and exporting the data to
* XML, then restoring from an XML file. The examples follow the tutorial
* written by Alex van den Bogaerdt found at
- * http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html
+ * https://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html
****************************************************************************/
using System;
* To use, please make sure that you place the rrdlib.dll in the same
* directory as this dll, or change the "const string dll" to point to the
* proper location. For documentation, please see the RRDtool website at:
- * http://oss.oetiker.ch/rrdtool/
+ * https://oss.oetiker.ch/rrdtool/
* For usage examples, please see the rrd_binding_test project.
****************************************************************************/
using System;
python-rrdtool
==============
-Python bindings for [RRDtool](http://oss.oetiker.ch/rrdtool) with a native C extension.
+Python bindings for [RRDtool](https://oss.oetiker.ch/rrdtool) with a native C extension.
Supported Python versions: 2.6+, 3.3+.
[DS:ds-name[=mapped-ds-name[source-index]]:DST:heartbeat:min:max]\n\
[RRA:CF:xff:steps:rows]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html";
static PyObject *
_rrdtool_create(PyObject *Py_UNUSED(self), PyObject *args)
file.rrd\n\
[file.xml]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrddump.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrddump.en.html";
static PyObject *
_rrdtool_dump(PyObject *Py_UNUSED(self), PyObject *args)
N|timestamp:value[:value...]\n\
[timestamp:value[:value...] ...]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdupdate.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdupdate.en.html";
static PyObject *
_rrdtool_update(PyObject *Py_UNUSED(self), PyObject *args)
[-a|--align-start]\n\
[-d|--daemon address]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdfetch.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdfetch.en.html";
static PyObject *
_rrdtool_fetch(PyObject *Py_UNUSED(self), PyObject *args)
filename\n\
[filename ...]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdflushcached.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdflushcached.en.html";
static PyObject *
_rrdtool_flushcached(PyObject *Py_UNUSED(self), PyObject *args)
CDEF:vname=RPN expression\n\
VDEF=vname:RPN expression\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html";
static PyObject *
_rrdtool_graph(PyObject *Py_UNUSED(self), PyObject *args)
This function works the same way as 'graph', but will return a info\n\
dictionary instead of None.\n\n\
Full documentation can be found at (graphv section):\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html";
static PyObject *
_rrdtool_graphv(PyObject *Py_UNUSED(self), PyObject *args)
[CDEF:vname=rpn-expression]\n\
[XPORT:vname[:legend]]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdxport.en.html";
static PyObject *
_rrdtool_xport(PyObject *Py_UNUSED(self), PyObject *args)
[-d|--data-source-type ds-name:DST]\n\
[-r|--data-source-rename old-name:new-name]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdtune.en.html";
static PyObject *
_rrdtool_tune(PyObject *Py_UNUSED(self), PyObject *args)
[--rraindex number]\n\
[-d|--daemon address]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdfirst.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdfirst.en.html";
static PyObject *
_rrdtool_first(PyObject *Py_UNUSED(self), PyObject *args)
filename\n\
[-d|--daemon address]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html";
static PyObject *
_rrdtool_last(PyObject *Py_UNUSED(self), PyObject *args)
GROW|SHRINK\n\
rows\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdlast.en.html";
static PyObject *
_rrdtool_resize(PyObject *Py_UNUSED(self), PyObject *args)
[-d|--daemon address]\n\
[-F|--noflush]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdinfo.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdinfo.en.html";
static PyObject *
_rrdtool_info(PyObject *Py_UNUSED(self), PyObject *args)
filename\n\
[-d|--daemon address]\n\n\
Full documentation can be found at:\n\
- http://oss.oetiker.ch/rrdtool/doc/rrdlastupdate.en.html";
+ https://oss.oetiker.ch/rrdtool/doc/rrdlastupdate.en.html";
static PyObject *
_rrdtool_lastupdate(PyObject *Py_UNUSED(self), PyObject *args)
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of glib-2.0 is 2.28.7.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of glib-2.0 is 2.28.7.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of gthread-2.0 is x.x.x.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of gthread-2.0 is x.x.x.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of pcre is x.x.x.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of pcre is x.x.x.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of libpng is 1.4.8.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of libpng is 1.4.8.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of pangocairo is 1.28.4.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of pangocairo is 1.28.4.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of gobject-2.0 is 2.58.1.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of gobject-2.0 is 2.58.1.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of libxml-2.0 is 2.7.8.
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of libxml-2.0 is 2.7.8.
Lets first assume you already have all the necessary libraries
pre-installed.
- wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz
gunzip -c rrdtool-1.7.1.tar.gz | tar xf -
cd rrdtool-1.7.1
./configure --prefix=$INSTALL_DIR && make && make install
Chances are very high that you already have that on your system ...
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
gunzip -c zlib-1.2.3.tar.gz | tar xf -
cd zlib-1.2.3
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --shared
the end of lines means that the command is split over multiple lines.
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.18.tar.gz
gunzip -c libpng-1.2.18.tar.gz | tar xf -
cd libpng-1.2.18
env CFLAGS="-O3 -fPIC" ./configure --prefix=$INSTALL_DIR
=head3 Building freetype
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.3.5.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.3.5.tar.gz
gunzip -c freetype-2.3.5.tar.gz | tar xf -
cd freetype-2.3.5
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
=head3 Building LibXML2
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/libxml2-2.6.32.tar.gz
gunzip -c libxml2-2.6.32.tar.gz | tar xf -
cd libxml2-2.6.32
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
config file.
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/fontconfig-2.4.2.tar.gz
gunzip -c fontconfig-2.4.2.tar.gz | tar xf -
cd fontconfig-2.4.2
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --with-freetype-config=$INSTALL_DIR/bin/freetype-config
=head3 Building Pixman
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz
gunzip -c pixman-0.10.0.tar.gz | tar xf -
cd pixman-0.10.0
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
=head3 Building Cairo
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz
gunzip -c cairo-1.6.4.tar.gz | tar xf -
cd cairo-1.6.4
./configure --prefix=$INSTALL_DIR \
=head3 Building Glib
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz
gunzip -c glib-2.15.4.tar.gz | tar xf -
cd glib-2.15.4
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC"
=head3 Building Pango
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2
+ wget https://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2
bunzip2 -c pango-1.21.1.tar.bz2 | tar xf -
cd pango-1.21.1
./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" --without-x
Tobias Lindenmann <tobias.lindenmann at 1und1.de>
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:ns="http://oss.oetiker.ch/rrdtool/rrdtool-dump.xml"
- targetNamespace="http://oss.oetiker.ch/rrdtool/rrdtool-dump.xml"
+ xmlns:ns="https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml"
+ targetNamespace="https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml"
elementFormDefault="qualified">
<!-- Root element -->
<!-- Start of simpleTypes -->
<!-- Allowed data source types. -->
- <!-- @see http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
+ <!-- @see https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
<xsd:simpleType name="DataSourceType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="GAUGE"/>
</xsd:simpleType>
<!-- A ds-name must be 1 to 19 characters long in the characters [a-zA-Z0-9_]. -->
- <!-- @see http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
+ <!-- @see https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
<xsd:simpleType name="DataSourceNameType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[a-zA-Z0-9_]{1,19}"/>
</xsd:simpleType>
<!-- Allowed consolidation function (cf). -->
- <!-- @see http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
+ <!-- @see https://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html-->
<xsd:simpleType name="ConsolidationFunctionType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="AVERAGE"/>
You can find also find an archive copy on
- http://oss.oetiker.ch/rrdtool/pub/libs
+ https://oss.oetiker.ch/rrdtool/pub/libs
The last tested version of $4 is $5.
Release: 1%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
-URL: http://oss.oetiker.ch/rrdtool/
-#Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
-Source0: http://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz
+URL: https://oss.oetiker.ch/rrdtool/
+#Source0: https://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
+Source0: https://oss.oetiker.ch/rrdtool/pub/beta/%{name}-%{version}.tar.gz
%if %{with_php}
Source1: php4-%{svnrev}.tar.gz
Patch1: rrdtool-1.3.0-beta4-fix-rrd_update-in-php-bindings.patch
if (opt_header == 1) {
CB_PUTS("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
- CB_PUTS("<!DOCTYPE rrd SYSTEM \"http://oss.oetiker.ch/rrdtool/rrdtool.dtd\">\n");
+ CB_PUTS("<!DOCTYPE rrd SYSTEM \"https://oss.oetiker.ch/rrdtool/rrdtool.dtd\">\n");
CB_PUTS("<!-- Round Robin Database Dump -->\n");
CB_PUTS("<rrd>\n");
} else if (opt_header == 2) {
CB_PUTS("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
CB_PUTS("<!-- Round Robin Database Dump -->\n");
- CB_PUTS("<rrd xmlns=\"http://oss.oetiker.ch/rrdtool/rrdtool-dump.xml\" "
+ CB_PUTS("<rrd xmlns=\"https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml\" "
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n");
- CB_PUTS("\txsi:schemaLocation=\"http://oss.oetiker.ch/rrdtool/rrdtool-dump.xml "
- "http://oss.oetiker.ch/rrdtool/rrdtool-dump.xsd\">\n");
+ CB_PUTS("\txsi:schemaLocation=\"https://oss.oetiker.ch/rrdtool/rrdtool-dump.xml "
+ "https://oss.oetiker.ch/rrdtool/rrdtool-dump.xsd\">\n");
} else {
CB_PUTS("<!-- Round Robin Database Dump -->\n");
CB_PUTS("<rrd>\n");
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
+<!DOCTYPE rrd SYSTEM "https://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd>
<version>0003</version>
BLOCK "040904b0"\r
BEGIN\r
VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later"\r
- VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/"\r
+ VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/"\r
VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker"\r
VALUE "FileDescription", "time-series data storage and display system"\r
VALUE "ProductName", "RRDtool"\r
BLOCK "040904b0"\r
BEGIN\r
VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later"\r
- VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/"\r
+ VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/"\r
VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker"\r
VALUE "FileDescription", "time-series data storage and display system"\r
VALUE "ProductName", "RRDtool"\r
BLOCK "040904b0"\r
BEGIN\r
VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later"\r
- VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/"\r
+ VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/"\r
VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker"\r
VALUE "FileDescription", "time-series data storage and display system"\r
VALUE "ProductName", "RRDtool"\r
BLOCK "040904b0"\r
BEGIN\r
VALUE "Comments", "RRDtool is available under the terms of the GNU General Public License V2 or later"\r
- VALUE "CompanyName", "The RRDtool Project, http://oss.oetiker.ch/rrdtool/"\r
+ VALUE "CompanyName", "The RRDtool Project, https://oss.oetiker.ch/rrdtool/"\r
VALUE "LegalCopyright", "Copyright (c) 1998-2019 Tobias Oetiker"\r
VALUE "FileDescription", "time-series data storage and display system"\r
VALUE "ProductName", "RRDtool"\r