Hi vinh,
all good here, hope the same for you
Actually, the mysql is already used for the Nagios XI config. Postgres is NOT running but I think the customer just wants to be "square" about the security thing. Their tool just connects to the host then finds the /usr/bin/postgres binary and checks for the version.
I've already tried to completely remove the postgres package but I was warned that it is a package required by the nagiosxi package:
Code: Select all
[root@vlrpsysmnt01 bin]# rpm -qa|grep postgres
postgresql-server-9.2.24-7.el7_9.x86_64
postgresql-9.2.24-7.el7_9.x86_64
postgresql-libs-9.2.24-7.el7_9.x86_64
[root@vlrpsysmnt01 bin]# rpm --erase postgresql-server-9.2.24-7.el7_9.x86_64
error: Failed dependencies:
postgresql-server is needed by (installed) nagiosxi-5.7.3-2.el7.x86_64
So.. If I manually update the postgresql packages the nagiosxi will not complain or anything..?
thanks again,
Seb