Hi, I've been trying to create a Zabbix Trapper item without success.
This is what I have so far:
Name: ThisIsATrap
Type: Zabbix trapper
Key: trap
Allowed Hosts: <ip address of machine I am using zabbix_sender to attempt to send data to the trapper>
Applications: General
Then on my machine I am using zabbix_sender -z <ip address of zabbix server> -p 10051 -s "nameOfHostTrapperIsOn" -k trap -o 50
I'm doing this zabbix_sender as a test to see if 50 is output on latest data, and when I run this command I get:
sent: 1; skipped: 0; total: 1
This is the only information received, and under latest data there is no data for 'trap' shown.
Another thing is on my machine when I try and telnet the zabbix server ip address and port or ping it, I'm never able to ping/telnet successfuly.
Is there any part of the configuration or zabbix_sender I am not understanding properly? Please let me know if there's any other information I can supply.
This is what I have so far:
Name: ThisIsATrap
Type: Zabbix trapper
Key: trap
Allowed Hosts: <ip address of machine I am using zabbix_sender to attempt to send data to the trapper>
Applications: General
Then on my machine I am using zabbix_sender -z <ip address of zabbix server> -p 10051 -s "nameOfHostTrapperIsOn" -k trap -o 50
I'm doing this zabbix_sender as a test to see if 50 is output on latest data, and when I run this command I get:
sent: 1; skipped: 0; total: 1
This is the only information received, and under latest data there is no data for 'trap' shown.
Another thing is on my machine when I try and telnet the zabbix server ip address and port or ping it, I'm never able to ping/telnet successfuly.
Is there any part of the configuration or zabbix_sender I am not understanding properly? Please let me know if there's any other information I can supply.
Comment