![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Hi James,
You can technically put anything you want on the front page by building custom front page (even one with multiple "pages" chosen by URL variables).
It requires writing your own PHP pages though, since we haven't come up with a GUI based system for building pages yet.
It's not really /that/ difficult, you can take apart the existing default page to do it, but it isn't ideal, indeed!
adam. On 25/01/2016 05:49:36, James Murty james.murty@winning.com.au wrote: I’m looking a using Observium to generate a number of metric specific dashboards for routers and switches I have around the country.
The
$config['frontpage']['minigraphs']['ids’] = “<id>,<metric>,<title>”;
configuration looks like it’ll give me what I want but ideally I just have those minigraphs on a page by themselves.
Is there a way to define a seconds page?
i.e. $config[‘minigraphpage']['minigraphs']['ids’] = “<id>,<metric>,<title>”;
and have that show on a second screen?
- james