![](https://secure.gravatar.com/avatar/01208bbe4147bf278843b8a731f663e6.jpg?s=120&d=mm&r=g)
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 C: 862-249-5230 ________________________________ From: observium observium-bounces@observium.org on behalf of Paul Gear observium@gear.dyndns.org Sent: Friday, August 16, 2013 8:26:31 PM To: Observium Network Observation System Subject: Re: [Observium] Front Page
On 08/16/2013 08:00 AM, Ryan Milton wrote:
I am looking to spice up my frontpage and am currently adding the minigraphs. Is there a way in the config to name each graph as opposed to a custom name for the field?
How about with the legends, to select what is shown in the legend, so that they aren't 3x's as large as the graph itself?
Hi Ryan,
Here's what my front page looks like:
[cid:part2.05030402.09070409@gear.dyndns.org]
And here's the config which produces it:
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1234,port_bits,ISP1;2345,port_bits,ISP2;3456,port_bits,office VLAN;4567,port_bits,guest VLAN'; $config['frontpage']['minigraphs']['title'] = ''; $config['frontpage']['micrographs']['network']['ids'] = '12,device_bits,vpnrouter;23,device_bits,switch1;34,device_bits,fw1;45,device_bits,fw1'; $config['frontpage']['micrographs']['network']['title'] = 'Network'; $config['frontpage']['micrographs']['servers']['ids'] = '56,device_bits,vmhost1;67,device_bits,observium;78,device_bits,nas;89,device_bits,vmhost2;90,device_bits,backup'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers';
(I just realised I've used fw1 twice - the second one should be fw2.)
There's doco on the main Observium page and also in defaults.inc.php. Hopefully between them and the working example above you should find what you're looking for.
Regards, Paul