-RRDtool 1.7.2 - 2019-02-08
+RRDtool 1.7.2 - 2019-05-27
==========================
Bugfixes
--------
-Updated the Makefiles to properly include all needed files into the distribution tar.
-no code changes.
+* Updated the Makefiles to properly include all needed files into the distribution tar
+* Cleand up Compiler Warnings <Wolfgang Stöggl>
+* Improved compilation in MinGW environment <Wolfgang Stöggl>
+* fix segfault on non-existent RRD file when using rrdcached <themylogin>
+* fix bounds handling, documentation and checking on rrdtool xport <Óscar Nájera>
+* Fix %s/%S unit autoscaling in gprint for json/xml <az143>
+* Optimized PDP Calculation <JKammler>
RRDtool 1.7.1 - 2019-02-04
==========================
SUBDIRS = po src bindings tests etc $(am__append_1) $(am__append_2)
EXTRA_DIST = COPYRIGHT CHANGES TODO CONTRIBUTORS THREADS VERSION LICENSE \
rrdtool.spec favicon.ico bootstrap \
- libtool \
+ libtool .indent.pro \
m4/snprintf.m4 \
win32/build-rrdtool.dot win32/build-rrdtool.pdf win32/build-rrdtool.svg \
win32/librrd-4.def win32/librrd-4.rc win32/librrd-4.vcxproj \
sub end ();
sub read ();
-$VERSION=1.4003;
+$VERSION=1.7.2;
sub start ($){
croak "rrdtool is already running"
require DynaLoader;
-$VERSION=1.5001;
+$VERSION=1.7.2;
bootstrap RRDs $VERSION;
am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
-LIBOBJS
systemdsystemunitdir
PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH
MSGFMT
GETTEXT_MACRO_VERSION
USE_NLS
+LIBOBJS
RRD_DEFAULT_FONT
WERROR
LT_SYS_LIBRARY_PATH
-LIBVERS=10:0:2
+LIBVERS=10:1:2
# Make sure we can run config.sub.
fi
done
- _HW_FUNC_XPRINTF_REPLACE
+
+ if test "x$_hw_cv_func_xprintf_replace_done" != xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if ${ac_cv_c_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+#ifndef __cplusplus
+ /* Ultrix mips cc rejects this sort of thing. */
+ typedef int charset[2];
+ const charset cs = { 0, 0 };
+ /* SunOS 4.1.1 cc rejects this. */
+ char const *const *pcpcc;
+ char **ppc;
+ /* NEC SVR4.0.2 mips cc rejects this. */
+ struct point {int x, y;};
+ static struct point const zero = {0,0};
+ /* AIX XL C 1.02.0.0 rejects this.
+ It does not let you subtract one const X* pointer from another in
+ an arm of an if-expression whose if-part is not a constant
+ expression */
+ const char *g = "string";
+ pcpcc = &g + (g ? g-g : 0);
+ /* HPUX 7.0 cc rejects these. */
+ ++pcpcc;
+ ppc = (char**) pcpcc;
+ pcpcc = (char const *const *) ppc;
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
+ char tx;
+ char *t = &tx;
+ char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+ *t++ = 0;
+ if (s) return 0;
+ }
+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
+ int x[] = {25, 17};
+ const int *foo = &x[0];
+ ++foo;
+ }
+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+ typedef const int *iptr;
+ iptr p = 0;
+ ++p;
+ }
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+ struct s { int j; const int *ap[3]; } bx;
+ struct s *b = &bx; b->j = 5;
+ }
+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+ const int foo = 10;
+ if (!foo) return 0;
+ }
+ return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_c_const=yes
+else
+ ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+
+
+
+ case " $LIBOBJS " in
+ *" rrd_snprintf.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS rrd_snprintf.$ac_objext"
+ ;;
+esac
+
+ _hw_cv_func_xprintf_replace_done=yes
+fi
+
fi
$as_echo "#define XXXsnprintf XXXrpl_snprintf" >>confdefs.h
- _HW_FUNC_XPRINTF_REPLACE
+
+ if test "x$_hw_cv_func_xprintf_replace_done" != xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if ${ac_cv_c_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+#ifndef __cplusplus
+ /* Ultrix mips cc rejects this sort of thing. */
+ typedef int charset[2];
+ const charset cs = { 0, 0 };
+ /* SunOS 4.1.1 cc rejects this. */
+ char const *const *pcpcc;
+ char **ppc;
+ /* NEC SVR4.0.2 mips cc rejects this. */
+ struct point {int x, y;};
+ static struct point const zero = {0,0};
+ /* AIX XL C 1.02.0.0 rejects this.
+ It does not let you subtract one const X* pointer from another in
+ an arm of an if-expression whose if-part is not a constant
+ expression */
+ const char *g = "string";
+ pcpcc = &g + (g ? g-g : 0);
+ /* HPUX 7.0 cc rejects these. */
+ ++pcpcc;
+ ppc = (char**) pcpcc;
+ pcpcc = (char const *const *) ppc;
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
+ char tx;
+ char *t = &tx;
+ char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+ *t++ = 0;
+ if (s) return 0;
+ }
+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
+ int x[] = {25, 17};
+ const int *foo = &x[0];
+ ++foo;
+ }
+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+ typedef const int *iptr;
+ iptr p = 0;
+ ++p;
+ }
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+ struct s { int j; const int *ap[3]; } bx;
+ struct s *b = &bx; b->j = 5;
+ }
+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+ const int foo = 10;
+ if (!foo) return 0;
+ }
+ return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_c_const=yes
+else
+ ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+
+
+
+ case " $LIBOBJS " in
+ *" rrd_snprintf.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS rrd_snprintf.$ac_objext"
+ ;;
+esac
+
+ _hw_cv_func_xprintf_replace_done=yes
+fi
+
fi
fi
fi
- _HW_FUNC_XPRINTF_REPLACE
+
+ if test "x$_hw_cv_func_xprintf_replace_done" != xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if ${ac_cv_c_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+#ifndef __cplusplus
+ /* Ultrix mips cc rejects this sort of thing. */
+ typedef int charset[2];
+ const charset cs = { 0, 0 };
+ /* SunOS 4.1.1 cc rejects this. */
+ char const *const *pcpcc;
+ char **ppc;
+ /* NEC SVR4.0.2 mips cc rejects this. */
+ struct point {int x, y;};
+ static struct point const zero = {0,0};
+ /* AIX XL C 1.02.0.0 rejects this.
+ It does not let you subtract one const X* pointer from another in
+ an arm of an if-expression whose if-part is not a constant
+ expression */
+ const char *g = "string";
+ pcpcc = &g + (g ? g-g : 0);
+ /* HPUX 7.0 cc rejects these. */
+ ++pcpcc;
+ ppc = (char**) pcpcc;
+ pcpcc = (char const *const *) ppc;
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
+ char tx;
+ char *t = &tx;
+ char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+ *t++ = 0;
+ if (s) return 0;
+ }
+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
+ int x[] = {25, 17};
+ const int *foo = &x[0];
+ ++foo;
+ }
+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+ typedef const int *iptr;
+ iptr p = 0;
+ ++p;
+ }
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+ struct s { int j; const int *ap[3]; } bx;
+ struct s *b = &bx; b->j = 5;
+ }
+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+ const int foo = 10;
+ if (!foo) return 0;
+ }
+ return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_c_const=yes
+else
+ ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+
+
+
+ case " $LIBOBJS " in
+ *" rrd_snprintf.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS rrd_snprintf.$ac_objext"
+ ;;
+esac
+
+ _hw_cv_func_xprintf_replace_done=yes
+fi
+
fi
$as_echo "#define XXXasprintf XXXrpl_asprintf" >>confdefs.h
- _HW_FUNC_XPRINTF_REPLACE
+
+ if test "x$_hw_cv_func_xprintf_replace_done" != xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if ${ac_cv_c_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+#ifndef __cplusplus
+ /* Ultrix mips cc rejects this sort of thing. */
+ typedef int charset[2];
+ const charset cs = { 0, 0 };
+ /* SunOS 4.1.1 cc rejects this. */
+ char const *const *pcpcc;
+ char **ppc;
+ /* NEC SVR4.0.2 mips cc rejects this. */
+ struct point {int x, y;};
+ static struct point const zero = {0,0};
+ /* AIX XL C 1.02.0.0 rejects this.
+ It does not let you subtract one const X* pointer from another in
+ an arm of an if-expression whose if-part is not a constant
+ expression */
+ const char *g = "string";
+ pcpcc = &g + (g ? g-g : 0);
+ /* HPUX 7.0 cc rejects these. */
+ ++pcpcc;
+ ppc = (char**) pcpcc;
+ pcpcc = (char const *const *) ppc;
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
+ char tx;
+ char *t = &tx;
+ char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+ *t++ = 0;
+ if (s) return 0;
+ }
+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
+ int x[] = {25, 17};
+ const int *foo = &x[0];
+ ++foo;
+ }
+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+ typedef const int *iptr;
+ iptr p = 0;
+ ++p;
+ }
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+ struct s { int j; const int *ap[3]; } bx;
+ struct s *b = &bx; b->j = 5;
+ }
+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+ const int foo = 10;
+ if (!foo) return 0;
+ }
+ return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ ac_cv_c_const=yes
+else
+ ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+
+
+
+ case " $LIBOBJS " in
+ *" rrd_snprintf.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS rrd_snprintf.$ac_objext"
+ ;;
+esac
+
+ _hw_cv_func_xprintf_replace_done=yes
+fi
+
fi
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#ifdef __MINGW32__
-#include <pthread.h>
+#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L
#endif
#include <time.h>
int
dnl
dnl see http://sourceware.org/autobook/autobook/autobook_91.html
dnl
-LIBVERS=10:0:2
+LIBVERS=10:1:2
AC_SUBST(LIBVERS)
AC_CANONICAL_TARGET
Once you have decided. Save the two locations into environment variables.
BUILD_DIR=/tmp/rrdbuild
- INSTALL_DIR=/opt/rrdtool-1.7.1
+ INSTALL_DIR=/opt/rrdtool-1.7.2
If your F</tmp> is mounted with the option noexec (RHEL seems to do that) you have to choose
Lets first assume you already have all the necessary libraries
pre-installed.
- 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
+ wget https://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.2.tar.gz
+ gunzip -c rrdtool-1.7.2.tar.gz | tar xf -
+ cd rrdtool-1.7.2
./configure --prefix=$INSTALL_DIR && make && make install
Ok, this was very optimistic. This try will probably have ended with
tcl setups that would prevent RRDtool from building if they are included in
their current state.
- cd $BUILD_DIR/rrdtool-1.7.1
+ cd $BUILD_DIR/rrdtool-1.7.2
./configure --prefix=$INSTALL_DIR --disable-tcl --disable-python
$MAKE clean
$MAKE
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = rrdcached-default-redhat rrdcached-init-redhat rrdcached-default-lsb.in \
- rrdcached.socket.in rrdcached.service.in
+ rrdcached-init-lsb rrdcached.socket.in rrdcached.service.in
@HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = \
@HAVE_SYSTEMD_TRUE@ rrdcached.socket \
msgstr ""
"Project-Id-Version: rrdtool 1.7.0\n"
"Report-Msgid-Bugs-To: https://github.com/oetiker/rrdtool-1.x/issues\n"
-"POT-Creation-Date: 2019-02-04 14:32+0100\n"
+"POT-Creation-Date: 2019-05-27 18:26+0200\n"
"PO-Revision-Date: 2018-02-14 14:16+0100\n"
"Last-Translator: Jean-Michel Vourgère <nirgal@debian.org>\n"
"Language-Team: English <>\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 2.0\n"
-#: src/rrd_tool.c:48
+#: src/rrd_tool.c:49
#, c-format
msgid ""
"RRDtool %s Copyright by Tobias Oetiker <tobi@oetiker.ch>\n"
"\n"
"Utilisation: rrdtool [options] commande options_de_commande\n"
-#: src/rrd_tool.c:55
+#: src/rrd_tool.c:56
msgid ""
"Valid commands: create, update, updatev, graph, graphv, dump, restore,\n"
"\t\tlast, lastupdate, first, info, list, fetch, tune,\n"
"\t\tlast, lastupdate, first, info, list, fetch, tune,\n"
"\t\tresize, xport, flushcached\n"
-#: src/rrd_tool.c:60
+#: src/rrd_tool.c:61
msgid "Valid remote commands: quit, ls, cd, mkdir, pwd\n"
msgstr "Commandes à distance valides: quit, ls, cd, mkdir, pwd\n"
-#: src/rrd_tool.c:64
+#: src/rrd_tool.c:65
msgid ""
"* create - create a new RRD\n"
"\n"
"\t\t[DS:nom-ds:DST:arguments-dst]\n"
"\t\t[RRA:CF:arguments-cf]\n"
-#: src/rrd_tool.c:75
+#: src/rrd_tool.c:76
msgid ""
"* dump - dump an RRD to XML\n"
"\n"
"\t\t[--daemon|-d adresse]\n"
"\t\tfichier.rrd [fichier.xml]"
-#: src/rrd_tool.c:82
+#: src/rrd_tool.c:83
msgid ""
"* info - returns the configuration and status of the RRD\n"
"\n"
"\n"
"\trrdtool info [--daemon|-d <adr> [--noflush|-F]] fichier.rrd\n"
-#: src/rrd_tool.c:86
+#: src/rrd_tool.c:87
msgid ""
"* list - returns the list of RRDs\n"
"\n"
"\n"
"\trrdtool list [--daemon <adresse>] [--noflush] <répertoire>\n"
-#: src/rrd_tool.c:90
+#: src/rrd_tool.c:91
msgid ""
"* restore - restore an RRD file from its XML form\n"
"\n"
"\trrdtool restore [--range-check|-r] [--force-overwrite|-f] fichier.xml "
"fichier.rrd\n"
-#: src/rrd_tool.c:94
+#: src/rrd_tool.c:95
msgid ""
"* last - show last update time for RRD\n"
"\n"
"\trrdtool last nomficher.rrd\n"
"\t\t[--daemon|-d adresse]\n"
-#: src/rrd_tool.c:99
+#: src/rrd_tool.c:100
msgid ""
"* lastupdate - returns the most recent datum stored for\n"
" each DS in an RRD\n"
"\trrdtool lastupdate fichier.rrd\n"
"\t\t[--daemon|-d adresse]\n"
-#: src/rrd_tool.c:105
+#: src/rrd_tool.c:106
msgid ""
"* first - show first update time for RRA within an RRD\n"
"\n"
"\n"
"\trrdtool first fichier.rrd [--rraindex nombre] [--daemon|-d adresse]\n"
-#: src/rrd_tool.c:109
+#: src/rrd_tool.c:110
msgid ""
"* update - update an RRD\n"
"\n"
"\n"
"\t\t[ time:valeur[:valeur...] ..]\n"
-#: src/rrd_tool.c:119
+#: src/rrd_tool.c:120
msgid ""
"* updatev - a verbose version of update\n"
"\treturns information about values, RRAs, and datasources updated\n"
"\n"
"\t\t[ time:valeur[:valeur...] ..]\n"
-#: src/rrd_tool.c:129
+#: src/rrd_tool.c:130
msgid ""
"* fetch - fetch data out of an RRD\n"
"\n"
"\t\t[-a|--align-start]\n"
"\t\t[-d|--daemon <adresse>]\n"
-#: src/rrd_tool.c:137
+#: src/rrd_tool.c:138
msgid ""
"* flushcached - flush cached data out to an RRD file\n"
"\n"
"\trrdtool flushcached fichier.rrd\n"
"\t\t[-d|--daemon <adresse>]\n"
-#: src/rrd_tool.c:144
+#: src/rrd_tool.c:145
msgid ""
"* graph - generate a graph from one or several RRD\n"
"\n"
"\n"
"\trrdtool graph fichier [-s|--start secondes] [-e|--end secondes]\n"
-#: src/rrd_tool.c:147
+#: src/rrd_tool.c:148
msgid ""
"* graphv - generate a graph from one or several RRD\n"
" with meta data printed before the graph\n"
"\n"
"\trrdtool graphv fichier [-s|--start secondes] [-e|--end secondes]\n"
-#: src/rrd_tool.c:151
+#: src/rrd_tool.c:152
msgid ""
"\t\t[-x|--x-grid x-axis grid and label]\n"
"\t\t[-Y|--alt-y-grid] [--full-size-mode]\n"
"\t\t[-F|--force-rules-legend]\n"
"\t\t[-j|--only-graph]\n"
-#: src/rrd_tool.c:164
+#: src/rrd_tool.c:165
msgid ""
"\t\t[-n|--font FONTTAG:size:font]\n"
"\t\t[-m|--zoom factor]\n"
"\t\t[-Z|--use-nan-for-all-missing-data]\n"
"\t\t[DEF:vname=rrd:nom-ds:CF]\n"
-#: src/rrd_tool.c:187
+#: src/rrd_tool.c:188
msgid ""
"\t\t[CDEF:vname=rpn-expression]\n"
"\t\t[VDEF:vdefname=rpn-expression]\n"
"\t\t[GPRINT:nomv:CF:format] (obsolète)\n"
"\t\t[STACK:nomv[#rrvvbb[aa][:légende]]] (obsolète)\n"
-#: src/rrd_tool.c:202
+#: src/rrd_tool.c:203
msgid ""
" * tune - Modify some basic properties of an RRD\n"
"\n"
"\t\t[--window-length|-w entier]\n"
"\t\t[--alpha|-x paramètre-adaptation]\n"
-#: src/rrd_tool.c:213
+#: src/rrd_tool.c:214
msgid ""
"\t\t[--beta|-y adaptation-parameter]\n"
"\t\t[--gamma|-z adaptation-parameter]\n"
"\t\t[--smoothing-window-deviation|-S fraction-de-fenêtre]\n"
"\t\t[--aberrant-reset|-b nom-ds]\n"
-#: src/rrd_tool.c:220
+#: src/rrd_tool.c:221
msgid ""
"\t\t[--step|-t newstep]\n"
"\t\t[--daemon|-D address]\n"
"\t\t[RRA:spec-rra]\n"
"\t\t[RRA#indice:[+-=]nombre]\n"
-#: src/rrd_tool.c:229
+#: src/rrd_tool.c:230
msgid ""
" * resize - alter the length of one of the RRAs in an RRD\n"
"\n"
"\n"
"\trrdtool resize fichier numrra GROW|SHRINK lignes\n"
-#: src/rrd_tool.c:232
+#: src/rrd_tool.c:233
msgid ""
"* xport - generate XML dump from one or several RRD\n"
"\n"
"\t\t[CDEF:nomv=expression-rpn]\n"
"\t\t[XPORT:nomv:légende]\n"
-#: src/rrd_tool.c:241
+#: src/rrd_tool.c:242
msgid ""
" * quit - closing a session in remote mode\n"
"\n"
"\n"
"\trrdtool quit\n"
-#: src/rrd_tool.c:244
+#: src/rrd_tool.c:245
msgid ""
" * ls - lists all *.rrd files in current directory\n"
"\n"
"\n"
"\trrdtool ls\n"
-#: src/rrd_tool.c:247
+#: src/rrd_tool.c:248
msgid ""
" * cd - changes the current directory\n"
"\n"
"\n"
"\trrdtool cd nouveau-répertoire\n"
-#: src/rrd_tool.c:250
+#: src/rrd_tool.c:251
msgid ""
" * mkdir - creates a new directory\n"
"\n"
"\n"
"\trrdtool mkdir nom-nouveau-répertoire\n"
-#: src/rrd_tool.c:253
+#: src/rrd_tool.c:254
msgid ""
" * pwd - returns the current working directory\n"
"\n"
"\n"
"\trrdtool pwd\n"
-#: src/rrd_tool.c:256
+#: src/rrd_tool.c:257
msgid ""
"RRDtool is distributed under the Terms of the GNU General\n"
"Public License Version 2. (www.gnu.org/copyleft/gpl.html)\n"
msgstr ""
"Project-Id-Version: rrdtool 1.6.0\n"
"Report-Msgid-Bugs-To: https://github.com/oetiker/rrdtool-1.x/issues\n"
-"POT-Creation-Date: 2019-02-04 14:32+0100\n"
+"POT-Creation-Date: 2019-05-27 18:26+0200\n"
"PO-Revision-Date: 2017-04-12 23:09+0100\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <openscope@googlegroups.com>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 2.0\n"
-#: src/rrd_tool.c:48
+#: src/rrd_tool.c:49
#, c-format
msgid ""
"RRDtool %s Copyright by Tobias Oetiker <tobi@oetiker.ch>\n"
"\n"
"Használat: rrdtool [kapcsolók] parancs parancs_kapcsolók\n"
-#: src/rrd_tool.c:55
+#: src/rrd_tool.c:56
#, fuzzy
msgid ""
"Valid commands: create, update, updatev, graph, graphv, dump, restore,\n"
"\t\tlast, lastupdate, first, info, fetch, tune\n"
"\t\tresize, xport, flushcached\n"
-#: src/rrd_tool.c:60
+#: src/rrd_tool.c:61
msgid "Valid remote commands: quit, ls, cd, mkdir, pwd\n"
msgstr "Érvényes távoli parancsok: quit, ls, cd, mkdir, pwd\n"
-#: src/rrd_tool.c:64
+#: src/rrd_tool.c:65
msgid ""
"* create - create a new RRD\n"
"\n"
"\t\t[DS:ds-név:DST:dst argumentumok]\n"
"\t\t[RRA:CF:cf argumentumok]\n"
-#: src/rrd_tool.c:75
+#: src/rrd_tool.c:76
msgid ""
"* dump - dump an RRD to XML\n"
"\n"
"\t\t[--daemon|-d cím]\n"
"\t\tfile.rrd [fájl.xml]"
-#: src/rrd_tool.c:82
+#: src/rrd_tool.c:83
msgid ""
"* info - returns the configuration and status of the RRD\n"
"\n"
"\n"
"\trrdtool info [--daemon|-d <cím> [--noflush|-F]] fájlnév.rrd\n"
-#: src/rrd_tool.c:86
+#: src/rrd_tool.c:87
#, fuzzy
msgid ""
"* list - returns the list of RRDs\n"
"\n"
"\trrdtool info [--daemon|-d <cím> [--noflush|-F]] fájlnév.rrd\n"
-#: src/rrd_tool.c:90
+#: src/rrd_tool.c:91
msgid ""
"* restore - restore an RRD file from its XML form\n"
"\n"
"\trrdtool restore [--range-check|-r] [--force-overwrite|-f] fájlnév.xml "
"fájlnév.rrd\n"
-#: src/rrd_tool.c:94
+#: src/rrd_tool.c:95
msgid ""
"* last - show last update time for RRD\n"
"\n"
"\trrdtool last fájlnév.rrd\n"
"\t\t[--daemon|-d cím]\n"
-#: src/rrd_tool.c:99
+#: src/rrd_tool.c:100
msgid ""
"* lastupdate - returns the most recent datum stored for\n"
" each DS in an RRD\n"
"\trrdtool lastupdate fájlnév.rrd\n"
"\t\t[--daemon|-d cím]\n"
-#: src/rrd_tool.c:105
+#: src/rrd_tool.c:106
msgid ""
"* first - show first update time for RRA within an RRD\n"
"\n"
"\n"
"\trrdtool first fájlnév.rrd [--rraindex szám] [--daemon|-d cím]\n"
-#: src/rrd_tool.c:109
+#: src/rrd_tool.c:110
msgid ""
"* update - update an RRD\n"
"\n"
"\n"
"\t\t[ idő:érték[:érték...] ...]\n"
-#: src/rrd_tool.c:119
+#: src/rrd_tool.c:120
msgid ""
"* updatev - a verbose version of update\n"
"\treturns information about values, RRAs, and datasources updated\n"
"\n"
"\t\t[ idő:érték[:érték...] ...]\n"
-#: src/rrd_tool.c:129
+#: src/rrd_tool.c:130
msgid ""
"* fetch - fetch data out of an RRD\n"
"\n"
"\t\t[-a|--align-start]\n"
"\t\t[-d|--daemon <cím>]\n"
-#: src/rrd_tool.c:137
+#: src/rrd_tool.c:138
msgid ""
"* flushcached - flush cached data out to an RRD file\n"
"\n"
"\trrdtool flushcached fájlnév.rrd\n"
"\t\t[-d|--daemon <cím>]\n"
-#: src/rrd_tool.c:144
+#: src/rrd_tool.c:145
msgid ""
"* graph - generate a graph from one or several RRD\n"
"\n"
"\n"
"\trrdtool graph fájlnév [-s|--start másodperc] [-e|--end másodperc]\n"
-#: src/rrd_tool.c:147
+#: src/rrd_tool.c:148
msgid ""
"* graphv - generate a graph from one or several RRD\n"
" with meta data printed before the graph\n"
"\n"
"\trrdtool graphv fájlnév [-s|--start másodperc] [-e|--end másodperc]\n"
-#: src/rrd_tool.c:151
+#: src/rrd_tool.c:152
msgid ""
"\t\t[-x|--x-grid x-axis grid and label]\n"
"\t\t[-Y|--alt-y-grid] [--full-size-mode]\n"
"\t\t[-F|--force-rules-legend]\n"
"\t\t[-j|--only-graph]\n"
-#: src/rrd_tool.c:164
+#: src/rrd_tool.c:165
msgid ""
"\t\t[-n|--font FONTTAG:size:font]\n"
"\t\t[-m|--zoom factor]\n"
"\t\t[-Z|--use-nan-for-all-missing-data]\n"
"\t\t[DEF:vname=rrd:ds-név:CF]\n"
-#: src/rrd_tool.c:187
+#: src/rrd_tool.c:188
msgid ""
"\t\t[CDEF:vname=rpn-expression]\n"
"\t\t[VDEF:vdefname=rpn-expression]\n"
"\t\t[GPRINT:vnév:CF:formátum] (elavult)\n"
"\t\t[STACK:vnév[#rrggbb[aa][:jelmagyarázat]]] (elavult)\n"
-#: src/rrd_tool.c:202
+#: src/rrd_tool.c:203
msgid ""
" * tune - Modify some basic properties of an RRD\n"
"\n"
"\t\t[--window-length|-w egész-szám]\n"
"\t\t[--alpha|-x adaptáció-paraméter]\n"
-#: src/rrd_tool.c:213
+#: src/rrd_tool.c:214
msgid ""
"\t\t[--beta|-y adaptation-parameter]\n"
"\t\t[--gamma|-z adaptation-parameter]\n"
"\t\t[--smoothing-window-deviation|-S évad-töredéke]\n"
"\t\t[--aberrant-reset|-b ds-név]\n"
-#: src/rrd_tool.c:220
+#: src/rrd_tool.c:221
msgid ""
"\t\t[--step|-t newstep]\n"
"\t\t[--daemon|-D address]\n"
"\t\t[RRA:rra-spec]\n"
"\t\t[RRA#index:[+-=]szám]\n"
-#: src/rrd_tool.c:229
+#: src/rrd_tool.c:230
msgid ""
" * resize - alter the length of one of the RRAs in an RRD\n"
"\n"
"\n"
"\trrdtool resize fájlnév rra-szám GROW|SHRINK sorok\n"
-#: src/rrd_tool.c:232
+#: src/rrd_tool.c:233
msgid ""
"* xport - generate XML dump from one or several RRD\n"
"\n"
"\t\t[CDEF:vnév=rpn-kifejezés]\n"
"\t\t[XPORT:vnév:jelmagyarázat]\n"
-#: src/rrd_tool.c:241
+#: src/rrd_tool.c:242
msgid ""
" * quit - closing a session in remote mode\n"
"\n"
"\n"
"\trrdtool quit\n"
-#: src/rrd_tool.c:244
+#: src/rrd_tool.c:245
msgid ""
" * ls - lists all *.rrd files in current directory\n"
"\n"
"\n"
"\trrdtool ls\n"
-#: src/rrd_tool.c:247
+#: src/rrd_tool.c:248
msgid ""
" * cd - changes the current directory\n"
"\n"
"\n"
"\trrdtool cd új-könyvtár\n"
-#: src/rrd_tool.c:250
+#: src/rrd_tool.c:251
msgid ""
" * mkdir - creates a new directory\n"
"\n"
"\n"
"\trrdtool mkdir új-könyvtárnév\n"
-#: src/rrd_tool.c:253
+#: src/rrd_tool.c:254
msgid ""
" * pwd - returns the current working directory\n"
"\n"
"\n"
"\trrdtool pwd\n"
-#: src/rrd_tool.c:256
+#: src/rrd_tool.c:257
msgid ""
"RRDtool is distributed under the Terms of the GNU General\n"
"Public License Version 2. (www.gnu.org/copyleft/gpl.html)\n"
#!/bin/sh
set -e
-VERSION=`perl -n -e 'm/\QAC_INIT([rrdtool],[\E(.+?)\Q])\E/ && print $1' configure.ac`
+VERSION=`cat VERSION`
PERLVERS=`perl -n -e 'm/NUMVERS=(\d+\.\d+)/ && print $1' configure.ac`
set -x
-perl -i -p -e 's/^\$VERSION.+/\$VERSION='$PERLVERS';/' bindings/perl-*/*.pm
-perl -i -p -e 's/RRDtool 1\S+/RRDtool '$VERSION'/ && s/Copyright.+?Oetiker.+\d{4}/Copyright by Tobi Oetiker, 1997-2010/' src/*.h src/*.c
+perl -i -p -e 's/^\$VERSION.+/\$VERSION='$VERSION';/' bindings/perl-*/*.pm
+perl -i -p -e 's/RRDtool 1\S+/RRDtool '$VERSION'/ && s/Copyright.+?Oetiker.+\d{4}/Copyright by Tobi Oetiker, 1997-2019/' src/*.h src/*.c
perl -i -p -e 's/^Version:.+/Version: '$VERSION'/' rrdtool.spec
perl -i -p -e 's/rrdtool-[\.\d]+\d(pre\d+)?(rc\d+)?/rrdtool-'$VERSION'/g' doc/rrdbuild.pod
-svn diff
-echo "Tagging and releasing rrdtool $VERSION ($PERLVERS). Press any Key to continue."
-read somekey
-svn commit -m "prepare for the release of rrdtool-$VERSION"
-OPWD=`pwd`
-cd /tmp
-svn export svn://svn.oetiker.ch/rrdtool/trunk/program rrdtool-$$
-cd rrdtool-$$
-#svn log --stop-on-copy --xml --verbose svn://svn.oetiker.ch/rrdtool/trunk | \
-# xsltproc --stringparam strip-prefix trunk/program $OPWD/svn2cl.xsl - >CHANGES
-sh MakeMakefile
-#PKG_CONFIG_PATH=/usr/pack/rrdtool-1.3svn-to/i686-debian-linux3.1/lib/pkgconfig/
-#export PKG_CONFIG_PATH
+./bootstrap
./configure --enable-maintainer-mode
make dist
-# do a test build
-tar zxvf rrdtool*.tar.gz
+tar zxvf rrdtool-${VERSION}.tar.gz
cd rrdtool-$VERSION
./configure
make
cd ..
echo READY TO DIST ... press ENTER
read x
-
-scp CHANGES rrdtool*.tar.gz oposs@james:public_html/rrdtool/pub
+scp CHANGES rrdtool-$VERSION.tar.gz oposs@james:public_html/rrdtool/pub
ssh oposs@james "cd public_html/rrdtool/pub/;rm rrdtool.tar.gz;ln -s rrdtool-$VERSION.tar.gz rrdtool.tar.gz"
cd ..
-rm -rf rrdtool-$$
-svn copy -m "tagging version $VERSION" svn://svn.oetiker.ch/rrdtool/trunk/program svn://svn.oetiker.ch/rrdtool/tags/$VERSION
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
-Version: 1.GIT
+Version: 1.7.2
Release: 1%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
@BUILD_LIBDBI_TRUE@am__append_3 = rrd_fetch_libdbi.c
@BUILD_LIBRADOS_TRUE@am__append_4 = rrd_rados.c
@BUILD_LIBRADOS_TRUE@am__append_5 = rrd_rados.h
-@MINGW_W64_TRUE@am__append_6 = ../win32/win32-glob.c
-@MINGW_W64_TRUE@am__append_7 = ../win32/win32-glob.h
+@MINGW_W64_TRUE@am__append_6 = ../win32/win32-glob.c strftime.c
+@MINGW_W64_TRUE@am__append_7 = ../win32/win32-glob.h strftime.h
bin_PROGRAMS = rrdtool$(EXEEXT) rrdupdate$(EXEEXT) $(am__EXEEXT_1) \
$(am__EXEEXT_2)
@BUILD_RRDCGI_TRUE@am__append_8 = rrdcgi
rrd_first.c rrd_dump.c rrd_flushcached.c rrd_fetch.c \
rrd_fetch_cb.c rrd_resize.c rrd_tune.c rrd_list.c rrd_graph.c \
rrd_graph_helper.c rrd_xport.c rrd_gfx.c pngsize.c \
- rrd_restore.c rrd_fetch_libdbi.c ../win32/win32-glob.c
+ rrd_restore.c rrd_fetch_libdbi.c ../win32/win32-glob.c \
+ strftime.c
@BUILD_RRDGRAPH_TRUE@am__objects_1 = librrd_la-rrd_graph.lo \
@BUILD_RRDGRAPH_TRUE@ librrd_la-rrd_graph_helper.lo \
@BUILD_RRDGRAPH_TRUE@ librrd_la-rrd_xport.lo \
@BUILD_RRDRESTORE_TRUE@am__objects_2 = librrd_la-rrd_restore.lo
@BUILD_LIBDBI_TRUE@am__objects_3 = librrd_la-rrd_fetch_libdbi.lo
am__dirstamp = $(am__leading_dot)dirstamp
-@MINGW_W64_TRUE@am__objects_4 = ../win32/librrd_la-win32-glob.lo
+@MINGW_W64_TRUE@am__objects_4 = ../win32/librrd_la-win32-glob.lo \
+@MINGW_W64_TRUE@ librrd_la-strftime.lo
am__objects_5 = librrd_la-rrd_version.lo librrd_la-rrd_last.lo \
librrd_la-rrd_lastupdate.lo librrd_la-rrd_first.lo \
librrd_la-rrd_dump.lo librrd_la-rrd_flushcached.lo \
rrd_rpncalc.h rrd_hw.h rrd_hw_math.h rrd_hw_update.h \
rrd_restore.h rrd_create.h fnv.h rrd_graph.h \
rrd_is_thread_safe.h rrd_modify.h rrd_update.h rrd_config.h \
- quicksort.h rrd_rados.h ../win32/win32-glob.h
+ quicksort.h rrd_rados.h ../win32/win32-glob.h strftime.h
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)rrd_config.h.in
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrd_la-rrd_tune.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrd_la-rrd_version.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrd_la-rrd_xport.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrd_la-strftime.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrdupd_la-hash_32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrdupd_la-mutex.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librrdupd_la-optparse.Plo@am__quote@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librrd_la_CFLAGS) $(CFLAGS) -c -o ../win32/librrd_la-win32-glob.lo `test -f '../win32/win32-glob.c' || echo '$(srcdir)/'`../win32/win32-glob.c
+librrd_la-strftime.lo: strftime.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librrd_la_CFLAGS) $(CFLAGS) -MT librrd_la-strftime.lo -MD -MP -MF $(DEPDIR)/librrd_la-strftime.Tpo -c -o librrd_la-strftime.lo `test -f 'strftime.c' || echo '$(srcdir)/'`strftime.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/librrd_la-strftime.Tpo $(DEPDIR)/librrd_la-strftime.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='strftime.c' object='librrd_la-strftime.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librrd_la_CFLAGS) $(CFLAGS) -c -o librrd_la-strftime.lo `test -f 'strftime.c' || echo '$(srcdir)/'`strftime.c
+
librrdupd_la-mutex.lo: mutex.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librrdupd_la_CFLAGS) $(CFLAGS) -MT librrdupd_la-mutex.lo -MD -MP -MF $(DEPDIR)/librrdupd_la-mutex.Tpo -c -o librrdupd_la-mutex.lo `test -f 'mutex.c' || echo '$(srcdir)/'`mutex.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/librrdupd_la-mutex.Tpo $(DEPDIR)/librrdupd_la-mutex.Plo
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* pngsize.c determine the size of a PNG image
*****************************************************************************/
#define RRDLIB_H_4FD7D37D56A448C392AF46508C56D3CC
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrdlib.h Public header file for librrd
*****************************************************************************
/*
* The following functions are _internal_ functions needed to read the raw RRD
* files. Since they are _internal_ they may change with the file format and
- * will be replaced with a more general interface in RRDtool 1.4. Don't use
+ * will be replaced with a more general interface in RRDtool 1.7.2 Don't use
* these functions unless you have good reasons to do so. If you do use these
- * functions you will have to adapt your code for RRDtool 1.4!
+ * functions you will have to adapt your code for RRDtool 1.7.2
*
* To enable the deprecated functions define `RRD_EXPORT_DEPRECATED' before
* including <rrd_test.h>. You have been warned! If you come back to the
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_cgi.c RRD Web Page Generator
*****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_create.c creates new rrds
*****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_create.h
****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_datalang A system for passing named and typed parameters between
* the different parts of rrdtool
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* This code is stolen from rateup (mrtg-2.x) by Dave Rand
*****************************************************************************
* diff calculate the difference between two very long integers available as
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_dump Display a RRD
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_error.c Common Header File
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_fetch.c read date from an rrd to use for further processing
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_first Return
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_format.c RRD Database Format helper functions
*****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_format.h RRD Database Format header
*****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_gfx.c graphics wrapper for rrdtool
**************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd__graph.c produce graphs from data in rrdfiles
****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_graph_helper.c commandline parser functions
* this code initially written by Alex van den Bogaerdt
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_hw.h : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection
*****************************************************************************/
#define RRD_I18N_H_E9D8F44A32654DF9B92B1862D5371142
/*****************************************************************************
- * RRDtool 1.4.3 Copyright by Takao Fujiwara, 2008
+ * RRDtool 1.7.2 Copyright by Takao Fujiwara, 2008
*****************************************************************************
* rrd_i18n.h Common Header File
*****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_info Get Information about the configuration of an RRD
*****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* This file: Copyright 2003 Peter Stamfest <peter@stamfest.at>
* & Tobias Oetiker
* Distributed under the GPL
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_last.c
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* Copyright by Florian Forster, 2008
*****************************************************************************
* rrd_lastupdate Get the last datum entered for each DS
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_modify Structurally modify an RRD file
* (c) 2014 by Peter Stamfest and Tobi Oetiker
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_create.h
****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_open.c Open an RRD File
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_resize.c Alters size of an RRA
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_restore.c Contains logic to parse XML input and create an RRD file
* This file:
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_restore.h
****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_rpncalc.c RPN calculator functions
****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_rpncalc.h RPN calculator functions
****************************************************************************/
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_snprintf
****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* This file: Copyright 2003 Peter Stamfest <peter@stamfest.at>
* & Tobias Oetiker
* Distributed under the GPL
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* This file: Copyright 2003 Peter Stamfest <peter@stamfest.at>
* & Tobias Oetiker
* Distributed under the GPL
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_tool.c Startup wrapper
*****************************************************************************/
#define RRD_TOOL_H_3853987DDF7E4709A5B5849E5A6204F4
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_tool.h Common Header File
*****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* change header parameters of an rrd
*****************************************************************************
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
* Copyright by Florian Forster, 2008
*****************************************************************************
* rrd_update.c RRD Update Function
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_restore.h
****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrd_version Return
*****************************************************************************
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_xport.c export RRD data
****************************************************************************/
#define RRD_XPORT_H_C5A7EBAF331140D38C241326B81F357D
/****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
****************************************************************************
* rrd_xport.h contains XML related constants
****************************************************************************/
/*****************************************************************************
- * RRDtool 1.GIT, Copyright by Tobi Oetiker
+ * RRDtool 1.7.2 Copyright by Tobi Oetiker
*****************************************************************************
* rrdupdate.c Main program for the (standalone) rrdupdate utility
*****************************************************************************
create-with-source-1 create-with-source-2 create-with-source-3 \
create-with-source-4 create-with-source-and-mapping-1 \
create-from-template-1 dcounter1 vformatter1 xport1 list1 \
- pdp-calc1
+ pdp-calc1
EXTRA_DIST = Makefile.am \
functions $(TESTS) \
tune2-testa-mod1.dump tune2-testorg.dump \
valgrind-supressions dcounter1 dcounter1.output graph1.output vformatter1 rpn1.output rpn2.output \
xport1.json.output xport1.xml.output \
- pdp-calc1 pdp-calc1-1-avg-60.output pdp-calc1-1-avg-300.output pdp-calc1-1-max-300.output
+ pdp-calc1 pdp-calc1-1-avg-60.output pdp-calc1-1-avg-300.output pdp-calc1-1-max-300.output
# NB: AM_TESTS_ENVIRONMENT not available until automake 1.12
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
-pdp-calc1.log: pdp-calc1
- @p='pdp-calc1'; \
- b='pdp-calc1'; \
- $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
- --log-file $$b.log --trs-file $$b.trs \
- $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
- "$$tst" $(AM_TESTS_FD_REDIRECT)
vformatter1.log: vformatter1
@p='vformatter1'; \
b='vformatter1'; \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
+pdp-calc1.log: pdp-calc1
+ @p='pdp-calc1'; \
+ b='pdp-calc1'; \
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+ --log-file $$b.log --trs-file $$b.trs \
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
+ "$$tst" $(AM_TESTS_FD_REDIRECT)
.test.log:
@p='$<'; \
$(am__set_b); \