Skip to main content
Version: 6.4

Object Groups

Object Groups organize Objects together which may be implemented by a managed entity. For example, a network interface may contain attributes from the standard interfaces tables, ethernet tables and vendor-specific extension tables. These objects can be organized into a common object group so that they can be easily applied to applicable Device Groups.

The location of the object group definition files is specified by EF_INPUT_SNMP_OBJECT_GROUP_DEFINITIONS_DIRECTORY_PATH in the collectors configuration options. The default location is /etc/elastiflow/snmp/object_groups.

Configuration Example

netif:
objects:
- IF-MIB::system
- IF-MIB::ifEntry
- IF-MIB::ifXEntry
- EtherLike-MIB::dot3StatsEntry
- EtherLike-MIB::dot3ControlEntry
- EtherLike-MIB::dot3PauseEntry
- EtherLike-MIB::dot3HCStatsEntry

objects

Defines a list of Objects which are included in the Object Group.