Jump to content

Recommended Posts

Posted

I'm setting up Observium, as its simple and pretty. However, I cannot for the life of me manage to disable the darn map!

 

I've tried

 

$config['frontpage']['map']['show']                = false;

 

and I've tried the other suggestion I found online:

 

$config['map']['show']                = false;

 

With no joy!

 

Any idea how I disable the map!?

  • 6 months later...
Posted

Sorry to resurrect an old thread - and not sure if the OP resolved the issues, but I've just installed Observium and found that you need to edit:

 

/includes/defaults.inc.php

 

change:

 

$config['frontpage']['order']           = array('status_summary', 'map', 'device_status_boxes', 'device_status', 'eventlog');

 

to

 

$config['frontpage']['order']           = array('status_summary', 'device_status_boxes', 'device_status', 'eventlog');

 

Job Done.

  • 4 months later...
Posted
Sorry to resurrect an old thread - and not sure if the OP resolved the issues, but I've just installed Observium and found that you need to edit:

 

/includes/defaults.inc.php

 

change:

 

{SNIP}

 

 

except for the part at the top of /includes/defaults.inc.php that says "// Please don't edit this file -- make changes to the configuration array in config.php".

 

So you'd put the

$config['frontpage']['order']           = array('status_summary', 'device_status_boxes', 'device_status', 'eventlog');

in config.php instead of editing defaults.in.php directly.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...