]>
git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log
Christoph Biedl [Sun, 6 Oct 2013 21:41:27 +0000 (23:41 +0200)]
Add a --legend-direction=bottomup variant
The --legend-direction=bottomup2 variant will exempt leading and
trailing COMMENT lines from re-ordering. This might be useful for
generators like munin that use such lines for table headers and the
like.
Issue 419
Christoph Biedl [Sun, 6 Oct 2013 21:37:40 +0000 (23:37 +0200)]
Fix vertical legend alignment for --legend-direction=bottomup
Issue 419
Tobias Oetiker [Thu, 3 Oct 2013 13:52:48 +0000 (15:52 +0200)]
leaktest should not be here
Tobias Oetiker [Thu, 3 Oct 2013 13:51:50 +0000 (15:51 +0200)]
Merge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Thu, 3 Oct 2013 13:50:26 +0000 (15:50 +0200)]
removing testing leftovers
Tobias Oetiker [Thu, 5 Sep 2013 11:55:57 +0000 (04:55 -0700)]
Merge pull request #416 from ksjoberg/master
Update the .NET binding
ksjoberg [Thu, 5 Sep 2013 10:55:31 +0000 (12:55 +0200)]
Fix info memleak, cleanup, throw exceptions instead of return codes
ksjoberg [Thu, 5 Sep 2013 10:51:48 +0000 (12:51 +0200)]
Add x64 and x86 configurations allow for (simultaneous) platform support
ksjoberg [Thu, 5 Sep 2013 10:49:21 +0000 (12:49 +0200)]
Add .gitignore to skip build output folders
ksjoberg [Thu, 5 Sep 2013 10:47:56 +0000 (12:47 +0200)]
Upgrade Solution and Projects to VS2010
Tobias Oetiker [Thu, 5 Sep 2013 09:05:50 +0000 (11:05 +0200)]
bit patterns are 64bit, so better make sure they are 64bit on all platforms fix for issue 356
Tobias Oetiker [Fri, 23 Aug 2013 14:21:33 +0000 (16:21 +0200)]
4294967296 has to be treaded as long long for this to work ... help the compiler see this
Tobias Oetiker [Mon, 19 Aug 2013 14:31:53 +0000 (07:31 -0700)]
Merge pull request #412 from Zsub/patch-1
Remove wrong comma.
Joris de Vries [Mon, 19 Aug 2013 13:54:21 +0000 (15:54 +0200)]
Remove wrong comma.
Tobias Oetiker [Fri, 16 Aug 2013 09:12:36 +0000 (11:12 +0200)]
Merge branch 'master' of github.com:oetiker/rrdtool-1.x
Johannes BrandstE4tter [Fri, 16 Aug 2013 09:07:36 +0000 (11:07 +0200)]
fix format string in Ruby binding
Tobias Oetiker [Wed, 17 Jul 2013 15:44:24 +0000 (08:44 -0700)]
Merge pull request #405 from ThomasHerrlin/thomasherrlin
Fix median filter in cdeftutorial
Thomas Herrlin [Tue, 16 Jul 2013 20:27:01 +0000 (22:27 +0200)]
Fix median filter in cdeftutorial
Fixes commit
1198d31
What was described as an median filter was actually an average filter.
Sort the 3 values then take the middle of them using POP,EXC,POP.
Also uses one less prev() to decrease filter delay.
See https://en.wikipedia.org/w/index.php?title=Median_filter&oldid=
558817813
Alternative fix is to rename "median" with "average" in the
description, but there already is an AVG rpn function for that.
Tobias Oetiker [Sun, 7 Jul 2013 14:54:43 +0000 (07:54 -0700)]
Merge pull request #403 from yarda/yardas
doc: updated options / parameters
Jaroslav Škarvada [Mon, 1 Jul 2013 10:12:18 +0000 (12:12 +0200)]
doc: updated options / parameters
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Tobias Oetiker [Wed, 26 Jun 2013 05:50:04 +0000 (22:50 -0700)]
Merge pull request #402 from julthomas/jth/imginfo
Related to
37d3050 "Added imginfo format check"
Julien Thomas [Tue, 25 Jun 2013 11:22:40 +0000 (13:22 +0200)]
Allow empty imginfo string format
Commit
37d3050 "Added imginfo format check" breaks -f "" which used
to be very usefull to print data as text format on stdout. Allowing
an empty -f was particularly interesting because there was no
<width>x<height> printed out.
Before :
[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
VDEF:v=d,AVERAGE \
PRINT:v:%.6lf
5.284605
After :
[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
VDEF:v=d,AVERAGE \
PRINT:v:%.6lf
ERROR: bad format for imginfo
Julien Thomas [Tue, 25 Jun 2013 11:11:27 +0000 (13:11 +0200)]
Add prototype for bad_format_imginfo
This patch solve implicit declaration of function 'bad_format_imginfo'
warning introduced by commit
37d3050 "Added imginfo format check".
rrd_graph.c: In function 'rrd_graph_v':
rrd_graph.c:4025: warning: implicit declaration of function 'bad_format_imginfo'
rrd_graph.c:4025: warning: nested extern declaration of 'bad_format_imginfo'
rrd_graph.c: At top level:
rrd_graph.c:4836: warning: no previous prototype for 'bad_format_imginfo'
Tobias Oetiker [Mon, 17 Jun 2013 13:16:44 +0000 (06:16 -0700)]
Merge pull request #401 from sthen/master
fixes for rrdupdate, and rrdcached doc
Stuart Henderson [Sat, 15 Jun 2013 09:08:43 +0000 (10:08 +0100)]
pull in libgen.h, needed for basename()
Stuart Henderson [Sat, 15 Jun 2013 08:37:14 +0000 (09:37 +0100)]
fix typo, localststedir->localstatedir
Tobias Oetiker [Mon, 10 Jun 2013 04:30:08 +0000 (21:30 -0700)]
Merge pull request #399 from CapnBry/overupdate
Update a maximum of row_cnt rows when updating an rra
Bryan Mayland [Fri, 7 Jun 2013 16:20:06 +0000 (12:20 -0400)]
Update a maximum of row_cnt rows when updating an rra
Tobias Oetiker [Wed, 5 Jun 2013 09:15:46 +0000 (02:15 -0700)]
Merge pull request #397 from yarda/yardas
Added imginfo format check
Jaroslav Škarvada [Mon, 3 Jun 2013 15:06:26 +0000 (17:06 +0200)]
Added imginfo format check
Resolves: http://bugzilla.redhat.com/show_bug.cgi?id=969296
(CVE-2013-2131)
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Tobias Oetiker [Fri, 24 May 2013 12:16:22 +0000 (05:16 -0700)]
Merge pull request #392 from yarda/yardas
tcl bindings: install to libdir as previously
Jaroslav Škarvada [Fri, 24 May 2013 09:52:31 +0000 (11:52 +0200)]
tcl bindings: install to libdir as previously
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
Tobias Oetiker [Tue, 14 May 2013 06:04:58 +0000 (23:04 -0700)]
Merge pull request #389 from m27315/master
Fixed failed IEEE check for cross-compile support.
Trevor Bowen [Mon, 13 May 2013 21:47:29 +0000 (16:47 -0500)]
Fixed failed IEEE check for cross-compile support.
Tobias Oetiker [Wed, 8 May 2013 12:19:30 +0000 (05:19 -0700)]
Merge pull request #388 from Thynix/python-dump
Add dump support to Python bindings.
Steve Dougherty [Wed, 8 May 2013 04:42:27 +0000 (00:42 -0400)]
Add dump support to Python bindings.
Tobias Oetiker [Sat, 4 May 2013 18:12:56 +0000 (11:12 -0700)]
Merge pull request #387 from songdongsheng/master
Bring win32 and win64 build update
Dongsheng Song [Sat, 4 May 2013 10:04:34 +0000 (18:04 +0800)]
Minor update of rrdtool dependency graph
Dongsheng Song [Sat, 4 May 2013 09:44:37 +0000 (17:44 +0800)]
Fix version information in win32/rrd_config.h
Dongsheng Song [Sat, 4 May 2013 09:29:13 +0000 (17:29 +0800)]
Make gcc and binding happy
Dongsheng Song [Sat, 4 May 2013 07:22:48 +0000 (15:22 +0800)]
Use CRLF line endings for Windows resource files
Dongsheng Song [Sat, 4 May 2013 06:47:41 +0000 (14:47 +0800)]
Merge WIN32-BUILD-TIPS.txt and win32\README, then remove outdated files
Dongsheng Song [Sat, 4 May 2013 06:46:48 +0000 (14:46 +0800)]
Add rrdtool dependency graph
Dongsheng Song [Sat, 4 May 2013 05:46:52 +0000 (13:46 +0800)]
Ignore *.exp too
Dongsheng Song [Sat, 4 May 2013 05:44:58 +0000 (13:44 +0800)]
Add win32/Makefile.msc and related files
Dongsheng Song [Sat, 4 May 2013 05:43:05 +0000 (13:43 +0800)]
Fix for MSC compiler
Dongsheng Song [Sat, 4 May 2013 05:39:45 +0000 (13:39 +0800)]
Ignore msvc genertaed files
Tobias Oetiker [Mon, 29 Apr 2013 13:09:46 +0000 (06:09 -0700)]
Merge pull request #382 from vincentbernat/gitignore
add a gitignore file
Tobias Oetiker [Mon, 29 Apr 2013 13:08:50 +0000 (06:08 -0700)]
Merge pull request #383 from vincentbernat/fix/out-of-tree-build
build: allow out-of-tree build
Tobias Oetiker [Wed, 24 Apr 2013 21:49:28 +0000 (23:49 +0200)]
move to non-deprecated pango_font_map_create_context
Vincent Bernat [Fri, 5 Apr 2013 09:28:14 +0000 (11:28 +0200)]
build: allow out-of-tree build
Building out of the tree is convenient because we there it does not
pollute VCS status and make it convenient to clean everything by just
removing the build directory.
Currently, the build won't work with Perl, Python and Ruby bindings.
Vincent Bernat [Thu, 4 Apr 2013 17:18:50 +0000 (19:18 +0200)]
add a gitignore file
It contains common exclusion rules, autoconf stuff, automake stuff,
cscope and po. It is expected that a user would use a `build/`
directory to build stuff.
Tobias Oetiker [Tue, 19 Mar 2013 06:08:53 +0000 (07:08 +0100)]
fixed overflow probem with partial matching
Tobias Oetiker [Tue, 19 Mar 2013 06:08:25 +0000 (07:08 +0100)]
LINE: should have width 1 and not width 0
Tobias Oetiker [Sat, 16 Mar 2013 17:09:38 +0000 (18:09 +0100)]
raise an error if part of an CDEF is unparsable
Tobias Oetiker [Sat, 16 Mar 2013 17:09:10 +0000 (18:09 +0100)]
unified return codes for parse errors
Tobias Oetiker [Thu, 14 Mar 2013 09:51:33 +0000 (10:51 +0100)]
fix parsing of HRULE and VRULE with absolute values
Tobias Oetiker [Thu, 14 Mar 2013 07:53:39 +0000 (08:53 +0100)]
only \: should be handled here other escapes are handled later on
Tobias Oetiker [Tue, 12 Mar 2013 08:58:21 +0000 (09:58 +0100)]
added sample data
Tobias Oetiker [Mon, 11 Mar 2013 09:56:58 +0000 (10:56 +0100)]
only add *DEF entries to the hash_table
Tobias Oetiker [Mon, 11 Mar 2013 08:06:35 +0000 (09:06 +0100)]
when using \ to escape a character from processing, the \ should not show up in the final result
Tobias Oetiker [Thu, 28 Feb 2013 14:08:52 +0000 (15:08 +0100)]
improve rrd_graph performance for large (>1000) number of *DEF variables by using hash_table lookups instead of linear search
Tobias Oetiker [Mon, 25 Feb 2013 14:31:49 +0000 (15:31 +0100)]
positional legends in AREA and LINE are optional if they are the last argument
Tobias Oetiker [Sun, 10 Feb 2013 11:22:46 +0000 (03:22 -0800)]
Merge pull request #369 from nhale25/master
Fixes relating to databases covering large timespans.
Nick [Sat, 9 Feb 2013 18:46:40 +0000 (18:46 +0000)]
Added check for graph timespan overflowing if time_t is 32 bits.
Nick [Sat, 9 Feb 2013 16:38:17 +0000 (16:38 +0000)]
Fixed overflow bug.
Tobias Oetiker [Tue, 22 Jan 2013 07:13:43 +0000 (23:13 -0800)]
Merge pull request #360 from mkhon/master
Fix build with non-standard glib location
Tobias Oetiker [Tue, 22 Jan 2013 07:07:02 +0000 (23:07 -0800)]
Merge pull request #365 from octo/ff/locale
Use the "C" locale when parsing data returned by the caching daemon.
Florian Forster [Fri, 18 Jan 2013 15:07:40 +0000 (16:07 +0100)]
Use the "C" locale when parsing data returned by the caching daemon.
Tobias Oetiker [Wed, 9 Jan 2013 15:15:35 +0000 (07:15 -0800)]
Merge pull request #363 from odoucet/master
Updated documentation with libdbi performance issues with MySQL backend
Olivier Doucet [Wed, 9 Jan 2013 14:52:44 +0000 (15:52 +0100)]
Updated rrdgraph_libdbi doc about MySQL performance issues
Georg Lutz [Sat, 5 Jan 2013 11:36:56 +0000 (12:36 +0100)]
LT -> LE
Max Khon [Wed, 12 Dec 2012 06:48:23 +0000 (13:48 +0700)]
Fix build when glib is in non-standard location (e.g. /opt).
Tobias Oetiker [Mon, 19 Nov 2012 08:09:59 +0000 (09:09 +0100)]
Merge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Mon, 19 Nov 2012 08:09:41 +0000 (09:09 +0100)]
properly fix handling of time_t size in rrd_restore
Tobias Oetiker [Fri, 16 Nov 2012 06:59:30 +0000 (22:59 -0800)]
Merge pull request #358 from jimmyngo/master
Undoing off by one correction (the patch was correct originally)
jimmyngo [Thu, 15 Nov 2012 02:27:21 +0000 (18:27 -0800)]
Update bindings/python/rrdtoolmodule.c
Undoing the off by one correction as per previous email.
Tobias Oetiker [Wed, 14 Nov 2012 16:46:42 +0000 (17:46 +0100)]
Normally the graphing function makes sure that the entire B<LINE> or B<AREA>
is visible in the chart. The scaling of the chart will be modified
accordingly if necessary. Any B<LINE> or B<AREA> can be excluded from this
process by adding the option B<skipscale>.
Tobias Oetiker [Tue, 13 Nov 2012 14:56:47 +0000 (15:56 +0100)]
New rrd_update switch --skip-past-updates
When updateing an rrd file with data earlier than the latest update already
applied, rrdtool will issue an error message an abort. This option instructs
rrdtool to silently skip such data. It can be useful when re-playing old
data into an rrd file and you are not sure how many updates have already
been applied.
Antony Dovgal [Tue, 13 Nov 2012 14:50:29 +0000 (15:50 +0100)]
Fix for the first day of week detection logic in rrdtool
Tobias Oetiker [Sat, 10 Nov 2012 16:48:47 +0000 (17:48 +0100)]
do not die when failing to add link
Tobias Oetiker [Sat, 10 Nov 2012 16:48:16 +0000 (17:48 +0100)]
fix trendnan variable access
Tobias Oetiker [Tue, 11 Sep 2012 12:33:08 +0000 (14:33 +0200)]
add git notes
Tobias Oetiker [Mon, 3 Sep 2012 13:39:29 +0000 (13:39 +0000)]
fix off by 1 error
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2305
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 22 Aug 2012 09:57:33 +0000 (09:57 +0000)]
fixed pango markup link
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2304
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 14 Aug 2012 09:23:11 +0000 (09:23 +0000)]
remove a bunch of variables which were set but never used as pointed out by gcc
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2303
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 14 Aug 2012 09:22:19 +0000 (09:22 +0000)]
fix locations for installing the sample programs to make automake happy
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2302
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 13 Aug 2012 14:04:15 +0000 (14:04 +0000)]
integrate rrdinfo and rrdcreate into the rrdupdate binary - Sven-Göran Bergh
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2300
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 13 Aug 2012 06:19:17 +0000 (06:19 +0000)]
use snprintf, strdup, ... where possible to make for safer operation -- Martin Pelikan
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2299
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 12 Aug 2012 20:49:17 +0000 (20:49 +0000)]
openbsd does not know EPROTO it seems
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2298
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sun, 12 Aug 2012 14:37:31 +0000 (14:37 +0000)]
complete segfault fix for second axis %s format begun in r2123 (thanks Martin Pelikan for the hint)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2297
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 31 Jul 2012 12:43:45 +0000 (12:43 +0000)]
RRDs.xs uses &PL_sv_undef to insert undefined values into arrays and hashes. This leads to all sorts of problems. For details, please see "AVs, HVs and undefined values" section in perlguts(1). -- patch by tobez+lars
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2296
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Sat, 28 Jul 2012 13:55:30 +0000 (13:55 +0000)]
support for the xport command -- Jimmy Ngo
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2295
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 2 Jul 2012 15:05:32 +0000 (15:05 +0000)]
serviced config etc files for rrdtool
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2292
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 2 Jul 2012 14:01:06 +0000 (14:01 +0000)]
wire up systemd support in autoconf -- tomek@pipebreaker.pl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2291
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Fri, 1 Jun 2012 10:04:59 +0000 (10:04 +0000)]
rrd_graph_rpn: add a MEDIAN operator. -- Aaron Gallagher <_@habnab.it>
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2290
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Wed, 23 May 2012 14:39:48 +0000 (14:39 +0000)]
make rrd_daemon systemd aware - patch by Tomasz Torcz tomek pipebreaker.pl
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2289
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Mon, 7 May 2012 07:31:28 +0000 (07:31 +0000)]
fix warning: "__STRICT_ANSI__" is not defined warning patch by Gilles Esp
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2288
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Tue, 10 Apr 2012 10:12:28 +0000 (10:12 +0000)]
make sure the grid and label positioner does NOT take the dst state of the current time into account.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2286
a5681a0c -68f1-0310-ab6d-
d61299d08faa
Tobias Oetiker [Thu, 8 Mar 2012 07:46:04 +0000 (07:46 +0000)]
if the perl bindings are to be installed together with rrdtool, make sure INSTALL_BASE does not confuse things. Inspired by Mike Schilli.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2284
a5681a0c -68f1-0310-ab6d-
d61299d08faa