sync between nagios live server and backupserver

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

sync between nagios live server and backupserver

Post by lntinfo »

Hi,

i have two servers of NagiosXI one is live and second is backup server. now i would want to have backup server should sync with live server. e.g if any changes has been done in live server that is server add, deltete, that should reflet in backup server.
rsync and crontab can be used ?

anyone has done it . please share your views.
thnx in advance.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: sync between nagios live server and backupserver

Post by agriffin »

There are many ways to go about setting up a high availability Nagios solution. We are currently working on testing and documenting a simple solution using DRBD and cron jobs. Other popular solutions include DRBD+Heartbeat, VMware's vMotion, and many others. Some distributed monitoring solutions also incorporate certain aspects of high availability solutions.

Unfortunately I can't help you with any specific setup instructions at this time, but we will have documents available soon that cover this sort of thing. If you figure out something that works for you, please consider sharing it on exchange.nagios.org, because this is something that gets asked a lot and everyone has different requirements for it. We cannot possibly come up with a supported solution that satisfies everyone, so any information you can contribute will make it easier on whoever comes after you.
Locked