Search found 6 matches
- Thu Feb 27, 2020 1:38 pm
- Forum: Open Source Nagios Projects
- Topic: LDAP Authentication to web interface
- Replies: 1
- Views: 2068
LDAP Authentication to web interface
Hi All, I am trying to configure apache2 on my ubuntu box to authenticate users via LDAP to the web interface on nagios core. Server: Ubuntu 18.04 LTS Nagios: Core 4.4.5 Apache2: v2.4.29 I have modified the "/etc/apache2/sites-enabled/nagios.conf" file as follows: # SAMPLE CONFIG SNIPPETS ...
- Mon Aug 20, 2018 11:37 am
- Forum: Open Source Nagios Projects
- Topic: ** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
- Replies: 8
- Views: 7730
Re: Nagios Core 4.4.1 - Enable HTTPS for Web GUI
I found the solution. I am going to put what I did to resolve this. In Chrome, I opened the "Inspect" tool and clicked on the "Console" tab and I saw the message below: Refused to display 'https://example.com/nagios/main.php' in a frame because it set 'X-Frame-Options' to 'deny'....
- Mon Aug 20, 2018 11:18 am
- Forum: Open Source Nagios Projects
- Topic: ** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
- Replies: 8
- Views: 7730
Re: Nagios Core 4.4.1 - Enable HTTPS for Web GUI
Yes, I do: 10.x.x.x - nagiosadmin [20/Aug/2018:12:12:49 -0400] "GET /nagios/ HTTP/1.1" 200 5794 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36" 10.x.x.x - nagiosadmin [20/Aug/2018:12:12:49 -...
- Mon Aug 20, 2018 10:39 am
- Forum: Open Source Nagios Projects
- Topic: ** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
- Replies: 8
- Views: 7730
Re: Nagios Core 4.4.1 - Enable HTTPS for Web GUI
I have restarted apache: sudo systemctl restart apache2.service There is not much in the error.log file: [Sun Aug 19 06:25:01.739427 2018] [mpm_prefork:notice] [pid 1199] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.0g configured -- resuming normal operations [Sun Aug 19 06:25:01.739499 2018] [core:n...
- Mon Aug 20, 2018 10:09 am
- Forum: Open Source Nagios Projects
- Topic: ** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
- Replies: 8
- Views: 7730
Re: Nagios Core 4.4.1 - Enable HTTPS for Web GUI
Hi, Yes. 000-default.conf <VirtualHost *:80> #ServerName www.example.com ServerAdmin webmaster@localhost DocumentRoot /var/www/html/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined #RewriteEngine On #RewriteCond %{HTTPS} off #RewriteRule (.*) https://%{HTTP_HOST}...
- Mon Aug 20, 2018 9:48 am
- Forum: Open Source Nagios Projects
- Topic: ** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
- Replies: 8
- Views: 7730
** RESOLVED ** Nagios Core 4.4.1 - Enable HTTPS for Web GUI
Hi All, I have a nagios server that runs on "http://servername/nagios/". I am using Ubuntu 18.04 LTS with Apache for the web server and I'd like to enable HTTPS for the web GUI. Here is what I have done so far: 1. Obtained a valid certificate 2. Configured Apache for SSL and enabled the de...