localzuk Posted February 3, 2014 Posted February 3, 2014 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!?
Gatt Posted August 5, 2014 Posted August 5, 2014 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.
jbroome Posted December 8, 2014 Posted December 8, 2014 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now