Search found 13 matches
- Wed Jan 14, 2015 12:35 pm
- Forum: Nagios XI
- Topic: How to modify new account notification email content
- Replies: 3
- Views: 750
Re: How to modify new account notification email content
Thank you. I'll try that
- Wed Jan 14, 2015 11:57 am
- Forum: Nagios XI
- Topic: How to modify new account notification email content
- Replies: 3
- Views: 750
How to modify new account notification email content
Does anyone know how we can modify the content of the new account creation notification email that users receive? The IP address of the linux server where NAGIOS XI is installed has changed to a different IP address but the email notification for the newly created account that the new user receive s...
- Mon Nov 17, 2014 4:54 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
OK. Thanks. I compared the cksum of the two packages they are the same package. #cksum /var/tmp/xi-2014r2.0.tar.gz 3304393585 40416130 /var/tmp/xi-2014r2.0.tar.gz #cksum /tmp/xi-latest.tar.gz 3304393585 40416130 /tmp/xi-latest.tar.gz I successfully ran the fullinstall after the uninstall. I saw some...
- Mon Nov 17, 2014 3:51 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
The uninstall script was run successfully see the output below. Can you please verify if this is the latest tar ball? wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz --2014-11-17 07:14:32-- http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz Resolving www-xxx.xxx.xxx... xx...
- Mon Nov 17, 2014 3:16 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
Ok. Thanks for the info about the DB. I tried running the fullinstall again with deinstalling and it failed with the following message: NAGIOSQL LOGIN FAILED! From the log file it looks like it failed at the following reconfigure_nagios.sh line of the E-importnagiosql script called by fullinstall # ...
- Mon Nov 17, 2014 2:27 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
I checked /etc/wgetrc. There was no localhost proxy exclusion. So I added this line and tested it with wget command. The command looks like it's working. However when I reran the reconfigure script it's still failing. This is because the MySQL nagiosxi DB is still missing mysql> show databases; +---...
- Mon Nov 17, 2014 2:03 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
Yes. Otherwise the previous installation would have failed completely I think. #grep proxy /etc/wgetrc https_proxy = http://www-xxx.xxx.xxx.xx:8080/ http_proxy = http://www-xxx.xxx.xxx.xx:8080/ ftp_proxy = http://www-xxx.xxx.xxx.xx:8080/ # If you do not want to use proxy at all, set this to off. #us...
- Mon Nov 17, 2014 10:40 am
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
Hi I tried running the script after removing those files you mentioned but got the following error below Proxy request sent, awaiting response... 403 Forbidden 2014-11-17 01:36:15 ERROR 403: Forbidden. NAGIOSQL LOGIN FAILED! I noticed the script calls import_nagiosql.sh which in turn calls nagiosql_...
- Fri Nov 14, 2014 5:26 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
I found out from WIKI NAGIOS Support about the script restore_default.sh. When I tried to run the script I found out there was an issue with the MySQL root password. So after I fixed the MySQL root issue, I deleted and write the configuration files again and this time I got a new error during the ve...
- Fri Nov 14, 2014 2:25 pm
- Forum: Nagios XI
- Topic: NAGIOS XI new install issue
- Replies: 18
- Views: 5689
Re: NAGIOS XI new install issue
I also saw a red star next to the apply configuration link on CCM menu and when I hovered the mouse on the link I saw the following message: There are modifications to object that have not been applied yet. Apply configuration for the new changes to take effect. And when I clicked on apply I saw the...