Search found 5 matches

by jnilsson
Tue Jan 21, 2014 12:10 pm
Forum: Nagios XI
Topic: Distributed NagiosXI with central Configuration manager
Replies: 10
Views: 2542

Re: Distributed NagiosXI with central Configuration manager

Hi, a quick question: If we go with a central XI system and an external MySQL cluster for the DB, whats the limit on the server? I mean, if I have 25 Datacenters and each local Nagios XI server is producing at least 50,000 checks every 5 min. Will there be a limit to what the central server can hand...
by jnilsson
Thu Jan 16, 2014 10:15 am
Forum: Nagios XI
Topic: Distributed NagiosXI with central Configuration manager
Replies: 10
Views: 2542

Re: Distributed NagiosXI with central Configuration manager

Yea that would be great, I would not be hard to see config changes, just add 2 or 3 columns to the tables: last_modified_date, last_modified_by and maybe synced. That way, if the local nagios modifies something, they mark it as local_internal for example. That way you can easly make a query to only ...
by jnilsson
Tue Jan 14, 2014 3:23 pm
Forum: Nagios XI
Topic: Distributed NagiosXI with central Configuration manager
Replies: 10
Views: 2542

Re: Distributed NagiosXI with central Configuration manager

Hi, my idea would be to query the sql tables directly, and then use something like JSON to transfer it to the local Nagios System and then generate the needed config files in the import folder. To know what has been synced and what not, i would create a new DB on the sql server with a few tables (th...
by jnilsson
Tue Jan 14, 2014 3:24 am
Forum: Nagios XI
Topic: Distributed NagiosXI with central Configuration manager
Replies: 10
Views: 2542

Re: Distributed NagiosXI with central Configuration manager

HI, yes we are considering that as a second option, but we would have the issue that there is no centralized configuration option, only links to each sites Nagios Server, correct?
by jnilsson
Mon Jan 13, 2014 4:52 am
Forum: Nagios XI
Topic: Distributed NagiosXI with central Configuration manager
Replies: 10
Views: 2542

Distributed NagiosXI with central Configuration manager

Hi Guys, we are looking at implementing Nagios XI across all our data centers, but are having some issues with the design. I know there already are several posts about distributed installations, but as always there are a few differences in the way we want to do it, so I wanted to make a new post. - ...