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

    NEW Monitoring graph

    Scheduled Pinned Locked Moved 2.3-RC Snapshot Feedback and Issues - ARCHIVED
    168 Posts 28 Posters 82.4k 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.
    • G
      grandrivers
      last edited by

      you are correct its disabled and wont enable ,my bad ill try to chase that down

      pfsense plus 25.03 super micro A1SRM-2558F
      C2558 32gig ECC  60gig SSD

      1 Reply Last reply Reply Quote 0
      • jdillardJ
        jdillard
        last edited by

        I'm guessing the labels across the bottom are in the next PR ;)

        I'll make comments for each of the PRs on github.

        1 Reply Last reply Reply Quote 0
        • H
          heper
          last edited by

          @grandrivers:

          you are correct its disabled and wont enable ,my bad ill try to chase that down

          i just tried to enable the dhcp graphs on a previously disabled interface. they showed right up.

          goto https://your_pf_ip/status.php & search for <statsgraph>it should show something like```
          <statsgraph>yes</statsgraph>

          1 Reply Last reply Reply Quote 0
          • G
            grandrivers
            last edited by

            i goto dhcp server tick Enable RRD statistics graphs hit save page reloads with it unticked

            pfsense plus 25.03 super micro A1SRM-2558F
            C2558 32gig ECC  60gig SSD

            1 Reply Last reply Reply Quote 0
            • H
              heper
              last edited by

              best to start a new thread for that. i've just tried this on 2 systems and enable/disable works as intended.

              1 Reply Last reply Reply Quote 0
              • N
                NOYB
                last edited by

                @jdillard:

                I'm guessing the labels across the bottom are in the next PR ;)

                I'll make comments for each of the PRs on github.

                Yup.  Future graph meta data PR.  Maybe tonight.
                Thanks.

                1 Reply Last reply Reply Quote 0
                • W
                  whitexp
                  last edited by

                  @jdillard:

                  @whitexp:

                  Interactive Graph
                  Error: SyntaxError: Unexpected token F

                  Did you just upgrade? Are you on 64 or 32bit? What graphs do you have selected?

                  In Chrome right click the screen and click Inspect. Then choose the Network tab and refresh the browser. Click the update button on the WebGUI and then you should see a line item with rrd_fetch_json.php at the bottom of the dev tools window. If you click that then choose the response tab within it you should see what the server responded with. Are there any errors in there?

                  Crash report begins.  Anonymous machine information:

                  amd64
                  10.3-RC1
                  FreeBSD 10.3-RC1 #446 22a5a00(RELENG_2_3): Thu Mar 10 07:19:29 CST 2016    root@pfs23-amd64-builder:/usr/home/pfsense/pfsense/tmp/obj/usr/home/pfsense/pfsense/tmp/FreeBSD-src/sys/pfSense

                  Crash report details:

                  PHP Errors:
                  [10-Mar-2016 15:07:02 America/Sao_Paulo] PHP Fatal error:  Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 125
                  [10-Mar-2016 15:14:08 America/Sao_Paulo] PHP Fatal error:  Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 125
                  [10-Mar-2016 16:45:11 America/Sao_Paulo] PHP Fatal error:  Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 125

                  1 Reply Last reply Reply Quote 0
                  • N
                    NOYB
                    last edited by

                    You know what would be really slick?  User programed quick link graph buttons.

                    See attached image.

                    UserProgramedQuickLinkGraphButtons.jpg
                    UserProgramedQuickLinkGraphButtons.jpg_thumb

                    1 Reply Last reply Reply Quote 0
                    • S
                      samoth
                      last edited by

                      I'm still not seeing any data in my graphs.  Everything shows at zero.

                      Is there a setting I'm missing?

                      Thanks,
                      Tom

                      1 Reply Last reply Reply Quote 0
                      • B
                        biggsy
                        last edited by

                        The label on the Y axis should be "time/%", rather than "seconds/%" so that the values are consistent with those in the table - e.g., "4.0 ms" not "4.0 m".  Either that or "ms/%" and no units on the axis.

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

                          @whitexp:

                          PHP Errors:
                          [10-Mar-2016 15:07:02 America/Sao_Paulo] PHP Fatal error:  Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 125

                          That means you don't have pecl-rrd, which has been a dependency since this was in place. What do you see for 'pkg info|grep pecl-rrd'? Should look something like:

                          [2.3-BETA][root@fw1]/root: pkg info|grep pecl-rrd
                          pecl-rrd-1.1.3_2               PHP bindings to rrd tool system
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • jdillardJ
                            jdillard
                            last edited by

                            @samoth:

                            I'm still not seeing any data in my graphs.  Everything shows at zero.

                            Is there a setting I'm missing?

                            Thanks,
                            Tom

                            are you on 32bit? Have you updated to the latest snapshot?

                            1 Reply Last reply Reply Quote 0
                            • jdillardJ
                              jdillard
                              last edited by

                              @NOYB:

                              You know what would be really slick?  User programed quick link graph buttons.

                              See attached image.

                              That is a possibility with the way the default values will be stored. You would basically just store N set of default values instead on one set. But first things first, let me get the defaults working then you can play around with that.

                              1 Reply Last reply Reply Quote 0
                              • jdillardJ
                                jdillard
                                last edited by

                                Just bumped to Version 0.9, fixes include:

                                • Added "Save as Defaults" option

                                • Merged NOYBs metadata PR (may need to be tweaked to work with smaller screens, but I think it is a nice touch)

                                Note: There is a new option to hide the settings panel and that is set to be hidden by default. I will most likely change that to be shown be default next week, but that is a different issue. If your settings panel is hidden goto System > General Setup to show it.

                                I'll circle back around to the units issues next week.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  samoth
                                  last edited by

                                  @jdillard:

                                  @samoth:

                                  I'm still not seeing any data in my graphs.  Everything shows at zero.

                                  Is there a setting I'm missing?

                                  Thanks,
                                  Tom

                                  are you on 32bit? Have you updated to the latest snapshot?

                                  Running 64bit.  Just got it working by turning on RRD graphs in the DHCP server.  Now all the graph choices work.

                                  2016-03-11_212741.png
                                  2016-03-11_212741.png_thumb

                                  1 Reply Last reply Reply Quote 0
                                  • MikeV7896M
                                    MikeV7896
                                    last edited by

                                    The "Save Default" function doesn't seem to work. After I click it, all I get is an error… "There was an error loading the left Y axis". The error appears regardless of what I set the left axis to. I haven't tried also setting the right axis then saving.

                                    The S in IOT stands for Security

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      grandrivers
                                      last edited by

                                      any way on full installs to retain more data points (less data set consolidation) for at least up to 3 months ?

                                      pfsense plus 25.03 super micro A1SRM-2558F
                                      C2558 32gig ECC  60gig SSD

                                      1 Reply Last reply Reply Quote 0
                                      • jdillardJ
                                        jdillard
                                        last edited by

                                        @virgiliomi:

                                        The "Save Default" function doesn't seem to work. After I click it, all I get is an error… "There was an error loading the left Y axis". The error appears regardless of what I set the left axis to. I haven't tried also setting the right axis then saving.

                                        There is an issue on certain time periods, this commit fixed it: https://github.com/pfsense/FreeBSD-ports/commit/181e6d7f75832447c4aa2c19314c25fefe8e29d5

                                        1 Reply Last reply Reply Quote 0
                                        • jdillardJ
                                          jdillard
                                          last edited by

                                          @grandrivers:

                                          any way on full installs to retain more data points (less data set consolidation) for at least up to 3 months ?

                                          I have no plans to change the RRD data itself (expect maybe to add more data like temp etc) and as far as I know that isn't on anyone else's radar.

                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            grandrivers
                                            last edited by

                                            ok just curious was trying to find an event seem to have been averaged out already

                                            pfsense plus 25.03 super micro A1SRM-2558F
                                            C2558 32gig ECC  60gig SSD

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