Back to the list of connectors

Fujitsu-Siemens Serverview (WMI)

Description

This connector provides hardware monitoring through the Fujitsu-Siemens Serverview Agent for Windows which supports almost all Fujitsu-Siemens PRIMERGY servers.

Connector ID: ServerviewWMI

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Fujitsu-Siemens PRIMERGY

Operating system: Microsoft Windows

Prerequisites

Leverages: Fujitsu-Siemens Serverview WBEM Agent

Technology and protocols: WMI

Examples

CLI

hws HOSTNAME -t win -f ServerviewWMI --wmi -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: win
  selectedConnectors: [ ServerviewWMI ] # Optional, to load only this connector
  wmi:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

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

  • Operating System is Microsoft Windows
  • The WMI query below to the managed host succeeds:
    • Namespace: root/svs
    • WQL Query: SELECT ElementName 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.