Hello:
If you use a zabbix_sender to transmit data to an exception to zabbix_proxy, the error is reported as follows:
[root@centos-03 bin]# /usr/local/zabbix_agent/bin/zabbix_sender -z 192.168.1.11 -s "Zabbix Proxy" -k api.status -o "123244444123" -vv
zabbix_sender [17088]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000023"}]
Response from "192.168.1.11:10051": "processed: 0; failed: 1; total: 1; seconds spent: 0.000023"
sent: 1; skipped: 0; total: 1
It is normal to use zabbix_sender to transfer data to zabbix_server, and the logs are as follows:
[root@centos-03 bin]# zabbix_sender -z 192.168.1.10 -s "Zabbix server" -k api.status -o "Hello World0404" -vv
zabbix_sender [17110]: DEBUG: answer [{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000077"}]
Response from "192.168.1.10:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000077"
sent: 1; skipped: 0; total: 1
In the official 5.0 manual, I see the introduction of zabbix_sender, is to support the transfer of data to zabbix_server or zabbix_sender, how should I solve it?
DESCRIPTION
zabbix_sender is a command line utility for sending monitoring data to Zabbix server or proxy. On the Zabbix server an item of type Zabbix trapper should be created with corresponding key. Note that incoming values will only be accepted from hosts specified in Allowed hosts field for this item.
zabbix_server (Zabbix) 5.0.10
zabbix_sender (Zabbix) 5.0.9
If you use a zabbix_sender to transmit data to an exception to zabbix_proxy, the error is reported as follows:
[root@centos-03 bin]# /usr/local/zabbix_agent/bin/zabbix_sender -z 192.168.1.11 -s "Zabbix Proxy" -k api.status -o "123244444123" -vv
zabbix_sender [17088]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000023"}]
Response from "192.168.1.11:10051": "processed: 0; failed: 1; total: 1; seconds spent: 0.000023"
sent: 1; skipped: 0; total: 1
It is normal to use zabbix_sender to transfer data to zabbix_server, and the logs are as follows:
[root@centos-03 bin]# zabbix_sender -z 192.168.1.10 -s "Zabbix server" -k api.status -o "Hello World0404" -vv
zabbix_sender [17110]: DEBUG: answer [{"response":"success","info":"processed: 1; failed: 0; total: 1; seconds spent: 0.000077"}]
Response from "192.168.1.10:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000077"
sent: 1; skipped: 0; total: 1
In the official 5.0 manual, I see the introduction of zabbix_sender, is to support the transfer of data to zabbix_server or zabbix_sender, how should I solve it?
DESCRIPTION
zabbix_sender is a command line utility for sending monitoring data to Zabbix server or proxy. On the Zabbix server an item of type Zabbix trapper should be created with corresponding key. Note that incoming values will only be accepted from hosts specified in Allowed hosts field for this item.
- Software version information
zabbix_server (Zabbix) 5.0.10
zabbix_sender (Zabbix) 5.0.9
Comment