Postgres

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Postgres

Post by WillemDH »

Hello,

Why is Postgres installed when installing latest Nagios XI fullinstall script. I thought all settings were migrated to MariaDB?

Grtz

Willem
You do not have the required permissions to view the files attached to this post.
Nagios XI 5.8.1
https://outsideit.net
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Postgres

Post by rkennedy »

I ran a clean install, and can confirm this as well.

Code: Select all

[root@centos7 nagiosxi]# rpm -qa | grep postgres
postgresql-libs-9.2.18-1.el7.x86_64
postgresql-server-9.2.18-1.el7.x86_64
postgresql-9.2.18-1.el7.x86_64
I was able to track it down to here -

Code: Select all

./nagiosxi/install.log:--> Processing Dependency: postgresql-libs for package: nagiosxi-deps-el7-5.4.1-1.noarch
./nagiosxi/install.log:--> Processing Dependency: postgresql-server for package: nagiosxi-deps-el7-5.4.1-1.noarch
I'll bring this up for discussion - thanks for pointing it out Willem!
Former Nagios Employee
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Postgres

Post by WillemDH »

So it is perfectly safe to remove these packages?
Nagios XI 5.8.1
https://outsideit.net
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Postgres

Post by dwhitfield »

Yes, assuming you use yum remove --nodeps packagename

If you want to be sure postgres isn't running you can just see if ps -A | grep postgres returns anything (other postgres tests are available)
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Postgres

Post by dwhitfield »

I created Bug Report 10907 for this issue.
Locked