Search found 10 matches
- Thu Jan 29, 2015 1:36 pm
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
Re: URL Redirection
Thanks. I had already restarted the service. Also restarted the server for the heck of it. Didn't resolve the issue.
- Thu Jan 29, 2015 10:32 am
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
Re: URL Redirection
Made the change. Didn't resolve issue. Still get redirected to https://10.1.1.250nagiosxi without the "/"
- Thu Jan 29, 2015 9:37 am
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
Re: URL Redirection
I have edited /etc/httpd/conf.d/nagiosxi.conf #NameVirtualHost *:443 <VirtualHost *:80> <Directory "/usr/local/nagiosxi/html"> # SSLRequireSSL Options None AllowOverride None Order allow,deny Allow from all Redirect permanent / https:/10.1.1.250/nagiosxi # Order deny,allow # Deny from all ...
- Thu Jan 29, 2015 7:46 am
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
Re: URL Redirection
/etc/httpd/conf.d/nagiosxi.conf <Directory "/usr/local/nagiosxi/html"> # SSLRequireSSL Options None AllowOverride None Order allow,deny Allow from all # Order deny,allow # Deny from all # Allow from 127.0.0.1 # AuthName "Nagios XI" # AuthType Basic # AuthUserFile /usr/local/nagio...
- Wed Jan 28, 2015 3:33 pm
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
Re: URL Redirection
# # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server how to # serve pages over an https connection. For detailing information about these # directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html> # #...
- Tue Jan 27, 2015 3:23 pm
- Forum: Nagios XI
- Topic: URL Redirection
- Replies: 13
- Views: 19941
URL Redirection
I have set up Nagios to run with SSL following this guide: http://assets.nagios.com/downloads/nagiosxi/docs/Configuring-SSL-with-Nagios%20XI.pdf I have one issue with the redirection from http to https: The redirection does not include the "/" between the server name and webpage. For examp...
- Wed Sep 18, 2013 6:56 am
- Forum: Open Source Nagios Projects
- Topic: SMTP Mailer said: Language string failed to load
- Replies: 8
- Views: 3806
Re: SMTP Mailer said: Language string failed to load
There was an authentication issue when Nagios was sending through the SMTP replay. The issue was not related to Nagios at all. The error messages when sending test emails through Nagios were Language string failed to load which threw me off. Thank you all for your help and advice. This issue was bee...
- Thu Sep 12, 2013 7:22 am
- Forum: Open Source Nagios Projects
- Topic: SMTP Mailer said: Language string failed to load
- Replies: 8
- Views: 3806
Re: SMTP Mailer said: Language string failed to load
The following is from "tail -25 /var/log/maillog" as suggested: [root@ssc-ups /]# tail -25 /var/log/maillog Sep 12 08:00:04 ssc-ups postfix/pickup[1385]: 4903646F6: uid=0 from=<root> Sep 12 08:00:04 ssc-ups postfix/cleanup[4468]: 4903646F6: message-id=<20130912120004.4903646F6@ssc-ups.xxx....
- Tue Sep 10, 2013 6:39 am
- Forum: Open Source Nagios Projects
- Topic: SMTP Mailer said: Language string failed to load
- Replies: 8
- Views: 3806
Re: SMTP Mailer said: Language string failed to load
@SReinhardt: I am using English. I ran the code you provided (Thank you) and I believe the code ran successfully, but it did not resolve the issue. @Abrist: There are only letters and numbers in the SMTP password. I have only configured the email/SMTP settings within the web interface of Nagios whic...
- Mon Sep 09, 2013 10:13 am
- Forum: Open Source Nagios Projects
- Topic: SMTP Mailer said: Language string failed to load
- Replies: 8
- Views: 3806
SMTP Mailer said: Language string failed to load
Email notifications cannot send. I have configured email notifications to be sent via SMTP. I have verified that the SMTP settings within the web interface in system config\manage email settings\mail settings page. When I send a test email, I receive the following error: Mailer said: Language string...