Ad Widget

Collapse

dockerhub images zabbix/zabbix-snmptraps centos and ubuntu problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • klyubin
    Junior Member
    • May 2021
    • 1

    #1

    dockerhub images zabbix/zabbix-snmptraps centos and ubuntu problem

    zabbix/zabbix-snmptraps images fail to start from version 4.0.28 onwards for ubuntu and centos, for alpine all images are fine, though.

    Command for centos:
    docker run --rm --name zabbix-snmptraps -p 162:1162/udp zabbix/zabbix-snmptraps:centos-4.0.28

    Error:
    couldn't open ȇ��udp6:1162 -- errno 0 ("Success")

    Command for ubuntu:
    docker run --rm --name zabbix-snmptraps -p 162:1162/udp zabbix/zabbix-snmptraps:ubuntu-4.0.28

    Error:
    Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU

Working...