Search found 15 matches

by stewlg
Sun Nov 04, 2018 11:20 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

My next issue is that NRPE has stopped working for many of my hosts. For example, here's an selection from an Asterisk server that hasn't been changed but can't be reached via NRPE: InnocentHostDriveby.PNG I'm getting errors like: CHECK_NRPE: (ssl_err != 5) Error - Could not complete SSL handshake w...
by stewlg
Sun Nov 04, 2018 10:56 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

Aha, I figured it out. I had two versions of php7.x enabled in Apache, 7.0 and 7.2. So I disabled 7.0 root@griffin:/var/log/apache2# cd /etc/apache2/mods-enabled/ root@griffin:/etc/apache2/mods-enabled# ls -alg total 8 drwxr-xr-x 2 root 4096 Nov 4 07:42 . drwxr-xr-x 9 root 4096 Nov 4 07:36 .. .... l...
by stewlg
Sun Nov 04, 2018 10:47 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

I tried to enable php7.2 on my own; now I get this: root@griffin:/var/log/apache2# a2enmod php7.2 Considering dependency mpm_prefork for php7.2: Considering conflict mpm_event for mpm_prefork: Considering conflict mpm_worker for mpm_prefork: Module mpm_prefork already enabled Considering conflict ph...
by stewlg
Sat Nov 03, 2018 1:05 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

Even though these seem to be installed somehow it appears you do not have php active for apache2, lets run the following echo '<?php phpinfo( ); ?>' > /usr/local/nagios/share/info.php then try to go to the following address in your browser http://YOUR_HOST/nagios/info.php do you get anything displa...
by stewlg
Tue Oct 30, 2018 10:52 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

libapache2-mod-php appears to already be installed: root@griffin:~# apt install libapache2-mod-php Reading package lists... Done Building dependency tree Reading state information... Done libapache2-mod-php is already the newest version (1:7.2+60ubuntu1). 0 upgraded, 0 newly installed, 0 to remove a...
by stewlg
Fri Oct 26, 2018 7:49 pm
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

Re: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgr

Yes, PHP is already installed:

Code: Select all

root@griffin:~# apt-get install php
Reading package lists... Done
Building dependency tree       
Reading state information... Done
php is already the newest version (1:7.2+60ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
root@griffin:~# 
by stewlg
Mon Oct 22, 2018 1:06 am
Forum: Open Source Nagios Projects
Topic: "URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade
Replies: 10
Views: 12787

"URL /nagios/< was not found" after Ubuntu 18.04.01 upgrade

Upgrading to Ubuntu 18.04.1 broke my Nagios installation. https://i.postimg.cc/d1HbFx4W/Broken-Nagios-Screenshot.png Fair warning, this is a venerable installation, running back 5+ years at least, so there may be some odd leftovers of prior versions or setups, although I've done my best to clean the...
by stewlg
Tue Nov 18, 2014 11:16 am
Forum: Open Source Nagios Projects
Topic: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.04
Replies: 15
Views: 6014

Re: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.

Your example was not directly helpful, but your deliberate tour of my configuration made me observe my configuration with more attention. I think all my issues were due to my Nagios 3.x installation, which was still partly cross-wired with my Nagios 4 installation. I think this nascent problem flare...
by stewlg
Mon Nov 17, 2014 12:29 am
Forum: Open Source Nagios Projects
Topic: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.04
Replies: 15
Views: 6014

Re: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.

nagios3.conf: # apache configuration for nagios 3.x # note to users of nagios 1.x and 2.x: # throughout this file are commented out sections which preserve # backwards compatibility with bookmarks/config for older nagios versios. # simply look for lines following "nagios 1.x:" and "na...
by stewlg
Sun Nov 16, 2014 7:59 pm
Forum: Open Source Nagios Projects
Topic: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.04
Replies: 15
Views: 6014

Re: Unable to login to Nagios 4.0.2 after Ubuntu upgrade 14.

Here you go: root@griffin:~# ls -al /etc/apache2/conf-enabled/ total 8 drwxr-xr-x 2 root root 4096 Oct 6 22:24 . drwxr-xr-x 9 root root 4096 Oct 6 22:23 .. lrwxrwxrwx 1 root root 30 Oct 6 22:23 charset.conf -> ../conf-available/charset.conf lrwxrwxrwx 1 root root 28 Oct 6 22:23 httpd.conf -> ../conf...