1.2.3 to 2.0 B1 Dashboard
-
I upgraded from 1.2.3 to 2.0 and I used to have dashboard installed. After the upgrade the traffic graphs do not work although they do if you go onto traffic graphs and I am not able to save any changes. What would be the best way to fix this.
-
The traffic graphs not saving is a known bug in 2.0. I think there is a ticket open for it.
-
Ok cool thanks. I did look through but didn't see it. Is this the same for no graph data to be displayed.
-
http://redmine.pfsense.org/issues/show/162
Looks like someone with more time to spare may need to take that on.
And then this one, too:
http://redmine.pfsense.org/issues/show/285 -
#162 is just expanding/collapsing, support for that has been removed.
#2 in ticket 285 is the not saving problem mentioned.
I haven't seen any situations where the graphs don't show up at all. That might be a consequence of upgrading with the dashboard package installed.
-
I think you right CMB as I can't expand the traffic graphs at all. Saving is an issue but the traffic graphs wont display anything.
-
You could try to edit your config: download a backup, remove the dashboard settings, then restore it and see if that helps.
You might save the
dashboardwidgets tag and paste it here, if that does help it would give us a better starting point from which to reproduce and fix the bug.It will look something like this:
<widgets><sequence>carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,havp_ alerts-container:col1:close,installed_packages-container:col1:close,interface_statistics-container:col1:close,system_information-con tainer:col1:show,ipsec-container:col2:close,log-container:col2:show,traffic_graphs-container:col2:close,load_balancer_status-contain er:col2:close,openvpn-container:col2:close,interfaces-container:col2:show,services_status-container:col2:show,snort_alerts-container :col2:close,captive_portal_status-container:col2:close,picture-container:col2:close,rss-container:col2:close,gateways-container:col2 :close</sequence> <rssfeed>http://blog.pfsense.org</rssfeed> <rssmaxitems>10</rssmaxitems> <rsswidgetheight>300</rsswidgetheight> <rsswidgettextlength>140</rsswidgettextlength> <servicestatusfilter></servicestatusfilter></widgets>
-
That has done the trick.
I deleted:
<widgets><sequence>system_information-container:col1:show,cpu_graphs-container:col1:show,services_status-container:col1:show,log-container:col1:show,ipsec-container:col1:close,interface_statistics-container:col1:close,carp_status-container:col1:close,installed_packages-container:col1:close,traffic_graphs-container:col2:show,interfaces-container:col2:show,load_balancer_status-container:col2:close,gmirror_status-container:col2:close,openvpn-container:col2:close,snort_alerts-container:col2:close,havp_alerts-container:col2:close,captive_portal_status-container:col2:close,gateways-container:col2:show,picture-container:col2:close,rss-container:col2:close</sequence>
<traffic_graphs-config>WAN_graph-config:show,LAN_graph-config:show,Wireless_graph-config:show,LAN2_graph-config:show,refreshInterval=3</traffic_graphs-config></widgets>I go this by upgrading from pfSense-Full-Update-1.2.3-RC3-padlock posted in http://forum.pfsense.org/index.php/topic,20417.0.html. I also would like to note the reboot issue has been sorted.
-
Also the save issue was sorted by deleting that info.
-
After fixing the bug I found here:
http://forum.pfsense.org/index.php/topic,22321.msg118156.html#msg118156I tried to paste in your widget tag on my install and everything worked as it should. Hopefully that was the root cause of this one as well.