Ad Widget

Collapse

SNMP Timeout while connecting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fognar
    Junior Member
    • Dec 2018
    • 13

    #1

    SNMP Timeout while connecting

    Intro
    I am attempting to add monitoring of a Cisco UCS to Zabbix but am getting a timeout while connecting error even though I can successfully run an snmpwalk command from my zabbix server.
    Environment
    I have my Zabbix environment running in a standard set of docker containers using the official sql images
    What I've tried
    I am able to use the following command from the docker host and receive results(Actual IP's and community string have been changed for privacy)
    Code:
    snmpwalk -v2c -c communitystring 192.168.1.100
    and how I have it configured in Zabbix.
    Click image for larger version  Name:	Screenshot 2020-12-08 090831.jpg Views:	0 Size:	24.4 KB ID:	414808



    My observations
    When I run the given snmpwalk command, it takes almost a full 60 seconds for all of the output to be returned. If I could I would adjust the snmp timeout, but it looks like the docker version doesn't include a ENV variable to adjust SNMP timeout, unless I am missing something.

    Any help or advice on other things I can try are appreciated.
Working...