hello,
I using Zabbix 5.0 and ubuntu 20, i tried set traps (snmptrapd, perl script, snmpfallback item) -> https://zabbix.org/wiki/Start_with_SNMP_traps_in_Zabbix
But it does not work, perl script dont make any tmp file with traps so any triggers are fired and zabbix dont know anything about sent traps.
I think that problem could be in snmptrapd itself, whe i tried this command:
Last login: Mon Jun 8 04:58:50 2020 from 10.100.100.197
zabbix5@zabbix5-virtual-machine:~$ service snmptrapd status
● snmptrapd.service - Simple Network Management Protocol (SNMP) Trap Daemon.
Loaded: loaded (/lib/systemd/system/snmptrapd.service; disabled; vendor preset: enabled)
Active: active (running) since Mon 2020-06-08 05:47:08 EDT; 4h 19min ago
Main PID: 4815 (snmptrapd)
Tasks: 1 (limit: 4657)
Memory: 2.2M
CGroup: /system.slice/snmptrapd.service
└─4815 /usr/sbin/snmptrapd -LOw -f -p /run/snmptrapd.pid
Jun 08 05:47:08 zabbix5-virtual-machine systemd[1]: Started Simple Network Management Protocol (SNM>
Jun 08 05:47:08 zabbix5-virtual-machine snmptrapd[4815]: unknown snmp version 193
lines 1-11/11 (END)
I can see that deamon is active and running - good message, but at the same time there is error message "unknown snmp version 193" i can poll devices and recieve data so SNMP itself working, do anyone have some idea what could be wrong when i recieving message "unknown snmp version 193" ?
Thank you in advance
Filip
I using Zabbix 5.0 and ubuntu 20, i tried set traps (snmptrapd, perl script, snmpfallback item) -> https://zabbix.org/wiki/Start_with_SNMP_traps_in_Zabbix
But it does not work, perl script dont make any tmp file with traps so any triggers are fired and zabbix dont know anything about sent traps.
I think that problem could be in snmptrapd itself, whe i tried this command:
Last login: Mon Jun 8 04:58:50 2020 from 10.100.100.197
zabbix5@zabbix5-virtual-machine:~$ service snmptrapd status
● snmptrapd.service - Simple Network Management Protocol (SNMP) Trap Daemon.
Loaded: loaded (/lib/systemd/system/snmptrapd.service; disabled; vendor preset: enabled)
Active: active (running) since Mon 2020-06-08 05:47:08 EDT; 4h 19min ago
Main PID: 4815 (snmptrapd)
Tasks: 1 (limit: 4657)
Memory: 2.2M
CGroup: /system.slice/snmptrapd.service
└─4815 /usr/sbin/snmptrapd -LOw -f -p /run/snmptrapd.pid
Jun 08 05:47:08 zabbix5-virtual-machine systemd[1]: Started Simple Network Management Protocol (SNM>
Jun 08 05:47:08 zabbix5-virtual-machine snmptrapd[4815]: unknown snmp version 193
lines 1-11/11 (END)
I can see that deamon is active and running - good message, but at the same time there is error message "unknown snmp version 193" i can poll devices and recieve data so SNMP itself working, do anyone have some idea what could be wrong when i recieving message "unknown snmp version 193" ?
Thank you in advance
Filip
Comment