NEW Monitoring graph
-
Hello!
I
m on latest snap and bubbles doesn
t seem to have right values.
See attached.BR,
GMake sure you are looking at the correct axis
-
What does pkg info|grep rrd say?
[2.3-BETA][root@pfvm.localdomain]/root: pkg info|grep rrd
pecl-rrd-1.1.3_2 PHP bindings to rrd tool system
rrdtool-1.5.5_1 Round Robin Database Toolsedit:
and now another crash as follows:
Crash report begins. Anonymous machine information:amd64
10.3-RC2
FreeBSD 10.3-RC2 #455 56930d7(RELENG_2_3): Mon Mar 14 08:12:57 CDT 2016 root@pfs23-amd64-builder:/usr/home/pfsense/pfsense/tmp/obj/usr/home/pfsense/pfsense/tmp/FreeBSD-src/sys/pfSenseCrash report details:
PHP Errors:
[14-Mar-2016 18:55:02 Europe/Berlin] PHP Fatal error: Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 123
[14-Mar-2016 18:55:11 Europe/Berlin] PHP Fatal error: Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php on line 123 -
Hello!
I
m on latest snap and bubbles doesn
t seem to have right values.
See attached.BR,
GMake sure you are looking at the correct axis
Ummm green bubble should have 25+ ms as value not below. Or am I missing something?
-
Hello!
I
m on latest snap and bubbles doesn
t seem to have right values.
See attached.BR,
GMake sure you are looking at the correct axis
Ummm green bubble should have 25+ ms as value not below. Or am I missing something?
Green says "(right axis)" and is between the 15 and 20 ticks on the right axis
-
Yes but look at the graph and bubbles.
IMO it is showing me wrong data.It should show 25+ not between 15-20…
-
OMG sorry, sorry.
I feel like a dumbass :-[
All clear fine and dandy :) -
@jdillard: do you need any further info?
-
Just tested it with an upgrade install from 2.2 to 2.3 beta: everything under "Monitoring" works, so it just seems to be a problem with the fresh install.
Maybe that helps.
-
Just tested it with an upgrade install from 2.2 to 2.3 beta: everything under "Monitoring" works, so it just seems to be a problem with the fresh install.
Maybe that helps.
Thanks Peter. I saw it was an amd64 image, but which platform and type did you use to install? or the full name of the file would work.
-
pfSense-2.3-BETA-amd64-20160313-1302.iso
-
Quick links pull request submitted.
https://github.com/pfsense/FreeBSD-ports/pull/86Quick Links Details:
https://forum.pfsense.org/index.php?topic=107790.90Branch:
Status_/Monitoring-Quick_Links
https://github.com/NOYB/FreeBSD-ports/tree/Status/Monitoring-_Quick_LinksCommit:
Status / Monitoring - Quick Links
Genesis
https://github.com/NOYB/FreeBSD-ports/commit/7f55b614a61ed100b6967c2da05a1255ab822e1f -
Hello!
I
m on latest snap and bubbles doesn
t seem to have right values.
See attached.BR,
GMake sure you are looking at the correct axis
Ummm green bubble should have 25+ ms as value not below. Or am I missing something?
Green says "(right axis)" and is between the 15 and 20 ticks on the right axis
Just a random idea, but if two series are "similar" in scale, maybe lock them both to the same scale? Would help for these situations and allow a visual apples-to-apples comparison for these situations. Of course if two series are too dissimilar, they would need to be different scales.
-
I've thought about adding a "match axis scales" as a manual option.
(it's been in the code as a TODO) https://github.com/pfsense/FreeBSD-ports/blob/1f07533cd85299ceee0b44115b201f64969d8085/sysutils/pfSense-Status_Monitoring/files/usr/local/www/status_monitoring.php#L1584
-
Quick links pull request submitted.
https://github.com/pfsense/FreeBSD-ports/pull/86Quick Links Details:
https://forum.pfsense.org/index.php?topic=107790.90Branch:
Status_/Monitoring-Quick_Links
https://github.com/NOYB/FreeBSD-ports/tree/Status/Monitoring-_Quick_LinksCommit:
Status / Monitoring - Quick Links
Genesis
https://github.com/NOYB/FreeBSD-ports/commit/7f55b614a61ed100b6967c2da05a1255ab822e1fThanks NOYB, I've been looking it over, I just want to make sure it is done right since it touches the config.
-
I've thought about adding a "match axis scales" as a manual option.
That would be awesome!
I had screenshots where you couldn't determine which horizontal line is which - but didn't want to interfere with other stuff you're currently working on so I didn't post that.While I'm at it: if you deselect some of the graphs shown and hit "update" then your selection is reset. Can you store which graph is on or off?
-
I've thought about adding a "match axis scales" as a manual option.
That would be awesome!
I had screenshots where you couldn't determine which horizontal line is which - but didn't want to interfere with other stuff you're currently working on so I didn't post that.While I'm at it: if you deselect some of the graphs shown and hit "update" then your selection is reset. Can you store which graph is on or off?
These features are drifting into "nice to haves" territory so, while they are doable, they are less of a priority. I'll try to open a TODO ticket as a reminder.
The "remembering which lines you have selected" part is going to be difficult in comparison, I wouldn't expect that anytime soon. It should be a fun problem to solve though.
-
Another idea I had (and you may want to play around with it NOYB) is to have a monitoring dashboard widget that had basically the same config options as the monitoring page (after the auto update is included) and you would be able to add multiple monitoring widgets that can be configured differently. There is some custom work to the widgets that would need to be done (without breaking the current widgets) to allow this, but it would be pretty cool.
A first step would be to have a monitoring widget.
-
Just a random idea…
What if we could have multiple dashboards :)?
Like first page but multiple and different widgets on each page. -
Another idea I had (and you may want to play around with it NOYB) is to have a monitoring dashboard widget that had basically the same config options as the monitoring page (after the auto update is included) and you would be able to add multiple monitoring widgets that can be configured differently. There is some custom work to the widgets that would need to be done (without breaking the current widgets) to allow this, but it would be pretty cool.
A first step would be to have a monitoring widget.
That widget would be great for the future !
But maybe for the moment it would be enough (and easier for you!) to implement the option for multiple, adjustable graphs on the monitoring page. This would also give you a very deep first look on whats going on.
-
…(after the auto update is included)...
Will auto update reset the selected graphs as well?
(where is the selection done - probably directly in the browser, right?)