Offloading MySQL and usign Nagvis

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cwscribner
Posts: 316
Joined: Thu Mar 31, 2011 9:54 am
Location: Patten, ME
Contact:

Offloading MySQL and usign Nagvis

Post by cwscribner »

Hi all.

I'm going to be offloading MySQL to a second server shortly. I'm using Nagvis for its mapping capabilities on my Nagios XI server which currently also has the database.

If I offload the database to a second server, what should I do with Nagvis to keep the communication active and up to date?

Should it be moved to the second server holding the database?

If it should be moved, will the plugin that incorporates Nagvis into the XI interface still work?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Offloading MySQL and usign Nagvis

Post by mguthrie »

I believe NagVis has Db settings that allow you to specify the DB host, port number, and credentials. It should let you point to a server offsite.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Offloading MySQL and usign Nagvis

Post by nscott »

You'll need to make sure that you installed NagVis with the ndo backend if you haven't already. Then you should edit the config nagvis/etc/nagvis.ini.php starting at 302 with your values for your database. If you're using a different backend then that'll be a different animal. Also, I'm looking for NagVis's own database. From my understanding NagVis just uses Nagios's database and never creates a database of its own.
Nicholas Scott
Former Nagios employee
Locked