Ticket #161: rrdfetch.patch

File rrdfetch.patch, 391 bytes (added by human, 4 years ago)
  • rrdtoolmodule.c

     
    184184        unsigned long i, j, row; 
    185185        rrd_value_t dv; 
    186186 
    187         row = ((end - start) / step + 1); 
     187        row = (end - start) / step; 
    188188 
    189189        r = PyTuple_New(3); 
    190190        range_tup = PyTuple_New(3); 

NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example. It may also be that you are looking at a mirror page which did not copy the CSS for this page. Or if some pictu res are missing, then the mirror may not have picked up the contents of the inc directory.