Search found 7 matches
- Mon Aug 29, 2016 3:45 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
Yes you can mark it solved and lock.
- Mon Aug 29, 2016 1:19 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
OK the answer is to access using this URL http://xxx.xxx.xxx.xxx/nagios rather than the old URL netbios_name/nagios. I suppose it's a DNS issue. The IP address works but the net bios name does not.
- Mon Aug 22, 2016 11:06 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
I'm not sure what path the upgrade was run in. I ran the upgrade from the GUI. Can I edit sites-enabled and put in nagios.conf?
- Mon Aug 22, 2016 7:20 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
Running configure I get this:
root@Monitor2:~# ./configure --with-httpd-conf=/etc/apache2/sites-enabled
-bash: ./configure: No such file or directory
root@Monitor2:~# ./configure --with-httpd-conf=/etc/apache2/sites-enabled
-bash: ./configure: No such file or directory
- Fri Aug 19, 2016 2:37 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
And here is the Web code that comes up: <?php // Allow specifying main window URL for permalinks, etc. $url = 'main.php'; if (isset($_GET['corewindow'])) { // The default window url may have been overridden with a permalink... // Parse the URL and remove permalink option from base. $a = parse_url($_...
- Fri Aug 19, 2016 2:15 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Re: Nagios Web interface not working after upgrade
Here are my results: Looks like mysql is not installed. [Fri Aug 19 07:35:02.614643 2016] [mpm_prefork:notice] [pid 10445] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations [Fri Aug 19 07:35:02.614675 2016] [core:notice] [pid 10445] AH00094: Command line: '/usr/sbin/apache2' [...
- Fri Aug 19, 2016 8:55 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Web interface not working after upgrade
- Replies: 12
- Views: 14265
Nagios Web interface not working after upgrade
I was running Nagios 4.1.1 on Ubuntu 14.04. After upgrading to 16.04 I can no longer access the Web interface. All I get is PHP code. From the CLI after running php -v I get The program 'php' is currently not installed. You can install it by typing: apt install php7.0-cli Should I install PHP7? is i...