Skip to main content
Version: 6.2

SNMP Poller

The ElastiFlow Unified SNMP Collector can poll devices for metrics, status and other telemetry using SNMP.

EF_INPUT_SNMP_POLLER_WORKER_POOL_SIZE

When the SNMP poller input is enabled a pool of poller workers is initialized to provide concurrent polling of multiple devices and objects. The default size of this pool is 4 times the number of CPU threads (real cores + HT/SMT threads). This setting allow a specific pool size to be configured.

  • Minimum Value
    • 1
  • Default
    • CPU threads * 4

EF_INPUT_SNMP_DEVICE_DEFINITIONS_DIRECTORY_PATH

This setting specifies the path to the directory where the Device definitions files are located.

  • Default
    • /etc/elastiflow/snmp/devices

EF_INPUT_SNMP_DEVICE_GROUP_DEFINITIONS_DIRECTORY_PATH

This setting specifies the path to the directory where the Device Group definitions files are located.

  • Default
    • /etc/elastiflow/snmp/device_groups

EF_INPUT_SNMP_OBJECT_GROUP_DEFINITIONS_DIRECTORY_PATH

This setting specifies the path to the directory where the Object Group definitions files are located.

  • Default
    • /etc/elastiflow/snmp/object_groups

EF_INPUT_SNMP_OBJECT_DEFINITIONS_DIRECTORY_PATH

This setting specifies the path to the directory where the Object definitions files are located.

  • Default
    • /etc/elastiflow/snmp/objects

EF_INPUT_SNMP_DEFAULTS_DIRECTORY_PATH

This setting specifies the path to the directory where the Device default definition files are located.

  • Default
    • /etc/elastiflow/snmp/defaults

EF_INPUT_SNMP_PERSIST_ENABLE

The ElastiFlow Unified SNMP Collector can persist the discovered inventory of SNMP objects, preventing the need for the inventory to be rebuilt when the collector is restarted. This setting specifies whether this feature is enabled.

  • Valid Values
    • true, false
  • Default
    • true

EF_INPUT_SNMP_PERSIST_DIRECTORY_PATH

When inventory persistence is enabled (EF_INPUT_SNMP_PERSIST_ENABLE is true), this setting specifies the path to the directory where the files will be written.

  • Default
    • /usr/share/elastiflow/snmpcoll