Back to the list of connectors

Fujitsu-Siemens Serverview (WBEM)

Description

This connector provides hardware monitoring through the Fujitsu-Siemens Serverview WBEM Agent (ESX) which supports almost all Fujitsu-Siemens PRIMERGY servers.

Connector ID: ServerviewWBEM

This connector supersedes:

Target

Typical platform: Fujitsu-Siemens PRIMERGY

Operating systems: Linux, Out-of-Band

Prerequisites

Leverages: Fujitsu-Siemens Serverview WBEM Agent

Technology and protocols: WBEM

Examples

CLI

hws HOSTNAME -t linux -f ServerviewWBEM --wbem -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: linux
  selectedConnectors: [ ServerviewWBEM ] # Optional, to load only this connector
  wbem:
    protocol: https
    port: 5989
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

The Fujitsu-Siemens Serverview (WBEM) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Linux or Out-of-Band
  • The WBEM query below to the managed host succeeds:
    • Namespace: root/SVS
    • WQL Query: SELECT Caption FROM SVS_PGYComputerSystem

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • serial_number
  • type
  • vendor
Processor
  • hw.cpu.speed
  • 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.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
    Memory Module
    • hw.memory.limit
    • hw.status{hw.type="memory",state="ok|degraded|failed"}
    • hw.status{hw.type="memory",state="present"}
    • model
    • serial_number
    • type
    • vendor
    Power Supply
    • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
    • hw.status{hw.type="power_supply",state="present"}
      Temperature Sensor
      • hw.status{hw.type="temperature",state="present"}
      • hw.temperature
      • hw.temperature.limit{limit_type="high.critical"}
        Voltage Sensor
        • hw.status{hw.type="voltage",state="ok|degraded|failed"}
        • hw.status{hw.type="voltage",state="present"}
        • hw.voltage
          No results.