Apply configuration hanging
Posted: Thu Jan 05, 2012 4:41 pm
And if I manually run the reconfigure_nagios.sh script:
And never goes past awaiting response... It will just site there until the end of days.
I've got the php resource limits at:
max_execution_time = 60
max_input_time = 60
memory_limit = 256M
I tried doubling them just to see if it would help, and no difference. Still hangs at the "Waiting for configuration verification......." with infinite ................'s
If you need some other information, just let me know and I'll pull it.
Code: Select all
[root@localhost scripts]# ./reconfigure_nagios.sh
URL: http://localhost/nagiosql/index.php
CMDLINE
/usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies http://localhost/nagiosql/index.php --no-check-certificate --post-data 'Submit=Login&tfUsername=nagiosxi&tfPassword=ijec4i' -O nagiosql.login--2012-01-05 15:31:53-- http://localhost/nagiosql/index.php
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://localhost/nagiosql/admin.php [following]
--2012-01-05 15:31:54-- http://localhost/nagiosql/admin.php
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5286 (5.2K) [text/html]
Saving to: `nagiosql.login'
100%[====================================================================================================>] 5,286 --.-K/s in 0s
2012-01-05 15:31:54 (466 MB/s) - `nagiosql.login' saved [5286/5286]
LOGIN SUCCESSFUL!
IMPORTING CONFIG FILES...URL: http://localhost/nagiosql/admin/import.php
Array
(
)
SETUID ROOT OK
RESETTING PERMS
URL: http://localhost/nagiosql/index.php
CMDLINE
/usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies http://localhost/nagiosql/index.php --no-check-certificate --post-data 'Submit=Login&tfUsername=nagiosxi&tfPassword=ijec4i' -O nagiosql.login--2012-01-05 15:31:58-- http://localhost/nagiosql/index.php
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://localhost/nagiosql/admin.php [following]
--2012-01-05 15:31:58-- http://localhost/nagiosql/admin.php
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5286 (5.2K) [text/html]
Saving to: `nagiosql.login'
100%[====================================================================================================>] 5,286 --.-K/s in 0s
2012-01-05 15:31:58 (491 MB/s) - `nagiosql.login' saved [5286/5286]
LOGIN SUCCESSFUL!
URL: http://localhost/nagiosql/admin/verify.php
CMDLINE:
/usr/bin/wget --load-cookies=nagiosql.cookies http://localhost/nagiosql/admin/verify.php --no-check-certificate --post-data 'writeMonitoring=Go' -O nagiosql.export.monitoring
--2012-01-05 15:31:58-- http://localhost/nagiosql/admin/verify.php
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response...
I've got the php resource limits at:
max_execution_time = 60
max_input_time = 60
memory_limit = 256M
I tried doubling them just to see if it would help, and no difference. Still hangs at the "Waiting for configuration verification......." with infinite ................'s
If you need some other information, just let me know and I'll pull it.