Page 1 of 1

Webinterface not showing correctly

Posted: Thu Nov 28, 2013 4:50 am
by peter.romfeld.hk
Hi,

My webinterface acts very strange..
I added new service checks, but I have to reload the WebPage several time until they show up. The new checks are working fine over command-line, they return a echo and exit code. But sometimes they just dont show correctly on the webinterface. The same scripts and configuration is shown correctly in one region(despite that i have to reload the page several times), and not in a other region(same nagios/hosts configuration). I tried incognito-mode to see if its some browser-cache, but the same problem.

Thanks for your Help!
Peter

Re: Webinterface not showing correctly

Posted: Fri Nov 29, 2013 12:18 am
by peter.romfeld.hk
after some kernel tweaking + adding nagios config to limits.d its now working fine
/etc/security/limits.d/20-nagios.conf
## Nagios Limits
nagios hard memlock 128
nagios soft memlock 128
nagios soft nofile 4096
nagios hard nofile 4096
nagios hard nproc 4096
nagios soft nproc 4096
nagios hard stack 20480
nagios soft stack 20480