Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-825

Deeper SNMP support - integrate SNMP MIBs directly in zabbix

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • Frontend (F), Server (S)

      Improve monitoring configuration of snmp-devices by better integration of SNMP-MIBs:

      • a installed SNMP-MIB should be selectable while creating/configuring a item
      • a SNMP/MIB browser should ease the selection of OIDs
        (show available names/OIDs)
      • the descriptions of OIDs should displayed
      • the types of the values should be automatically mapped to zabbix types
      • integers which are mappable to status strings should use the definition of the SNMP-MIBs
        see also: http://www.oidview.com/mibs/789/NETWORK-APPLIANCE-MIB.html, example:
        	DESCRIPTION
        				"Clustered Failover configuration settings.
        				 The value notConfigured(1) indicates that the
        				 cluster is not licensed. The thisNodeDead(5)
        				 setting indicates that this node has been 
        				 taken over."
        	::= { cf 1 }
        
        	cfState                         OBJECT-TYPE
        	SYNTAX                          INTEGER {
                                                     dead(1),
                                                     canTakeover(2),
        					     cannotTakeover(3),
                                                     takeover(4)
                                                }
                MAX-ACCESS                      read-only
                STATUS                          current
         
      • automatic mass-creation of zabbix items would be very nice

            alexei Alexei Vladishev
            scoopex Marc Schoechlin
            Votes:
            6 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: