]> git.pld-linux.org Git - packages/apinger.git/blob - apinger-rrd_timestamp.patch
- disable parallel build
[packages/apinger.git] / apinger-rrd_timestamp.patch
1 Index: apinger/src/rrd.c
2 ===================================================================
3 --- apinger/src/rrd.c   (revision 1736)
4 +++ apinger/src/rrd.c   (revision 1737)
5 @@ -142,7 +142,7 @@
6                 if (rrdtool_pipe==NULL) 
7                         if (rrd_init()) return;
8                 filename=subst_macros(t->config->rrd_filename,t,NULL,0);
9 -               ret=rrd_write("update %s -t loss:delay N",filename);
10 +               ret=rrd_write("update %s -t loss:delay %li",filename,(long)time(NULL));
11                 if (ret>0){
12                         if (t->upsent > t->config->avg_loss_delay_samples
13                                                 +t->config->avg_loss_samples){
This page took 0.077275 seconds and 3 git commands to generate.