Hi all!
I'm trying to receive traps in zabbix but i haven't been able to do so. Because of this, i'm trying to see where the problem is. When checking if zabbix_sender is working i get:
zabbix_sender [1093]: DEBUG: Send to: 'monitor:10052' As: 'trapshost' Key: 'trapsitem' Value: 'Test'
zabbix_sender [1093]: DEBUG: Send data: '<req><host>dHJhcHNob3N0</host><key>dHJhcHNpdGVt</key><data>VGVzdA==</data></req>'
sent: 1; failed: 0; total: 1
when typing:
/opt/sbin/zabbix_sender -vv -z monitor -p 10052 -s trapshost -k trapsitem -o "Test"
However, i don't get anything in zabbix.
Any explanation for my problem with sender???
Thanks.
I'm trying to receive traps in zabbix but i haven't been able to do so. Because of this, i'm trying to see where the problem is. When checking if zabbix_sender is working i get:
zabbix_sender [1093]: DEBUG: Send to: 'monitor:10052' As: 'trapshost' Key: 'trapsitem' Value: 'Test'
zabbix_sender [1093]: DEBUG: Send data: '<req><host>dHJhcHNob3N0</host><key>dHJhcHNpdGVt</key><data>VGVzdA==</data></req>'
sent: 1; failed: 0; total: 1
when typing:
/opt/sbin/zabbix_sender -vv -z monitor -p 10052 -s trapshost -k trapsitem -o "Test"
However, i don't get anything in zabbix.
Any explanation for my problem with sender???
Thanks.
Comment