Need your help on this. After applying any configuration changes, Waiting for configuration verification take a very long time. Sometime almost 40minutes - 60 minutes. Refer image below and notice the scroll bar below, http://i.imgur.com/I52uP.jpg
I've modify php.ini according to FAQ.
Code: Select all
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
; Maximum execution time of each script, in seconds
; http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
max_execution_time = 1800
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://www.php.net/manual/en/info.configuration.php#ini.max-input-time
max_input_time = 1800
; Maximum input variable nesting level
; http://www.php.net/manual/en/info.configuration.php#ini.max-input-nesting-level
;max_input_nesting_level = 64
; Maximum amount of memory a script may consume (128MB)
; http://www.php.net/manual/en/ini.core.php#ini.memory-limit
memory_limit = 1024M
Nagios XI 2011 R3.2
Host : 10432
Service : 12065
Load average: 9.72, 7.19, 6.97
Code: Select all
# free -m
total used free shared buffers cached
Mem: 7870 6807 1062