NEW Monitoring graph
-
you are correct its disabled and wont enable ,my bad ill try to chase that down
-
I'm guessing the labels across the bottom are in the next PR ;)
I'll make comments for each of the PRs on github.
-
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> -
i goto dhcp server tick Enable RRD statistics graphs hit save page reloads with it unticked
-
best to start a new thread for that. i've just tried this on 2 systems and enable/disable works as intended.
-
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. -
Interactive Graph
Error: SyntaxError: Unexpected token FDid 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/pfSenseCrash 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 -
You know what would be really slick? User programed quick link graph buttons.
See attached image.
-
I'm still not seeing any data in my graphs. Everything shows at zero.
Is there a setting I'm missing?
Thanks,
Tom -
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.
-
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 125That 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
-
I'm still not seeing any data in my graphs. Everything shows at zero.
Is there a setting I'm missing?
Thanks,
Tomare you on 32bit? Have you updated to the latest snapshot?
-
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.
-
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.
-
-
I'm still not seeing any data in my graphs. Everything shows at zero.
Is there a setting I'm missing?
Thanks,
Tomare 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.
-
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.
-
any way on full installs to retain more data points (less data set consolidation) for at least up to 3 months ?
-
@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
-
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.
-
ok just curious was trying to find an event seem to have been averaged out already