Nagios XI 5.2.0 offline fresh install won't start
Posted: Wed Mar 09, 2016 4:56 pm
I installed Nagios XI 5.2.0 with the offline install instructions and this was done on a minimal install of RHEL 6.7. When I run ./fullinstall, the webpage isn't accessible and when I attempt to start the nagios service I receive the following:
Starting nagios:
Nagios Core 4.1.1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-19-2015
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Error: Cannot open config file '/usr/local/nagios/etc/contacttemplates.cfg' for reading: No such file or directory
Error processing object config files!
***> One or more problems was encountered while processing the config files...
Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed.
service nagios start
Starting nagios:
Nagios Core 4.1.1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 08-19-2015
License: GPL
Website: http://www.nagios.org
Reading configuration data...
Read main config file okay...
Error: Cannot open config file '/usr/local/nagios/etc/contacttemplates.cfg' for reading: No such file or directory
Error processing object config files!
***> One or more problems was encountered while processing the config files...
Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed.
From what I have been reading on the forum from a previous poster (https://support.nagios.com/forum/viewto ... =6&t=31879) you guys had to rebuild the offline tarball... It would seem this is the same issue with this tarball "nagiosxi-5-2.0.el6.x86_64.tar.gz". Any help in this matter will be greatly appreciated.