Re: Not able to apply configuration after Mysql Offload
Posted: Wed Feb 10, 2016 6:40 am
ndo2db.cfg look OK. I made it look like what the Nagios XI - Offloading MySQL to Remote Server document said.
nmap command:
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-10 01:28 EST
Nmap scan report for 192.168.7.80
Host is up (0.000088s latency).
Not shown: 997 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.3 (protocol 2.0)
111/tcp open rpcbind 2-4 (RPC #100000)
3306/tcp open mysql MySQL 5.7.10
One thing I am curious about, it seems you still need to have mysqld running on the nagios XI server even though you have offloaded to a remote MySQL server. The document says to only create two databases, one called "nagios" the other " nagiosql" and then a mysqldump from the original server of the two databases nagios and nagiosql. The main reason I need to offload is the that Nagios is using a very old version of MySQl 5.1.73 which fails all the IA security findings. Why does nagios still use such an old version. I performed and offload install using Nagios XI 5.2.3 so I would think they should include the latest MySQL. Starting not to like Nagios.....
nmap command:
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-10 01:28 EST
Nmap scan report for 192.168.7.80
Host is up (0.000088s latency).
Not shown: 997 closed ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.3 (protocol 2.0)
111/tcp open rpcbind 2-4 (RPC #100000)
3306/tcp open mysql MySQL 5.7.10
One thing I am curious about, it seems you still need to have mysqld running on the nagios XI server even though you have offloaded to a remote MySQL server. The document says to only create two databases, one called "nagios" the other " nagiosql" and then a mysqldump from the original server of the two databases nagios and nagiosql. The main reason I need to offload is the that Nagios is using a very old version of MySQl 5.1.73 which fails all the IA security findings. Why does nagios still use such an old version. I performed and offload install using Nagios XI 5.2.3 so I would think they should include the latest MySQL. Starting not to like Nagios.....