This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
afernandez
Posts: 17 Joined: Mon Sep 23, 2013 4:02 pm
Post
by afernandez » Thu Oct 31, 2013 3:42 pm
grep DBHOST= /root/scripts/automysqlbackup
DBHOST=localhost
# When connecting to localhost as the DB server (DBHOST=localhost) sometimes
afernandez
Posts: 17 Joined: Mon Sep 23, 2013 4:02 pm
Post
by afernandez » Thu Oct 31, 2013 3:47 pm
I just put the output of that command where did it go?
grep DBHOST= /root/scripts/automysqlbackup
DBHOST=192.168.120.39
# When connecting to localhost as the DB server (DBHOST=localhost) sometimes
slansing
Posts: 7698 Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...
Post
by slansing » Thu Oct 31, 2013 4:27 pm
You just designated the address of your offloaded database correct? The script should now look there for your nagios mysql databases when it makes a backup.
slansing
Posts: 7698 Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...
Post
by slansing » Fri Nov 01, 2013 9:41 am
And?