Skip to content

Infoblox Integration Service

About

This ZenPack provides the ability to model and monitor Infoblox appliances.This ZenPack will automatically discover, model grid members during the modeling of grid master device.

Prerequisite Restriction
Product Zenoss 6.x and higher
Required ZenPacks ZenPacks.zenoss.ZenPackLib >= 2.1.1
ZenPacks.zenoss.PS.Util

Installing

After satisfying the dependency requirements above, install the ZenPack via the command line as per the Zenoss Admin Guide matching your Zenoss version.

Device Classes

  • /Network/Infoblox

Components Modeled

  • DHCP Network
  • DNS Zones
  • Fans
  • Grid
  • Nodes
  • PowerSupplies
  • Services
  • Networks

During modeling of grid master device, all grid member devices will be automatically added to the zenoss. Due to the fact that only after modeling devices the grid master will be determined, in order to enable Network component grid master should be modeled twice.

Modelers

  • Generic

    • zenoss.snmp.InterfaceMap
    • zenoss.snmp.DeviceMap
  • InfobloxDevice

    • zenoss.snmp.InfoBloxGridMap
    • zenoss.snmp.DnsZoneMap
    • zenoss.cmd.InfobloxLicense
    • zenoss.snmp.InfoBloxDHCPMap
    • zenoss.snmp.InfoBloxNodeMap
    • zenoss.snmp.InfobloxDevice
    • zenoss.http.InfobloxNetwork

Device / Component Metrics

  • InfobloxDevice Device
    • CPU Usage
    • Memory Usage
    • DNS hit ratio
    • DNS query rate
    • Latency for DNS queries
  • DHCP Network
    • DHCP Utilization
  • DnsZoneMap
    • Successful respones
    • DNS referrals
    • DNS queries statistics
    • Recursive queries
    • Failed queries
  • Fan
    • Status
  • Node
    • CPU Temperature
    • System Temperature
    • Disk Usage
    • Database capacity usage
  • Power Supply
    • Status
  • Service
    • Status
  • InfobloxNetwork
    • IPAM Utilization
  • InfobloxNtpPeer
    • offset
    • jitter

Thresholds

  • CPU
    • High CPU usage
  • Memory
    • High Memory usage
  • DnsZoneMap
    • high_ibBindZoneSuccess
    • high_ibBindZoneReferral
    • high_ibBindZoneNxDomain
    • high_ibBindZoneNxRRset
    • high_ibBindZoneRecursion
    • high_ibBindZoneFailure
  • Node
    • high_node_cpu_temp
    • high_node_temp
    • high_node_disk_usage
    • high_node_database_capacity
  • DHCP Network
    • high_subnet_utilization
  • Network
    • High utilization
  • NtpPeer
    • High offset
    • High jitter

Configuration

Typical SNMP device configuration.

Modeler plugin zenoss.cmd.InfobloxLicense requires SSH credentials to be set i.e: zCommandUsername, zCommandPassword.

Networks are being monitored via Infoblox WAPI, so zInfobloxWAPIUsername, zInfobloxWAPIPassword, zInfobloxWAPIUseHttps, zInfobloxWAPIPort must be set to correct values.

Change Log

Release 1.0.3

  • Fixes

    • Add check for existing grid members during grid members discovery

Release 1.0.2

  • Fixes

    • Fix for InfoBloxGridMap modeler plugin to work with Version 6.4 and higher

Release 1.0.1

  • Features

    • Use new MibLoader for importing MIBs (required for Version 6.3) New Dependency: Requires ZenPacks.zenoss.PS.Util ZenPack

Release 1.0.0

  • Features
    • Infoblox device modeling and monitoring
    • DHCP Network, DNS Zones, Fans, Grid, Nodes, PowerSupplies, Services, Networks modeling and monitoring
    • Grid members discovery