Skip to main content

Infoblox Ipam

Plugin: go.d.plugin Module: snmp

Overview

Monitor Infoblox Ipam (network device) with Netdata over SNMP. Netdata recognizes the device automatically by its sysObjectID (recognized across 50 device identifiers) and collects the metrics this profile declares — on top of the generic SNMP baseline — with no manual OID configuration.

Netdata's SNMP collector matches the device to the infoblox-ipam.yaml profile via sysObjectID/sysDescr, then polls the OIDs it declares.

This integration is supported on all platforms.

This integration supports multiple instances configured side-by-side.

Default Behavior

Auto-Detection

Auto-detected as Infoblox Ipam via sysObjectID/sysDescr.

Limits

The default configuration for this integration does not impose any limits.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup

You can configure the snmp collector in two ways:

MethodBest forHow to
UIFast setup without editing filesGo to Nodes → Configure this node → Collectors → Jobs, search for snmp, then click + to add a job.
FileIf you prefer configuring via file, or need to automate deployments (e.g., with Ansible)Edit go.d/snmp.conf and add a job.
important

UI configuration requires paid Netdata Cloud plan.

Prerequisites

SNMP access

SNMP must be enabled on the device and reachable from the Netdata Agent acting as the site's SNMP hub.

Configuration

Options

Configure the SNMP collector with the device hostname and SNMP credentials. See the SNMP collector reference for all options.

via UI

Configure the snmp collector from the Netdata web interface:

  1. Go to Nodes.
  2. Select the node where you want the snmp data-collection job to run and click the (Configure this node). That node will run the data collection.
  3. The Collectors → Jobs view opens by default.
  4. In the Search box, type snmp (or scroll the list) to locate the snmp collector.
  5. Click the + next to the snmp collector to add a new job.
  6. Fill in the job fields, then click Test to verify the configuration and Submit to save.
    • Test runs the job with the provided settings and shows whether data can be collected.
    • If it fails, an error message appears with details (for example, connection refused, timeout, or command execution errors), so you can adjust and retest.

via File

The configuration file name for this integration is go.d/snmp.conf.

The file format is YAML. Generally, the structure is:

update_every: 1
autodetection_retry: 0
jobs:
- name: some_name1
- name: some_name2

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/snmp.conf
Examples

There are no configuration examples.

Alerts

There are no alerts configured by default for this integration.

Metrics

On top of the generic SNMP baseline (the Generic SNMP Device integration — interfaces, system, IP/TCP/UDP, host resources), this Infoblox Ipam profile adds the metrics below. Each is collected only where the device exposes the matching OID — inclusion means the profile requests it; availability depends on the device model and software.

53 metrics in 12 groups; each row is a chart context usable in alerts.

GroupMetrics
DHCP / DDNS1
DNS / DDNS4
DNS / Zone6
Network / Interface4
System / Activity2
System / CPU3
System / Cluster2
System / Disk15
System / Memory12
System / Service1
System / Uptime1
Uncategorized2

DHCP / DDNS

Metric (chart context)UnitScopeDescription
snmp.device_prof_ibDhcpDeferredQueueSize{session}deviceThe size of deferred dynamic DNS update queue

DNS / DDNS

Metric (chart context)UnitScopeDescription
snmp.device_prof_ibDDNSUpdateFailure{update}/sdeviceNumber of failure dynamic DNS update
snmp.device_prof_ibDDNSUpdatePrerequisiteReject{update}/sdeviceNumber of dynamic DNS update rejects due to prerequisite failure
snmp.device_prof_ibDDNSUpdateReject{update}/sdeviceNumber of dynamic DNS update rejects maybe due to permission failure
snmp.device_prof_ibDDNSUpdateSuccess{update}/sdeviceNumber of successful dynamic DNS update

DNS / Zone

Metric (chart context)UnitScopeDescription
snmp.device_prof_ibBindZoneFailure{query}/sper ib_bind_zone_nameNumber of Failed queries since DNS process started
snmp.device_prof_ibBindZoneNxDomain{query}/sper ib_bind_zone_nameNumber of DNS query received for non-existent domain
snmp.device_prof_ibBindZoneNxRRset{query}/sper ib_bind_zone_nameNumber of DNS query received for non-existent record
snmp.device_prof_ibBindZoneRecursion{query}/sper ib_bind_zone_nameNumber of Queries received using recursion since DNS process started
snmp.device_prof_ibBindZoneReferral{referral}/sper ib_bind_zone_nameNumber of DNS referrals since DNS process started
snmp.device_prof_ibBindZoneSuccess{response}/sper ib_bind_zone_nameNumber of Successful responses since DNS process started

Network / Interface

Metric (chart context)UnitScopeDescription
snmp.device_prof_ifAdminStatus{status}per interface, interfaceCurrent administrative state of the interface
snmp.device_prof_ifHighSpeedbit/sper interface, interfaceEstimate of the interface's current bandwidth
snmp.device_prof_ifNumber{interface}deviceNumber of network interfaces regardless of their current state present on this system
snmp.device_prof_ifOperStatus{status}per interface, interfaceCurrent operational state of the interface

System / Activity

Metric (chart context)UnitScopeDescription
snmp.device_prof_hrSystemNumUsers{session}deviceThe number of user sessions for which this host is storing state information. A session is a collection of processes requiring a s…
snmp.device_prof_hrSystemProcesses{process}deviceThe number of process contexts currently loaded or running on this system.

System / CPU

Metric (chart context)UnitScopeDescription
snmp.device_prof_cpu_usage%per cpu_indexThe current CPU utilization
snmp.device_prof_ucd_ssRawContexts{switch}/sdeviceNumber of context switches
snmp.device_prof_ucd_ssRawInterrupts{interrupt}/sdeviceNumber of interrupts processed

System / Cluster

Metric (chart context)UnitScopeDescription
snmp.device_prof_ibNodeQueueFromMaster{session}per ib_node_ip_addressSent queue size from master
snmp.device_prof_ibNodeQueueToMaster{session}per ib_node_ip_addressReceive queue size to master

System / Disk

Metric (chart context)UnitScopeDescription
snmp.device_prof_ucd_diskIOLA1%per ucd_disk_io_deviceThe 1 minute average load of disk (%)
snmp.device_prof_ucd_diskIOLA15%per ucd_disk_io_deviceThe 15 minute average load of disk (%)
snmp.device_prof_ucd_diskIOLA5%per ucd_disk_io_deviceThe 5 minute average load of disk (%)
snmp.device_prof_ucd_diskIONReadXBy/sper ucd_disk_io_deviceThe number of bytes read from this device since boot
snmp.device_prof_ucd_diskIONWrittenXBy/sper ucd_disk_io_deviceThe number of bytes written to this device since boot
snmp.device_prof_ucd_diskIOReads{read}/sper ucd_disk_io_deviceThe number of read accesses from this device since boot
snmp.device_prof_ucd_diskIOWrites{write}/sper ucd_disk_io_deviceThe number of write accesses to this device since boot
snmp.device_prof_ucd_dskAvailByper ucd_dsk_path, ucd_dsk_deviceAvailable space on the disk
snmp.device_prof_ucd_dskErrorFlag{status}per ucd_dsk_path, ucd_dsk_deviceFlag signaling that the disk or partition is under the minimum required space configured for it
snmp.device_prof_ucd_dskPercent%per ucd_dsk_path, ucd_dsk_devicePercentage of space used on disk
snmp.device_prof_ucd_dskPercentNode%per ucd_dsk_path, ucd_dsk_devicePercentage of inodes used on disk
snmp.device_prof_ucd_dskTotalByper ucd_dsk_path, ucd_dsk_deviceTotal size of the disk/partition
snmp.device_prof_ucd_dskUsedByper ucd_dsk_path, ucd_dsk_deviceUsed space on the disk
snmp.device_prof_ucd_ssIORawReceivedBy/sdeviceAmount of data read from disk or other block device
snmp.device_prof_ucd_ssIORawSentBy/sdeviceAmount of data written to disk or other block device

System / Memory

Metric (chart context)UnitScopeDescription
snmp.device_prof_memory_freeBydeviceThe amount of real/physical memory currently unused or available
snmp.device_prof_memory_usage%deviceCurrent Memory usage
snmp.device_prof_ucd_memAvailSwapBydeviceThe amount of swap space currently unused or available
snmp.device_prof_ucd_memBufferBydeviceThe total amount of real or virtual memory currently allocated for use as memory buffers
snmp.device_prof_ucd_memCachedBydeviceThe total amount of real or virtual memory currently allocated for use as cached memory
snmp.device_prof_ucd_memMinimumSwapBydeviceThe minimum amount of swap space expected to be kept free or available during normal operation of this host
snmp.device_prof_ucd_memSharedBydeviceThe total amount of real or virtual memory currently allocated for use as shared memory
snmp.device_prof_ucd_memTotalFreeBydeviceThe total amount of memory free or available for use on this host
snmp.device_prof_ucd_memTotalSwapBydeviceThe total amount of swap space configured for this host
snmp.device_prof_ucd_memoryTotalBydeviceThe total amount of real/physical memory installed on this host
snmp.device_prof_ucd_ssRawSwapInBy/sdeviceAmount of memory swapped in from disk
snmp.device_prof_ucd_ssRawSwapOutBy/sdeviceAmount of memory swapped out to disk

System / Service

Metric (chart context)UnitScopeDescription
snmp.device_prof_ibServiceStatus{status}per ib_service_name, ib_service_descService Status

System / Uptime

Metric (chart context)UnitScopeDescription
snmp.device_prof_systemUptimesdeviceTime since the system was last rebooted or powered on.

Uncategorized

Metric (chart context)UnitScopeDescription
snmp.device_prof_hrStorageSizeByper storage_index, rm:storage_type, rm:storage_alloc_unit
snmp.device_prof_hrStorageUsedByper storage_index, rm:storage_type, rm:storage_alloc_unit

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.