nicladas wrote:I had thought of that, but "real time" is fairly imperative with this ask. Are we talking milliseconds or seconds with type scenario?
That really depends on your network and disk speeds:
http://serverfault.com/questions/30605/ ... eplication
If you are needing true real-time replication, you need to talk to MIT about getting quantum computing down to a reasonable price point :)
nicladas wrote:Also, am I correct in assuming NDOUtils configuration is what sends all data to the database? Right now, the instance is configured to point to localhost, I'm just wanting to verify that if I changed that hostname that no data whatsoever would be entered into the localhost db anymore and it would all be directed to the new hostname. I ask because if we configure multiple instances of Nagios and point them all to a single db host ( which we would then replicate ), I just want to know whether or not data will live in multiple locations.
Take a look at our doc on offloading the XI database:
https://assets.nagios.com/downloads/nag ... Server.pdf
But basically yes, the
ndo2db.cfg file is where you define where the NDO data goes.
Now, I can't say we would necessarily support multiple XI servers sharing one DB like this, but it should be technically possible. I also need to question what you mean by "all data" - some things like debug logging and of course the RRD files for performance data are not going to end up in the NDO database. You also do not have the XI users or configs handled by NDO.