-
Problem report
-
Resolution: Unresolved
-
Minor
-
6.0.41, 6.0.42
-
Ubuntu 20.04.06 running on a netcup server.
The server has 4 CPU cores and 16GB of RAM.
-
S25-W44/45
-
0.25
Steps to reproduce:
Zabbix Server Config:
LogFile=/var/log/zabbix-server/zabbix_server.log PidFile=/var/run/zabbix/zabbix_server.pid DBName=<DBName> DBUser=<DBUser> DBPassword=<DBPassword> DBSocket=/var/run/mysqld/mysqld.sock CacheSize=500M ValueCacheSize=64M Timeout=4 AlertScriptsPath=/etc/zabbix/alert.d/ FpingLocation=/usr/bin/fping LogSlowQueries=3000 Include=/etc/zabbix/zabbix_server.conf.d/*.conf
There are no config files in /etc/zabbix/zabbix_server.conf.d.
Zabbix Sender:
When we run the following zabbix_sender command the zabbix server receives a SIGSEGV and restart:
zabbix_sender -z '<zabbix-server>' -s '<host>' -k '<item-key>' -o '{"data":[{"{#KEY}":"Value"}, {"{#OTHERKEY}": "OTHERVALUE"}]}'
Right after hitting the zabbix server the SIGSEGV event is logged to the zabbix-server logfile and the zabbix server restarts.
Result:
I attached the objdump and zabbix server log to this report.
The objdump output was larger than 50MB so i compressed the file.
- mentioned in
-
Page Loading...