I just upgraded to 1.1 beta 1 on Red Hat.
Server and agents all seem to be working fine, but we make extensive use of zabbix_sender in our environment and I'm unable to get it to work after upgrading.
My build does not include snmp (although I'm about to add it just in case that's somehow related) and i'm not statically linking.
./configure --enable-server --with-mysql --enable-agent --prefix=/usr/local/zabbix
When I run ./zabbix_sender localhost 10051 Server.Name key 1
With a valid server and key I get:
Segmentation fault
The only other references I saw to this in the forum was someone stating he was using the wrong parms. But I'm pretty sure I'm adhering to the usage guidelines:
Usage: zabbix_sender <Zabbix server> <port> <server> <key> <value>
If no arguments are given, zabbix_sender expects list of parameters
from standard input.
I'm guessing it's something in the server code or communication. Here are some example runs, server is listening on 10051. 's' is not a valid server and 'k' is not a valid key, but they produce same results as valid servers/keys
[zabbix@localhost bin]$ ./zabbix_sender localhost 10051 s k 1
Segmentation fault
[zabbix@localhost bin]$ ./zabbix_sender localhost 10058 s k 1
[zabbix@localhost bin]$
Please help!
Server and agents all seem to be working fine, but we make extensive use of zabbix_sender in our environment and I'm unable to get it to work after upgrading.
My build does not include snmp (although I'm about to add it just in case that's somehow related) and i'm not statically linking.
./configure --enable-server --with-mysql --enable-agent --prefix=/usr/local/zabbix
When I run ./zabbix_sender localhost 10051 Server.Name key 1
With a valid server and key I get:
Segmentation fault
The only other references I saw to this in the forum was someone stating he was using the wrong parms. But I'm pretty sure I'm adhering to the usage guidelines:
Usage: zabbix_sender <Zabbix server> <port> <server> <key> <value>
If no arguments are given, zabbix_sender expects list of parameters
from standard input.
I'm guessing it's something in the server code or communication. Here are some example runs, server is listening on 10051. 's' is not a valid server and 'k' is not a valid key, but they produce same results as valid servers/keys
[zabbix@localhost bin]$ ./zabbix_sender localhost 10051 s k 1
Segmentation fault
[zabbix@localhost bin]$ ./zabbix_sender localhost 10058 s k 1
[zabbix@localhost bin]$
Please help!
Comment