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

    RRD Graphs

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    72 Posts 19 Posters 33.8k Views
    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.
    • J
      Jonb
      last edited by

      Ok fair enough so the files size shouldn't change. So how would I delve into the problem more to see if it is a graphing issue or data issue.

      Hosted desktops and servers with support without complication.
      www.blueskysystems.co.uk

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        @cmb:

        Jim fixed a permissions issue today that should fix the quality graphs.
        https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/3d83f02e958a52e35cf098a3cd3f7031f53d69a0

        though that only applies when the directory is created. May need something to fix permissions on existing directories. To manually fix, run:

        chown nobody:wheel /var/db/rrd/*quality*.rrd
        

        In addition to that, you want to change the permissions on the directory itself:

        chown nobody:wheel /var/db/rrd/
        

        Or combine the two:

        chown -R nobody:wheel /var/db/rrd/
        

        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 0
        • M
          marrandy
          last edited by

          @jimp:

          Or combine the two:

          chown -R nobody:wheel /var/db/rrd/
          

          2.0-BETA4
          built on Fri Aug 6 01:44:17 EDT 2010
          FreeBSD 8.1-RELEASE

          Tried that and even rebooted - Quality still isn't working.

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            That will be a no-op on NanoBSD if you reboot after doing it. /var is a RAM disk. You'd need to be on the latest snapshot (I think it should have the fix) before that will work.

            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 0
            • M
              marrandy
              last edited by

              @jimp:

              That will be a no-op on NanoBSD if you reboot after doing it. /var is a RAM disk. You'd need to be on the latest snapshot (I think it should have the fix) before that will work.

              That is the latest snapshot.

              I only rebooted as its still blank.

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                I found another bug, but it's definitely fixed now. :-)

                Either apply this by hand, or wait for the next new snapshot:
                https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/21934843352aa1dee730f59b06d35f1619c0ab3e

                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 0
                • M
                  marrandy
                  last edited by

                  I'll wait for the next update.

                  I'm just testing and providing feedback.

                  Thanks !!!

                  1 Reply Last reply Reply Quote 0
                  • M
                    marrandy
                    last edited by

                    Sorry.Ā  Been away.

                    Just updated to

                    2.0-BETA4
                    built on Sun Aug 8 11:22:28 EDT 2010
                    FreeBSD 8.1-RELEASE

                    Graphs are looking good.

                    1 Reply Last reply Reply Quote 0
                    • J
                      Jonb
                      last edited by

                      Still no good for me.

                      Hosted desktops and servers with support without complication.
                      www.blueskysystems.co.uk

                      1 Reply Last reply Reply Quote 0
                      • J
                        Jonb
                        last edited by

                        Anything else I can try. I have the snapshot from sunday etc.

                        Hosted desktops and servers with support without complication.
                        www.blueskysystems.co.uk

                        1 Reply Last reply Reply Quote 0
                        • C
                          ColdFusion
                          last edited by

                          Today's seem fine…2.0-BETA4
                          built on Tue Aug 10 02:57:56 EDT 2010

                          1 Reply Last reply Reply Quote 0
                          • J
                            Jonb
                            last edited by

                            I did another full delete of the RRD graphs and left in for 15 mins. The graphs only captured 2 mins worth of data and then stopped.

                            Hosted desktops and servers with support without complication.
                            www.blueskysystems.co.uk

                            1 Reply Last reply Reply Quote 0
                            • J
                              Jonb
                              last edited by

                              Am I best off rolling back to 2.0 beta 1 when it worked?

                              Hosted desktops and servers with support without complication.
                              www.blueskysystems.co.uk

                              1 Reply Last reply Reply Quote 0
                              • jimpJ
                                jimp Rebel Alliance Developer Netgate
                                last edited by

                                No. It works for everyone else, there must be something specific about your setup.

                                And BETA1 is ancient by BETA standards. So many things are better now than they were back then.

                                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 0
                                • J
                                  Jonb
                                  last edited by

                                  I have e-mailed you my config to see if something is a miss.

                                  Hosted desktops and servers with support without complication.
                                  www.blueskysystems.co.uk

                                  1 Reply Last reply Reply Quote 0
                                  • jimpJ
                                    jimp Rebel Alliance Developer Netgate
                                    last edited by

                                    Do the graphs work if you use the pfsense_ng theme instead of the_wall like you have set?

                                    I didn't see anything that jumped out at me in that config as being wrong for rrds, but I know that some of the themes have their own RRD colors and such that might not be working properly.

                                    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 0
                                    • M
                                      Micro-Shock
                                      last edited by

                                      I too have this issue.Ā  applying the patch listed back in July though …. does solve the issue for me.
                                      however the Traffic Graphs do not function for me.
                                      I have tested it with the brand new build ....

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        marrandy
                                        last edited by

                                        OMGĀ  -Ā  you killed theĀ  Status: Traffic Graph !!!

                                        2.0-BETA4 (i386) built on Thu Aug 12 07:38:24 EDT 2010 FreeBSD 8.1-RELEASE

                                        Also you can see this on theĀ  pfSense Dashboard.

                                        Not sure when this happened over the past couple/few days.

                                        Regards…Martin

                                        1 Reply Last reply Reply Quote 0
                                        • C
                                          cmb
                                          last edited by

                                          the gettext import has caused quite a bit of fallout, RRD and SVG graphs currently broken.

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            johnnybe
                                            last edited by

                                            Yesterday 08/11/2010 the snapshot update has really broken RRD Graphs here.
                                            Today runing 2.0-BETA4 (i386) built on Thu Aug 12 05:28:01 EDT 2010 the RRD Graph is working
                                            with defaults.
                                            No RRD graphs for themes… but it's working.
                                            Still, you can change color graph editing status_rrd_graph_img.php
                                            As always, just do it if you know what you're doing.

                                            rrd_qual.png
                                            rrd_qual.png_thumb

                                            you would not believe the view up here

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