Skip to main content

Sensors

Sensors

Plugin: windows.plugin Module: GetSensors

Maintained by Netdata

Overview​

This collector monitors sensors on Windows systems.

It uses Sensors API to retrieve available data.

This collector is only supported on the following platforms:

  • windows

This collector only supports collecting metrics from a single instance of this integration.

Default Behavior​

Auto-Detection​

The collector automatically detects all of the metrics, no further configuration is required.

Limits​

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

Performance Impact​

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

Setup​

Prerequisites​

No action required.

Configuration​

Options​

OptionDescriptionDefaultRequired
update everyData collection frequency.1no

via File​

The configuration file name for this integration is netdata.conf. Configuration for this specific integration is located in the [plugin:windows:GetSensors] section within that file.

The file format is a modified INI syntax. The general structure is:

[section1]
option1 = some value
option2 = some other value

[section2]
option3 = some third value

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 netdata.conf
Examples​
Specific Sensors​

You can add custom sensor information by creating a dedicated sensor section.

[plugin:windows:GetSensors:Your Sensor Name]
units = Speed
multiplier = 100
title = Current speed.

Alerts​

There are no alerts configured by default for this integration.

Metrics​

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per Sensor​

These metrics refer to Sensors.

Labels:

LabelDescription
labelSensor friendly name.
manufacturerThe sensor manufacturer.
modelThe sensor model.

Metrics:

MetricDescriptionDimensionsUnit
system.hw.sensor.temperature.inputSensor TemperatureinputCel
system.hw.sensor.temperature.histogramDistribution of all temperature sensors in fixed bands40, 50, 60, 70, 80, 85, 90, 95, 100, +Infsensors
system.hw.sensor.power.inputSensor PowerinputW
system.hw.sensor.current.inputSensor CurrentinputA
system.hw.sensor.humidity.inputSensor Humidityinput%
system.hw.sensor.lux.inputAmbient light levelinputlx
system.hw.sensor.color.inputColor temperature of lightinputCel
system.hw.sensor.voltage.inputElectrical potentialinputV
system.hw.sensor.resistance.inputElectrical resistanceinputOhms
system.hw.sensor.capacitance.inputElectrical capacitanceinputF
system.hw.sensor.inductance.inputElectrical indutanceinputH
system.hw.sensor.pressure.inputAmbient atmospheric pressureinputPa
system.hw.sensor.latitude.inputGeographic latitudeinputDegrees
system.hw.sensor.longitude.inputGeographic longitudeinputDegrees
system.hw.sensor.force.inputForceinputN
system.hw.sensor.gauge_pressure.inputGauge PressureinputPa
system.hw.sensor.human_presence.inputHuman presenceinputpresence
system.hw.sensor.human_proximity.inputHuman proximityinputm
system.hw.sensor.distance.inputDistanceinputX, inputY, inputZm
system.hw.sensor.acceleration.inputAccelerationinputX, inputY, inputZg
system.hw.sensor.state.inputCurrent sensor state.ready, not_available, no_data, initializing, access_denied, errorstatus
system.hw.sensor.customCustom ChartinputNnd

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