Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    RRDSummary not working after upgrade to 23.05

    pfSense Packages
    4
    5
    558
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gpfountz
      last edited by

      RRDSummary all counters are zero after upgrading to 23.05.

      IMG_0601.jpeg

      1 Reply Last reply Reply Quote 0
      • provelsP
        provels
        last edited by provels

        Same here.

        Peder

        MAIN - pfSense+ 24.11-RELEASE - Adlink MXE-5401, i7, 16 GB RAM, 64 GB SSD. 500 GB HDD for SyslogNG
        BACKUP - pfSense+ 23.01-RELEASE - Hyper-V Virtual Machine, Gen 1, 2 v-CPUs, 3 GB RAM, 8GB VHDX (Dynamic)

        1 Reply Last reply Reply Quote 0
        • dennypageD
          dennypage
          last edited by

          The 'epoch+XXXXXXXs' format is being rejected by rrdtool. This looks like a bug in rrdtool 1.80. I tested the same syntax on other platforms and see the same error.

          In the interim, you can address the issue with the following patch:

          --- status_rrd_summary.php.org	2023-05-23 11:00:34.000000000 -0700
          +++ status_rrd_summary.php	2023-05-25 11:47:12.375263000 -0700
          @@ -90,7 +90,7 @@
           			if ($start > $last || $end < $first) continue;
           			if ($start < $first) $start = $first;
           			if ($end > $last) $end = $last;
          -			$data = fetch_rrd_summary($rrd, "epoch+{$start}s", "epoch+{$end}s", $units, 24*60*60);
          +			$data = fetch_rrd_summary($rrd, "{$start}", "{$end}", $units, 24*60*60);
           			?>
           				<tr>
           					<td><?=date("Y-m-d", $start); ?> to <?=date("Y-m-d", $end); ?></td>
          
          
          1 Reply Last reply Reply Quote 1
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            https://redmine.pfsense.org/issues/14418

            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 3
            • G
              gpfountz
              last edited by

              I confirm the RRD_Summary 2.1 update fixes the issue. Thanks!!

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.