Issue deploying dashboards
Issue deploying dashboards
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.
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.
Re: Issue deploying dashboards
Please add this to /etc/httpd/conf/httpd.conf:
Then restart apache and try again:
Let us know if that resolves it.
Code: Select all
LimitRequestLine 100000
LimitRequestFieldSize 100000
Code: Select all
systemctl restart httpd
Re: Issue deploying dashboards
Is there a specific part that this should be added to?
Re: Issue deploying dashboards
Just at the bottom is fine.
Re: Issue deploying dashboards
I made the change and reloaded httpd. The issue still exists.
Re: Issue deploying dashboards
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
Re: Issue deploying dashboards
The ZIP was sent to you in a PM per our IT Security policy.
Re: Issue deploying dashboards
Try adding them above this line:
At the bottom of this file:
Then restart apache and try again:
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/
Code: Select all
</VirtualHost>
Code: Select all
/etc/httpd/conf.d/ssl.conf
Code: Select all
systemctl restart httpd
https://support.nagios.com/tickets/
Re: Issue deploying dashboards
That worked! Thank you! Please feel free to close the ticket.
Re: Issue deploying dashboards
Great!! .... locking thread ... 
