
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html> <html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel=" stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel=" stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel=" stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel=" stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"> </script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js>"> </script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"> </script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"></script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"></script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!

There's likely some Apache config that's missing. Check http://www.observium.org/docs/install_debian/#debianubuntu-installation there's a few things specific to 16.04 you may need to do yet.
On Mon, Oct 24, 2016 at 8:21 AM, Josh Hopper josh@miamiconsultant.com wrote:
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel ="stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel=" stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel=" stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel=" stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"></ script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js>"> </script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"></ script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"> </script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"> </script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!
JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Yeah. I just thought of that myself and ended up adding some packages that weren't there from 14.04. Looks like I'm mostly back up and running.
Any idea why the map would stop working?
Is there an easy way to "overwrite" the Observium files while keeping all my devices (which I assume are in rrd)? That might just fix the map too.
Graphs are working if that makes a difference.
[image: Inline image 1]
On Mon, Oct 24, 2016 at 12:43 PM, Derek dandenoth@gmail.com wrote:
There's likely some Apache config that's missing. Check http://www.observium.org/docs/install_debian/#debianubuntu-installation there's a few things specific to 16.04 you may need to do yet.
On Mon, Oct 24, 2016 at 8:21 AM, Josh Hopper josh@miamiconsultant.com wrote:
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel="stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel ="stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel=" stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel=" stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"> </script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js>"> </script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"> </script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"> </script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"> </script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!
JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
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

This is what my browser tells me.
A Parser-blocking, cross-origin script, https://www.google.com/uds/?file=visualization&v=1.1&packages=geocha..., is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
On Mon, Oct 24, 2016 at 1:03 PM, Josh Hopper josh@miamiconsultant.com wrote:
Yeah. I just thought of that myself and ended up adding some packages that weren't there from 14.04. Looks like I'm mostly back up and running.
Any idea why the map would stop working?
Is there an easy way to "overwrite" the Observium files while keeping all my devices (which I assume are in rrd)? That might just fix the map too.
Graphs are working if that makes a difference.
[image: Inline image 1]
On Mon, Oct 24, 2016 at 12:43 PM, Derek dandenoth@gmail.com wrote:
There's likely some Apache config that's missing. Check http://www.observium.org/docs/install_debian/#debianubuntu-installation there's a few things specific to 16.04 you may need to do yet.
On Mon, Oct 24, 2016 at 8:21 AM, Josh Hopper josh@miamiconsultant.com wrote:
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel="stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel ="stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel=" stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel ="stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"> </script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js> "></script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"> </script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"> </script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"> </script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!
JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
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
-- JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net

Do you have a Google API key? If you don't, and are forcing the Google API via your config, then your map won't show up. Try a different one like Openstreetmap.
On Mon, Oct 24, 2016 at 10:14 AM, Josh Hopper josh@miamiconsultant.com wrote:
This is what my browser tells me.
A Parser-blocking, cross-origin script, https://www.google.com/uds/? file=visualization&v=1.1&packages=geochart, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
On Mon, Oct 24, 2016 at 1:03 PM, Josh Hopper josh@miamiconsultant.com wrote:
Yeah. I just thought of that myself and ended up adding some packages that weren't there from 14.04. Looks like I'm mostly back up and running.
Any idea why the map would stop working?
Is there an easy way to "overwrite" the Observium files while keeping all my devices (which I assume are in rrd)? That might just fix the map too.
Graphs are working if that makes a difference.
[image: Inline image 1]
On Mon, Oct 24, 2016 at 12:43 PM, Derek dandenoth@gmail.com wrote:
There's likely some Apache config that's missing. Check http://www.observium.org/docs/install_debian/#debianubuntu-installation there's a few things specific to 16.04 you may need to do yet.
On Mon, Oct 24, 2016 at 8:21 AM, Josh Hopper josh@miamiconsultant.com wrote:
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel="stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel="stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel ="stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel ="stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"> </script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js> "></script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"> </script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"> </script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"> </script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></sc ript><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!
JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
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
-- JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
-- JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Bah! You pointed me in the right place. I forogt! I have Rancid and ViewVC to see all of its file change history.
I made a custom.php home page and it was using the old map.
root@svr-observium:/opt/observium# ls html/pages/front/ custom.php default.php test.php root@svr-observium:/opt/observium# cd html/pages/front/ root@svr-observium:/opt/observium/html/pages/front# cp default.php custom.php root@svr-observium:/opt/observium/html/pages/front# vi custom.php
Done!
If anyone has similar issues with a distro ugprade its:
#Remove PHP5 apt-get purge 'php5*'
#Re-add PHP and Observium required files (some packages missing from 14.04 to 16.04) apt-get install libapache2-mod-php7.0 php7.0-cli php7.0-mysql php7.0-mysqli php7.0-gd php7.0-mcrypt php7.0-json php-pear snmp fping mysql-server mysql-client python-mysqldb rrdtool subversion whois mtr-tiny ipmitool graphviz imagemagick apache2
#Enable the new stuff and restart apache phpenmod mcrypt a2dismod mpm_event a2enmod mpm_prefork a2enmod php7.0 service apach2 restart
If you have issues after that cat /opt/observium/config.php to make sure you aren't a doofus like me with a custom.php file as your home page.
Also, if you are using Rancid in 14.04 and distro upgrade, you'll have to change your router.db file from : delimiter to ; or it will break; then use rancid run again.
Thanks a lot for the help Derek!
On Mon, Oct 24, 2016 at 2:28 PM, Derek dandenoth@gmail.com wrote:
Do you have a Google API key? If you don't, and are forcing the Google API via your config, then your map won't show up. Try a different one like Openstreetmap.
On Mon, Oct 24, 2016 at 10:14 AM, Josh Hopper josh@miamiconsultant.com wrote:
This is what my browser tells me.
A Parser-blocking, cross-origin script, https://www.google.com/uds/?fi le=visualization&v=1.1&packages=geochart, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity.
On Mon, Oct 24, 2016 at 1:03 PM, Josh Hopper josh@miamiconsultant.com wrote:
Yeah. I just thought of that myself and ended up adding some packages that weren't there from 14.04. Looks like I'm mostly back up and running.
Any idea why the map would stop working?
Is there an easy way to "overwrite" the Observium files while keeping all my devices (which I assume are in rrd)? That might just fix the map too.
Graphs are working if that makes a difference.
[image: Inline image 1]
On Mon, Oct 24, 2016 at 12:43 PM, Derek dandenoth@gmail.com wrote:
There's likely some Apache config that's missing. Check http://www.observium.org/docs/install_debian/#debianubuntu-installation there's a few things specific to 16.04 you may need to do yet.
On Mon, Oct 24, 2016 at 8:21 AM, Josh Hopper josh@miamiconsultant.com wrote:
Hello,
I updated my Ubuntu VM from version 14.04 to 16.04 (LTS).
After doing so PHP was not working as Observium's GUI wouldn't load.
I updated PHP and PHP MYSQLI accordingly. I'm on v7 now.
I was able to get to the login screen and login, however, after, I get a blank window.
[image: Inline image 1]
Code behind it looks odd.
<!DOCTYPE html>
<html lang="en"> <head> <base href="http://svr-observium.noc.dynamicinfastructure.com/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- CSS BEGIN --> <link href="css/observium.css <http://svr-observium.noc.dynamicinfastructure.com/css/observium.css>" rel="stylesheet" type="text/css" /> <link href="css/jquery.qtip.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/jquery.qtip.min.css>" rel="stylesheet" type="text/css" /> <link href="css/svg_png.css <http://svr-observium.noc.dynamicinfastructure.com/css/svg_png.css>" rel="stylesheet" type="text/css" /> <link href="css/flags.css <http://svr-observium.noc.dynamicinfastructure.com/css/flags.css>" rel ="stylesheet" type="text/css" /> <link href="css/c3.min.css <http://svr-observium.noc.dynamicinfastructure.com/css/c3.min.css>" rel="stylesheet" type="text/css" /> <!-- CSS END --> <!-- JS BEGIN --> <script type="text/javascript" src="js/jquery.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/jquery.min.js>"> </script> <script type="text/javascript" src="js/bootstrap.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/bootstrap.min.js> "></script> <script type="text/javascript" src="js/observium.js <http://svr-observium.noc.dynamicinfastructure.com/js/observium.js>"> </script> <script type="text/javascript" src="js/d3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/d3.min.js>"> </script> <script type="text/javascript" src="js/c3.min.js <http://svr-observium.noc.dynamicinfastructure.com/js/c3.min.js>"> </script> <!-- JS END --> <!--[if lt IE 9]><script src="js/html5shiv.min.js"></sc ript><![endif]--> <meta http-equiv="refresh" content="300" /> <title>Observium</title> <link rel="shortcut icon" href="images/observium-icon.png <http://svr-observium.noc.dynamicinfastructure.com/images/observium-icon.png>" />
Like, where is the rest? :)
It seems Observium is still running as I can run a discovery and poller from the command line and it runs fine. I did an svn update too to be on the latest version of Observium.
Thanks for the help!
JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
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
-- JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
-- JOSHUA HOPPER NETWORK ENGINEER 1-828-558-1403 Joshua.Hopper@broadplex.net www.broadplex.net
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

I'll throw a comment out here, as I was playing with trying to upgrade my VM over the weekend, using a clone so I wouldn't break the production system.
If you followed the directions on using PHP 7.0 on Unbuntu 14 or 15, that's going to substantially complicate things as well, as you're going to need to remove (apt-get remove --purge) all the sury php7 programs, then nuke the sury respository from your apt sources.list.d (or however you added it to your apt repository).... and THEN apt-get install all the ubuntu 16 php7 packages. Not unlike what Josh describes below, just don't forget the apt repository thing.
...Ron
On 2016-10-24 14:22, Josh Hopper wrote:
Bah! You pointed me in the right place. I forogt! I have Rancid and ViewVC to see all of its file change history.
I made a custom.php home page and it was using the old map.
root@svr-observium:/opt/observium# ls html/pages/front/ custom.php default.php test.php root@svr-observium:/opt/observium# cd html/pages/front/ root@svr-observium:/opt/observium/html/pages/front# cp default.php custom.php root@svr-observium:/opt/observium/html/pages/front# vi custom.php
Done!
If anyone has similar issues with a distro ugprade its:
#Remove PHP5 apt-get purge 'php5*'
#Re-add PHP and Observium required files (some packages missing from 14.04 to 16.04) apt-get install libapache2-mod-php7.0 php7.0-cli php7.0-mysql php7.0-mysqli php7.0-gd php7.0-mcrypt php7.0-json php-pear snmp fping mysql-server mysql-client python-mysqldb rrdtool subversion whois mtr-tiny ipmitool graphviz imagemagick apache2
#Enable the new stuff and restart apache phpenmod mcrypt
a2dismod mpm_event a2enmod mpm_prefork a2enmod php7.0 service apach2 restart
If you have issues after that cat /opt/observium/config.php to make sure you aren't a doofus like me with a custom.php file as your home page.
Also, if you are using Rancid in 14.04 and distro upgrade, you'll have to change your router.db file from : delimiter to ; or it will break; then use rancid run again.
Thanks a lot for the help Derek!
participants (3)
-
Derek
-
Josh Hopper
-
ron@rjr-services.com