Back to the list of connectors

Intel Base Board 5 Motherboards

Description

This connector provides hardware monitoring through the Intel Server Manager 8 SNMP Agents under Windows and Linux.

Connector ID: IntelBaseBrd5

This connector supersedes:

Target

Typical platform: Any system with Intel Base Board 5

Operating systems: Microsoft Windows, Linux

Prerequisites

Leverages: Intel Server Manager 8 SNMP Agents

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t win -f IntelBaseBrd5 --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: win
  selectedConnectors: [ IntelBaseBrd5 ] # Optional, to load only this connector
  snmp:
    version: v1 # Read documentation for v2 and v3
    community: public # or probably something more secure

Connector Activation Criteria

The Intel Base Board 5 Motherboards connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • An SNMP Get-Next on the OID 1.3.6.1.4.1.343.2.10.3.5.300.10.1 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • type
Processor
  • hw.cpu.speed.limit{limit_type="max"}
  • hw.status{hw.type="cpu",state="ok|degraded|failed"}
  • hw.status{hw.type="cpu",state="present"}
  • model
  • vendor
Fan
  • hw.fan.limit{limit_type="high.critical"}
  • hw.fan.limit{limit_type="high.degraded"}
  • hw.fan.speed
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • sensor_location
Memory Module
  • hw.memory.limit
  • hw.status{hw.type="memory",state="ok|degraded|failed"}
  • hw.status{hw.type="memory",state="present"}
  • info
  • type
Temperature Sensor
  • hw.status{hw.type="temperature",state="ok|degraded|failed"}
  • hw.status{hw.type="temperature",state="present"}
  • hw.temperature
  • hw.temperature.limit{limit_type="high.critical"}
  • hw.temperature.limit{limit_type="high.degraded"}
  • sensor_location
Voltage Sensor
  • hw.status{hw.type="voltage",state="ok|degraded|failed"}
  • hw.status{hw.type="voltage",state="present"}
  • hw.voltage
  • hw.voltage.limit{limit_type="high.critical"}
  • hw.voltage.limit{limit_type="low.critical"}
  • sensor_location
No results.