Offloading NagiosXI database to a remote server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Offloading NagiosXI database to a remote server

Post by Johnsmit »

I have been trying to Offload Database to a remote server, i have followed this doc.
https://assets.nagios.com/downloads/nag ... Server.pdf

but while working on page 13 of this doc,

Code: Select all

Edit settings.php
The /var/www/html/nagiosql/config/settings.php file needs to be updated, for safety reasons its
a good idea to make a backup first:
cd /var/www/html/nagiosql/config/
cp settings.php settings.php.bak
I cant find the folder as well as the file on Nagios server, i am prompting no file or directory.

Code: Select all

cd /var/www/html/nagiosql/config/
-bash: cd: /var/www/html/nagiosql/config/: No such file or directory
Any help will be appreciated.

Thank,
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Offloading NagiosXI database to a remote server

Post by npolovenko »

@Johnsmit, New versions of XI do not have that file. You can skip that step and continue on with the tutorial.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked