![](https://secure.gravatar.com/avatar/01208bbe4147bf278843b8a731f663e6.jpg?s=120&d=mm&r=g)
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?
Regards, Ryan Milton Network Manager o: 201-447-1505 x124 c: 862-249-5230
![](https://secure.gravatar.com/avatar/1c685a39a957c5e4dd2544f4cdc48c02.jpg?s=120&d=mm&r=g)
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:
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
![](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
![](https://secure.gravatar.com/avatar/b9a662d07b64a1778d5d170d5cd2b36b.jpg?s=120&d=mm&r=g)
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/1c685a39a957c5e4dd2544f4cdc48c02.jpg?s=120&d=mm&r=g)
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson <peter.persson@bredband2.se mailto:peter.persson@bredband2.se>
Hey, We've made some changes in our frontpage, but donno if we use standard frontpage... Infogad bild 2 /Peter 2013/8/17 Ryan Milton <rmilton@mvsusa.com <mailto:rmilton@mvsusa.com>> Terrific! Thanks! Ryan Milton MVS Network Manager O: 201-447-1505 x124 <tel:201-447-1505%20x124> C: 862-249-5230 <tel:862-249-5230> ------------------------------------------------------------------------ *From:* observium <observium-bounces@observium.org <mailto:observium-bounces@observium.org>> on behalf of Paul Gear <observium@gear.dyndns.org <mailto: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: 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 _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 <201-447-1505%20x124> 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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/1c685a39a957c5e4dd2544f4cdc48c02.jpg?s=120&d=mm&r=g)
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php.
On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear <observium@gear.dyndns.org mailto:observium@gear.dyndns.org>
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page. Paul On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello, I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico") How can I debug what's wrong with the following config below? Thank you, Gauthier $config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load'; 2013/8/17 Peter Persson <peter.persson@bredband2.se <mailto:peter.persson@bredband2.se>> Hey, We've made some changes in our frontpage, but donno if we use standard frontpage... Infogad bild 2 /Peter 2013/8/17 Ryan Milton <rmilton@mvsusa.com <mailto:rmilton@mvsusa.com>> Terrific! Thanks! Ryan Milton MVS Network Manager O: 201-447-1505 x124 <tel:201-447-1505%20x124> C: 862-249-5230 <tel:862-249-5230> ------------------------------------------------------------------------ *From:* observium <observium-bounces@observium.org <mailto:observium-bounces@observium.org>> on behalf of Paul Gear <observium@gear.dyndns.org <mailto: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: 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 _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium -- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
I don't think because when I removed all these lines, it's ok.
I did some tests and this is this line which creates the blank page: $config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog');
Is this one correct? I copied it from your mail but maybe there was a mistake in the original line.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php.
On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 <201-447-1505%20x124> 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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/1c685a39a957c5e4dd2544f4cdc48c02.jpg?s=120&d=mm&r=g)
I'll see if I can replicate your problem tomorrow if I get some time. What distro and version are you running on?
On 08/30/2013 06:08 PM, Gauthier DOUCHET wrote:
I don't think because when I removed all these lines, it's ok.
I did some tests and this is this line which creates the blank page: $config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog');
Is this one correct? I copied it from your mail but maybe there was a mistake in the original line.
Gauthier
2013/8/30 Paul Gear <observium@gear.dyndns.org mailto:observium@gear.dyndns.org>
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php. On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change. The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear. Gauthier 2013/8/30 Paul Gear <observium@gear.dyndns.org <mailto:observium@gear.dyndns.org>> Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page. Paul On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello, I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico") How can I debug what's wrong with the following config below? Thank you, Gauthier $config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load'; 2013/8/17 Peter Persson <peter.persson@bredband2.se <mailto:peter.persson@bredband2.se>> Hey, We've made some changes in our frontpage, but donno if we use standard frontpage... Infogad bild 2 /Peter 2013/8/17 Ryan Milton <rmilton@mvsusa.com <mailto:rmilton@mvsusa.com>> Terrific! Thanks! Ryan Milton MVS Network Manager O: 201-447-1505 x124 <tel:201-447-1505%20x124> C: 862-249-5230 <tel:862-249-5230> ------------------------------------------------------------------------ *From:* observium <observium-bounces@observium.org <mailto:observium-bounces@observium.org>> on behalf of Paul Gear <observium@gear.dyndns.org <mailto: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: 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 _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium -- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium -- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
Debian: 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux Observium 0.13.8.4367
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
I'll see if I can replicate your problem tomorrow if I get some time. What distro and version are you running on?
On 08/30/2013 06:08 PM, Gauthier DOUCHET wrote:
I don't think because when I removed all these lines, it's ok.
I did some tests and this is this line which creates the blank page: $config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog');
Is this one correct? I copied it from your mail but maybe there was a mistake in the original line.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php.
On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 <201-447-1505%20x124> 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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/b3a546cd599e8024ed2790e548f4c63b.jpg?s=120&d=mm&r=g)
Perhaps you can type php config.php and see if the php parser picks up any config errors
I have noticed with stupid mail clients and 'auto formatting' that occasionally the cut-n-paste from emails gives you quoting characters you are not expecting ..
From: Paul Gear <observium@gear.dyndns.orgmailto:observium@gear.dyndns.org> Reply-To: Observium <observium@observium.orgmailto:observium@observium.org> Date: Friday, 30 August 2013 5:00 PM To: Observium <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] Front Page
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php.
On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote: I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear <observium@gear.dyndns.orgmailto:observium@gear.dyndns.org> Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote: Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson <peter.persson@bredband2.semailto:peter.persson@bredband2.se> Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[Infogad bild 2]
/Peter
2013/8/17 Ryan Milton <rmilton@mvsusa.commailto:rmilton@mvsusa.com> Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124tel:201-447-1505%20x124 C: 862-249-5230tel:862-249-5230 ________________________________ From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Paul Gear <observium@gear.dyndns.orgmailto: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:
[X]
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
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
Thank you really much for your advice!
php config.php PHP Parse error: syntax error, unexpected ' ' (T_STRING) in /opt/observium/config.php on line 50
I modified the line and now that's ok!
Thank you! Gauthier
2013/8/30 Peter Childs pchilds@staff.iinet.net.au
Perhaps you can type php config.php and see if the php parser picks up any config errors
I have noticed with stupid mail clients and 'auto formatting' that occasionally the cut-n-paste from emails gives you quoting characters you are not expecting ..
From: Paul Gear observium@gear.dyndns.org Reply-To: Observium observium@observium.org Date: Friday, 30 August 2013 5:00 PM To: Observium observium@observium.org
Subject: Re: [Observium] Front Page
The part you showed me looked OK to my brain, but it's not a PHP parser, so YMMV. Look for a syntax error earlier in your config.php.
On 08/30/2013 05:03 PM, Gauthier DOUCHET wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/f2f742b78efcdca113bef8df314a5c26.jpg?s=120&d=mm&r=g)
It won't be the favicon issue, I had the same errors for months without any issues in my Observium webpages. Eventually I converted our company's logo to a .ico file with some online service and copied it into the /opt/observium/html/ folder to eliminate the error.
On 30 Aug 2013, at 9:03 AM, Gauthier DOUCHET gauthier.douchet@gmail.com wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com 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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/69cb196960c0a25abfa0c36600a1109b.jpg?s=120&d=mm&r=g)
Yes I completely agree with you, but at this moment, this is the only difference I see.
Gauthier
2013/8/30 Frank Ortmann frank.ortmann@stonethree.com
It won't be the favicon issue, I had the same errors for months without any issues in my Observium webpages. Eventually I converted our company's logo to a .ico file with some online service and copied it into the /opt/observium/html/ folder to eliminate the error.
On 30 Aug 2013, at 9:03 AM, Gauthier DOUCHET gauthier.douchet@gmail.com wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
[image: Infogad bild 2]
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 <201-447-1505%20x124> 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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
php -l config.php
On 2013-08-30 10:20, Gauthier DOUCHET wrote:
Yes I completely agree with you, but at this moment, this is the only difference I see.
Gauthier
2013/8/30 Frank Ortmann frank.ortmann@stonethree.com
It won't be the favicon issue, I had the same errors for months without any issues in my Observium webpages. Eventually I converted our company's logo to a .ico file with some online service and copied it into the /opt/observium/html/ folder to eliminate the error.
On 30 Aug 2013, at 9:03 AM, Gauthier DOUCHET gauthier.douchet@gmail.com wrote:
I tried some high values like memory_limit = 512M in my apache2/php.ini and didn't change. Adding a /debug after URL doesn't make any change.
The only clue is this log line in Apache log: "File does not exist: /opt/observium/html/favicon.ico" which appears only if I put the lines I wrote in my previous mail. If I don't change my config.php, this line doesn't appear.
Gauthier
2013/8/30 Paul Gear observium@gear.dyndns.org
Normally a blank page would indicate either your PHP memory limit is exceeded, or there's a syntax error in your config. Check memory_limit in /etc/php5/apache2/php.ini and see if increasing it makes a difference. If not, try adding /debug on the end of your Observium URL and see if you get any output on the page.
Paul
On 08/30/2013 01:23 AM, Gauthier DOUCHET wrote:
Hello,
I tried to follow your example but when I add my settings, I got a blank page when I go on my Observium site (and nothing in Apache logs except "File does not exist: /opt/observium/html/favicon.ico")
How can I debug what's wrong with the following config below?
Thank you, Gauthier
$config['frontpage']['order'] = array('device_status_boxes', 'minigraphs', 'micrographs', 'status_summary', 'eventlog'); $config['frontpage']['minigraphs']['ids'] = '1,port_bits,cpe-01;6,port_bits,srv-01'; $config['frontpage']['minigraphs']['title'] = 'WAN'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_bits,srv-01;7,device_bits,srv-02;15,device_bits,srv-03;8,device_bits,srv-04;14,device_bits,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - Traffic'; $config['frontpage']['micrographs']['servers']['ids'] = '6,device_processor,srv-01;7,device_processor,srv-02;15,device_processor,srv-03;8,device_processor,srv-04;14,device_processor,srv-05'; $config['frontpage']['micrographs']['servers']['title'] = 'Servers - CPU Load';
2013/8/17 Peter Persson peter.persson@bredband2.se
Hey,
We've made some changes in our frontpage, but donno if we use standard frontpage...
/Peter
2013/8/17 Ryan Milton rmilton@mvsusa.com
Terrific!
Thanks!
Ryan Milton MVS Network Manager O: 201-447-1505 x124 [1] C: 862-249-5230 [2]
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:
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
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
-- Gauthier DOUCHET
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
-- Gauthier DOUCHET _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [3]
-- Gauthier DOUCHET
Links:
[1] tel:201-447-1505%20x124 [2] tel:862-249-5230 [3] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (7)
-
Adam Armstrong
-
Frank Ortmann
-
Gauthier DOUCHET
-
Paul Gear
-
Peter Childs
-
Peter Persson
-
Ryan Milton