Issue deploying dashboards

This support forum board is for questions relating to Nagios Fusion.
Locked
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Issue deploying dashboards

Post by hbouma »

We are attempting to deploy 3 dashboards to our 561 internal users. When we select the dashboards and users, we get an error:

Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.

We are running Nagios Fusion 4.1.9 on a RHEL 7 VM.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issue deploying dashboards

Post by ssax »

Please add this to /etc/httpd/conf/httpd.conf:

Code: Select all

LimitRequestLine 100000
LimitRequestFieldSize 100000
Then restart apache and try again:

Code: Select all

systemctl restart httpd
Let us know if that resolves it.
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Re: Issue deploying dashboards

Post by hbouma »

Is there a specific part that this should be added to?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issue deploying dashboards

Post by ssax »

Just at the bottom is fine.
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Re: Issue deploying dashboards

Post by hbouma »

I made the change and reloaded httpd. The issue still exists.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issue deploying dashboards

Post by ssax »

Please run this command as root and attach the resulting /tmp/HTTPDFILES.zip file:

Code: Select all

zip -r /tmp/HTTPDFILES.zip /etc/httpd/conf/httpd.conf /etc/httpd/conf.d /etc/php.ini
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Re: Issue deploying dashboards

Post by hbouma »

The ZIP was sent to you in a PM per our IT Security policy.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issue deploying dashboards

Post by ssax »

Try adding them above this line:

Code: Select all

</VirtualHost> 
At the bottom of this file:

Code: Select all

/etc/httpd/conf.d/ssl.conf
Then restart apache and try again:

Code: Select all

systemctl restart httpd
If that doesn't resolve it, please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Re: Issue deploying dashboards

Post by hbouma »

That worked! Thank you! Please feel free to close the ticket.
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Issue deploying dashboards

Post by vtrac »

Great!! .... locking thread ... :-)
Locked