Nagios XI Offload MYSQL to a Remote Server
Posted: Mon Dec 04, 2017 10:01 am
I am having issues offloading Mariadb to a remote server
Running Nagios XI version 5-4-11 with Mariadb and no PostgreSQL
Followed the instructions in the document to offload MySQL
- https://assets.nagios.com/downloads/nag ... Server.pdf
The database is successfully offloaded to the remote server and Nagios XI GUI works.
However having issues stopping the mariadb service from loading / running - when I restart the server - the mariadb.service starts again
I have very little Redhat 7 experience - so how do I stop of this service from running.
Have tried the following
- systemctl stop mariadb.service
- systemctl disable mariadb.service
- systemctl --system daemon-reload
- Restart server
But the mariadb service keeps starting !
Also tried removing the mariadb.service from the After line in the /usr/lib/system/system/ndo2db.service
So why do the above systemctl lines not stop the mariadb service from starting or what else is starting it?
Running Nagios XI version 5-4-11 with Mariadb and no PostgreSQL
Followed the instructions in the document to offload MySQL
- https://assets.nagios.com/downloads/nag ... Server.pdf
The database is successfully offloaded to the remote server and Nagios XI GUI works.
However having issues stopping the mariadb service from loading / running - when I restart the server - the mariadb.service starts again
I have very little Redhat 7 experience - so how do I stop of this service from running.
Have tried the following
- systemctl stop mariadb.service
- systemctl disable mariadb.service
- systemctl --system daemon-reload
- Restart server
But the mariadb service keeps starting !
Also tried removing the mariadb.service from the After line in the /usr/lib/system/system/ndo2db.service
So why do the above systemctl lines not stop the mariadb service from starting or what else is starting it?