Hello,
Is there any manual on how to setup SNMP traps in Zabbix 5.0?
I have follow this procedure
https://www.zabbix.com/documentation...types/snmptrap
but while starting the snmptt service I receive the below error:
Thank you
Is there any manual on how to setup SNMP traps in Zabbix 5.0?
I have follow this procedure
https://www.zabbix.com/documentation...types/snmptrap
but while starting the snmptt service I receive the below error:
HTML Code:
[root@zabbix snmp]# systemctl status snmptt.service -l â— snmptt.service - SNMP Trap Translator (SNMPTT) Loaded: loaded (/usr/lib/systemd/system/snmptt.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2020-07-01 16:46:03 EEST; 1min 1s ago Process: 6305 ExecStart=/usr/sbin/snmptt --daemon (code=exited, status=2) Jul 01 16:46:03 zabbix systemd[1]: Starting SNMP Trap Translator (SNMPTT)... Jul 01 16:46:03 zabbix snmptt[6305]: Can't locate Sys/Syslog.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 12) line 1. Jul 01 16:46:03 zabbix snmptt[6305]: died at /usr/sbin/snmptt line 369. Jul 01 16:46:03 zabbix snmptt[6305]: Could not load Perl module Sys::Syslog! If syslog_system_enable or Jul 01 16:46:03 zabbix snmptt[6305]: syslog_enable is enabled then the Sys::Syslog module is required. Please Jul 01 16:46:03 zabbix snmptt[6305]: see snmptt.html for system requirements. Jul 01 16:46:03 zabbix systemd[1]: snmptt.service: control process exited, code=exited status=2 Jul 01 16:46:03 zabbix systemd[1]: Failed to start SNMP Trap Translator (SNMPTT). Jul 01 16:46:03 zabbix systemd[1]: Unit snmptt.service entered failed state. Jul 01 16:46:03 zabbix systemd[1]: snmptt.service failed. [root@zabbix snmp]# systemctl start snmptt.service Job for snmptt.service failed because the control process exited with error code. See "systemctl status snmptt.service" and "journalctl -xe" for details.
Thank you
Comment