Nagios XI Getting error while installing on linux 6.7 (Santi

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nagios999
Posts: 1
Joined: Thu Aug 06, 2015 9:41 am

Nagios XI Getting error while installing on linux 6.7 (Santi

Post by nagios999 »

RESULT=0
Running './3-dbservers'...
PostgresQL installed OK - continuing...
Initializing PostgresQL...
Starting PostgresQL...
Starting postgresql service: [FAILED]
ERROR: Could not start PostgresQL - exiting.
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.



install.log error

Complete!
Fixing php-mcrypt bug...
Prerequisites installed OK
Adding users and groups...
Users and groups added OK
PostgresQL installed OK - continuing...
Initializing PostgresQL...
Starting PostgresQL...
Starting postgresql service: ^[[60G[^[[0;31mFAILED^[[0;39m]^M
ERROR: Could not start PostgresQL - exiting.
"install.log" 1468L, 84142C 1468,1 Bot
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI Getting error while installing on linux 6.7 (S

Post by tgriep »

Could you try and start the postgres database by running the following and see if there are any errors in /var/log/messages or the postgres logs which by default are in this folder /var/lib/pgsql/data/pg_log and post those here?

Code: Select all

service postgresql start
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked