Web UI stop working! ERR_EMPTY_RESPONSE
Re: Web UI stop working! ERR_EMPTY_RESPONSE
I have executed all comands as described - still the same situation.
https://imgur.com/a/Pxqaf
All services related sections doesn't load
https://imgur.com/a/Pxqaf
All services related sections doesn't load
Re: Web UI stop working! ERR_EMPTY_RESPONSE
As for NDOUtils - Message Queue tuning:
I have set first
(initial value was twice smaller for msgmnb and msgmax AND wasn't such parameter as msgmni at all so I have added it)
but nothing has been changed after nagios/ndo2db restart
I have set first
Code: Select all
# cat /etc/sysctl.conf | grep -v "^#"
kernel.msgmnb = 262144000
kernel.msgmax = 262144000
kernel.msgmni = 512000
kernel.shmmax = 4294967295
kernel.shmall = 268435456but nothing has been changed after nagios/ndo2db restart
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Web UI stop working! ERR_EMPTY_RESPONSE
You may be running into https://github.com/maxmind/geoip-api-mo ... /issues/24
Can you PM or attach your /etc/php.ini for review?
Can you PM or attach your /etc/php.ini for review?
Re: Web UI stop working! ERR_EMPTY_RESPONSE
Has been sent
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Web UI stop working! ERR_EMPTY_RESPONSE
Did you check that the entire thing got sent? It seems particularly small. Mine is 1659 lines, but yours is 172 lines. If that's not correct, can you use WinSCP or FileZilla to get me the actual file instead of copy/paste?
Re: Web UI stop working! ERR_EMPTY_RESPONSE
So strange question ...
raw file
excluded newlines and comments starting from ';'
raw file
Code: Select all
[root@nagiosxi ~]# cat /etc/php.ini | wc -l
1796Code: Select all
[root@nagiosxi ~]# cat /etc/php.ini | grep -v '^$\|^\s*\;' | wc -l
172-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Web UI stop working! ERR_EMPTY_RESPONSE
Ok, I've used the same filter for a valid comparison, and we have a lot of differences. It seems like you have a pretty customized setup, so it might be easiest for me to just give you what you've got and you can see if anything stands out to you. I'm mostly suspicious of your MySQL entries, as all the stuff that's not getting loaded is coming from mysql. The 256 on the memory limit could also be a problem. We often have people raise that as high as 1GB.
Code: Select all
[PHP]
engine = On
short_open_tag = Off
asp_tags = Off
precision = 14
y2k_compliance = On
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
disable_classes =
expose_php = On
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = Off
variables_order = "GPCS"
request_order = "GP"
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[Date]
date.timezone = America/Chicago
[filter]
[iconv]
[intl]
[sqlite]
[sqlite3]
[Pcre]
[Pdo]
[Phar]
[Syslog]
define_syslog_variables = Off
[mail function]
SMTP = localhost
smtp_port = 25
sendmail_path = /usr/sbin/sendmail -t -i
mail.add_x_header = On
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[MySQLi]
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.save_path = "/var/lib/php/session"
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = Off
session.bug_compat_warn = Off
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
mssql.secure_connection = Off
[Assertion]
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
[sysvshm]
Re: Web UI stop working! ERR_EMPTY_RESPONSE
There is no results, still the same problem.
But semms that I have some clue.
I can get services list for each host (by clickin on this pictogram):

But I can't do this only over few hosts !
And this are hosts which doesnt load in 'Hostroup Grid' screen!

And the same hosts included in those 'Servicegroup Grid' widgets that doesnt load!
Does it mean something for you?
But semms that I have some clue.
I can get services list for each host (by clickin on this pictogram):

But I can't do this only over few hosts !
And this are hosts which doesnt load in 'Hostroup Grid' screen!

And the same hosts included in those 'Servicegroup Grid' widgets that doesnt load!
Does it mean something for you?
Re: Web UI stop working! ERR_EMPTY_RESPONSE
Is there some way to clear db history data for particular services ?
I need to know whats going right now most of time and if history data clearing resolve this problem I'm ready to accept this loss
I need to know whats going right now most of time and if history data clearing resolve this problem I'm ready to accept this loss
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: Web UI stop working! ERR_EMPTY_RESPONSE
are you still seeing the same error in your logs?IT_dog wrote:I have tried both of db repair script and full db reinstall cycle (with deleting mariadb and dropping dbs from disk)
This is my problem:
(https://imgur.com/a/JCeDs full post)
i don't think it's your php.ini, but rather a variable that isn't parsing properly.
is spinning up a fresh machine, and doing a backup + restore an option for you? may be cleaner and faster at this point.

