-
Hi,
I installed and configured AS-STATS. I have it running. The rrd files are not created in the rrd folder. I configured a flow collector both nfprobe and pmacct. I checked with tcpdump and it is …
-
Hello,
I do the following steps:
1. Create rrd db with sampling rate 1 sec and one datasource with type GAUGE and heartbeat 2 sec
2. Start writing values with rate 3 sec
3. Only one first value will …
-
I came across a case in which only part of STDOUT is being captured:
``` perl
#!/usr/bin/perl -w
use strict;
use RRDs qw/dump/;
use Capture::Tiny qw/capture_stdout/;
my $dump = capture_stdout { RRD…
-
I want to ask to to implement this feature.
I've seen ticket #252 and why it was closed. But I see problem from other side, I'm using ruby bindings in threaded application, and I need to generate gra…
-
Will there ever be a version where rrdtool supports reading files created on Linux (64bit) and reading done on Win (64bit) and vice versa?
Googling gives me hints that is has been looked into http:…
aldas updated
7 years ago
-
Hi,
I have liked the RRDweb idea using twisted framework and it has helped me in critical cases.
I would like to request to please provide support for using rrdcached daemon while browsing rrd. Brows…
-
CurlHeadersOnly: curl output: 'Time: 20.000519 DNS time: 0.004396 Redirect time: 0.000000', result: 19.996123
CurlHeadersOnly: WARNING: curl exited with status 28 on www.facebook.com
CurlHeadersOnly…
-
munin-2.0.28
just another surprise, I original thought my little plugin can be done in few days,
but I trigger bugs everywhere ...
the graph called GPRINT before the proper CDEF
munin graph …
-
The point of this issue is that the graph data is strange.
----
![1](https://user-images.githubusercontent.com/5241111/200065574-5c71539d-6f6f-4a4b-a3a9-20912f6872ff.png)
Because it's the sum gra…
-
With the following input:
```
binding-names = {name, ","}, name, ",", name
;
```
`kgt` segfaults when producing html5
```
$ cat demo.ebnf
binding-names = {name, ","}, …