It seems I need sometime to familiar the Naigos XI.
BTW, Do you know what XI stand for? 11?
Search found 26 matches
- Fri Jan 29, 2016 3:30 pm
- Forum: Nagios XI
- Topic: Where to find local mail log for SMTP
- Replies: 7
- Views: 4629
- Fri Jan 29, 2016 2:40 pm
- Forum: Nagios XI
- Topic: Where to find local mail log for SMTP
- Replies: 7
- Views: 4629
Re: Where to find local mail log for SMTP
No record of mail sending in /usr/local/nagiosxi/tmp/phpmailer.log. There is a SMTP failure error (I used wrong email address for sending email).
It seems the place to log the mailing information. Is there any configuration to set up the log level?
It seems the place to log the mailing information. Is there any configuration to set up the log level?
- Fri Jan 29, 2016 12:27 pm
- Forum: Nagios XI
- Topic: Where to find local mail log for SMTP
- Replies: 7
- Views: 4629
Re: Where to find local mail log for SMTP
I just reset password for a test user with 'Email User New Password:' checked. The email has received, but I cannot find any record on both log files (monitored with tail -f command).
BTW, Is there way config the timestamp of records in nagios.log. The default one (Unix timestamp is not readable)
BTW, Is there way config the timestamp of records in nagios.log. The default one (Unix timestamp is not readable)
- Thu Jan 28, 2016 5:03 pm
- Forum: Nagios XI
- Topic: Where to find local mail log for SMTP
- Replies: 7
- Views: 4629
Where to find local mail log for SMTP
Hello,
I config'ed my mail setting to SMTP. I'd like to know where to find log of mail/notification.
Tiger
I config'ed my mail setting to SMTP. I'd like to know where to find log of mail/notification.
Tiger
- Thu Jan 28, 2016 3:13 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
It worked after changing the owner from root to apache. Changing the permission is just for security reason.
Now my NagiosXI is running through HTTPS.
Thank you for working with me on the troubleshooting. You may lock the topic now.
Now my NagiosXI is running through HTTPS.
Thank you for working with me on the troubleshooting. You may lock the topic now.
- Wed Jan 27, 2016 5:14 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
as the settings.php contains credential. i believe it should not be readable to all.
Code: Select all
ls -l /var/www/html/nagiosql/config/settings.php
-rw-r-----. 1 apache apache 146 Jan 27 21:37 /var/www/html/nagiosql/config/settings.php
- Wed Jan 27, 2016 4:40 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
[root@nagiosxi ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.2 (Maipo) It seems the instruction for set up HTTPS is not suitable for the last release. The HTTPS VirtualHost is defined on ssl.conf [root@nagiosxi conf.d]# grep 443 *.conf ssl.conf:Listen 443 https ssl.conf:<Vir...
- Tue Jan 26, 2016 6:59 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
I run the ./fullinstall in a clean Redhat instance after run commamd yum-config-manager --enable rhui-REGION-rhel-server-optional I see MySQL is installed and then install failed after Installed Iptables ............ MySQL installed OK - continuing... Starting MySQL... Redirecting to /bin/systemctl ...
- Tue Jan 26, 2016 6:18 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
I am trying to do the install from scratch.
Is the mysql bound in the tar file? or it is installed through repositories.
Is the mysql bound in the tar file? or it is installed through repositories.
- Tue Jan 26, 2016 5:37 pm
- Forum: Nagios XI
- Topic: Nagios XI HTTPS Issue
- Replies: 30
- Views: 6161
Re: Nagios XI HTTPS Issue
I am redo the System config. In the 'Changing The XI System Time' https://assets.nagios.com/downloads/nagiosxi/docs/Changing_The_XI_System_Time.pdf, it is mentioned restart postgresql and mysqld. Are both database servers are used? It seems mysql is not installed and postgresql is not initialized co...