Federated Nagios XI - Solution in comments

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kevinmjacobsen
Posts: 34
Joined: Thu Oct 13, 2016 8:25 am
Location: Remote

Federated Nagios XI - Solution in comments

Post by kevinmjacobsen »

Hi all,

Environment - Nagios XI 5.4.3
Linux Distribution and version? CentOS
32 or 64bit? 64bit
VMware Image or Manual Install of XI? OVA
Are there special configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? Proxy yes

1 Federated "Hub" inbound inbound NRDP server
12 outbound NRDP Nagios XI systems monitoring about 500 hosts/each.

There are two issues I guess I'd like some guidance on for this setup.

1 - Number of unconfigured objects is so large we can't select all and configure (get a URI to long apache message). We'd love to have a CLI method or API method to quickly add the hosts. GUI locks up even if you add one unconfigured objects. We are setting these to - Don't send any notifications and only Myself for notification. Then we click finish.

2 - Even when adding a few at a time we are not seeing update to hosts or service status summary numbers.

Any guidance or help is greatly appreciated.

Kevin
Last edited by kevinmjacobsen on Wed May 10, 2017 10:17 pm, edited 1 time in total.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Federated Nagios XI

Post by tgriep »

There is not a way to add the unconfigured objects to the system using the API of CLI, it is a manual process.

The URI too long error can be fixed by editing the following file on the Nagios server

Code: Select all

/etc/httpd/conf/httpd.conf
Add this line to the bottom of that file.

Code: Select all

LimitRequestLine 100000
Save the file and restart the Apache process by running

Code: Select all

service httpd restart
That should fix both of the issues when you are configuring the unconfigured objects.
Be sure to check out our Knowledgebase for helpful articles and solutions!
kevinmjacobsen
Posts: 34
Joined: Thu Oct 13, 2016 8:25 am
Location: Remote

Re: Federated Nagios XI

Post by kevinmjacobsen »

I had edited that and also php.ini to increase timeouts from default 30 to 60.

Both items allowed system to add nodes. Currently at 4453 hosts (30 pending) and 18153 services (583 pending).

Thanks for the feedback.

Kevin
Locked