Sadly I can find no documentation on individual dashboard widgets?
I want to create a dashboard with some specific graphs. Is there a widget which will display such? (I'd prefer not to have to do the "compose a blank HTML page with links to graphs" style of dashboard because of the authentication disconnect.)
What is the widget used on the default dashboard to show Internet Traffic?
What is "Traffic Composition?" (a.k.a "Traffic Comparison") and how do you configure it?
All the the widgets appear to have a settings option where one adds flags of some sort to an array? But they don't appear to be editable?
Thanks for your time.
You mean a dashboard with multiple graph, one for each port?
I did creating the new dashboard for the webui, that generates a new dash_id into the database After that i composed my dashboard directly in MySql table such as # widget_id, dash_id, widget_type, widget_config, x, y, width, height '24', '4', 'graph', '{"type":"port_bits","id":"15444","title":"Versa Backup"}', '6', '0', '6', '6' '25', '4', 'graph', '{"type":"port_bits","id":"15427","title":"Versa Primary"}', '0', '0', '6', '6' '26', '4', 'graph', '{"type":"port_bits","id":"16262","title":"MPLS Primary"}', '0', '6', '6', '6' '27', '4', 'graph', '{"type":"port_bits","id":"16270","title":"MPLS Backup"}', '6', '6', '6', '6' '28', '4', 'graph', '{"type":"port_bits","id":"16202","title":"A.S. Primary Link TIM"}', '6', '18', '6', '6' '29', '4', 'graph', '{"type":"port_bits","id":"16203","title":"A.S. Primary Link Fastweb"}', '6', '24', '6', '6'
participants (2)
-
Eric Bates -
loxely@hotmail.com