Ad Widget

Collapse

Invalid port number [($SNMP_PORT}]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alphamonk
    Junior Member
    • Feb 2014
    • 4

    #1

    Invalid port number [($SNMP_PORT}]

    I just installed Zabbix 2.2.1. I created a host using the snmp interface. I am receiving a error message from the host saying "Invalid port number [{$SNMP_PORT}]". I configured the host using port 161.

    The snmp walk command works to each of the host I am monitoring with Zabbix. This is the snmpwalk command that I used:
    snmpwalk -v 1 -c some_community_string somehostname.mydomain.com system
    SNMPv2-MIB::sysDescr.0 = STRING: Linux myhostname 2.6.18-238.9.1.el5 #1 SMP Fri Mar 18 12:42:39 EDT 2011 x86_64
    SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
    DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (2532240478) 293 days, 2:00:04.78
    SNMPv2-MIB::sysContact.0 = STRING: Root <[email protected]> (configure /etc/snmp/snmp.local.conf)
    SNMPv2-MIB::sysName.0 = STRING: myhostname
    SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
    SNMPv2-MIB::sysORLastChange.0 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB
    SNMPv2-MIB::sysORID.2 = OID: TCP-MIB::tcpMIB
    SNMPv2-MIB::sysORID.3 = OID: IP-MIB::ip
    SNMPv2-MIB::sysORID.4 = OID: UDP-MIB::udpMIB
    SNMPv2-MIB::sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
    SNMPv2-MIB::sysORID.6 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
    SNMPv2-MIB::sysORID.7 = OID: SNMP-MPD-MIB::snmpMPDCompliance
    SNMPv2-MIB::sysORID.8 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
    SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
    SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for managing TCP implementations
    SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing IP and ICMP implementations
    SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing UDP implementations
    SNMPv2-MIB::sysORDescr.5 = STRING: View-based Access Control Model for SNMP.
    SNMPv2-MIB::sysORDescr.6 = STRING: The SNMP Management Architecture MIB.
    SNMPv2-MIB::sysORDescr.7 = STRING: The MIB for Message Processing and Dispatching.
    SNMPv2-MIB::sysORDescr.8 = STRING: The management information definitions for the SNMP User-based Security Model.
    SNMPv2-MIB::sysORUpTime.1 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.2 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.3 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.4 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.5 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.6 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.7 = Timeticks: (1) 0:00:00.01
    SNMPv2-MIB::sysORUpTime.8 = Timeticks: (1) 0:00:00.01


    There are no errors in my config.log from the installation of Zabbix and I paid particular attention to the logs where they pertain to snmp.

    My last 20 issues box on the dashboard continuously rotate each host through a "Is not reachable error".

    I feel like I have read the manual fully and I just can't image what the problem is at this point.
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    DO you mind to show your Host Configuration page?
    Where you describe Host Name / Interfaces / etc...
    Sincerely yours,
    Aleksey

    Comment

    • alphamonk
      Junior Member
      • Feb 2014
      • 4

      #3
      I am not sure how to add an image but I can type in the entries. This is the information I added to all of my host.

      Hostname - fully quailified host name
      Visible name - host name minus the domain
      Groups - Linux server group
      Agent interface - Leave Blank
      SNMP interface - fully quailified host name
      DNS
      161
      Default
      Monitored by Proxy: No
      Status: Monitored

      Comment

      Working...