You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is a new device, please link to the MIB(s).
What did you do that produced an error?
What did you expect to see?
What did you see instead?
Hi all
i am not sure if this is for here or not but i will try to ask:
I'm using Prometheus and Grafana.
ipmi-snmp_exporter-0.25.0.linux-amd64
I am getting information from SuperMicro ipmi board
Currently i am using this query in Grafana which is great to show things in table form but not in time series graph.
So basically my question is how can i make it instead of 1 for a value at the end to get 58.000 ( which is the value of sensorReading label ) as a value so i can use it in time series graphs too.
This is my config.yml which is used by the exporter.
auths:
public_v1:
community: <secret>security_level: noAuthNoPrivauth_protocol: MD5priv_protocol: DESversion: 1public_v2:
community: <secret>security_level: noAuthNoPrivauth_protocol: MD5priv_protocol: DESversion: 2modules:
ipmi:
walk:
- 1.3.6.1.4.1.21317.1.14.2.1
- 1.3.6.1.4.1.21317.1.3.1
- 1.3.6.1.4.1.21317.1.6.2.1
- 1.3.6.1.4.1.21317.1.6.3.1get:
- 1.3.6.1.4.1.21317.1.4.0
- 1.3.6.1.4.1.21317.1.5.6.0metrics:
- name: psuIndexoid: 1.3.6.1.4.1.21317.1.14.2.1.1type: gaugehelp: A unique value, start from one, for each PSU - 1.3.6.1.4.1.21317.1.14.2.1.1indexes:
- labelname: psuIndextype: gauge
- name: psuNumberoid: 1.3.6.1.4.1.21317.1.14.2.1.1type: gaugehelp: Instance number of this power supply unit. - 1.3.6.1.4.1.21317.1.14.2.1.1indexes:
- labelname: psuIndextype: gauge
- name: psuStatusoid: 1.3.6.1.4.1.21317.1.14.2.1.2type: gaugehelp: PSU Status. - 1.3.6.1.4.1.21317.1.14.2.1.2indexes:
- labelname: psuIndextype: gaugeenum_values:
0: fail1: good
- name: psuDescoid: 1.3.6.1.4.1.21317.1.14.2.1.2type: DisplayStringhelp: The description of this PSU. - 1.3.6.1.4.1.21317.1.14.2.1.2indexes:
- labelname: psuIndextype: gauge
- name: inputVoltageoid: 1.3.6.1.4.1.21317.1.14.2.1.3type: DisplayStringhelp: PSU Input Voltage. - 1.3.6.1.4.1.21317.1.14.2.1.3indexes:
- labelname: psuIndextype: gauge
- name: psuStatusoid: 1.3.6.1.4.1.21317.1.14.2.1.3type: DisplayStringhelp: The current PSU status. - 1.3.6.1.4.1.21317.1.14.2.1.3indexes:
- labelname: psuIndextype: gauge
- name: inputCurrentoid: 1.3.6.1.4.1.21317.1.14.2.1.4type: DisplayStringhelp: PSU Input Current. - 1.3.6.1.4.1.21317.1.14.2.1.4indexes:
- labelname: psuIndextype: gauge
- name: inputPoweroid: 1.3.6.1.4.1.21317.1.14.2.1.5type: gaugehelp: PSU Input Power. - 1.3.6.1.4.1.21317.1.14.2.1.5indexes:
- labelname: psuIndextype: gauge
- name: outputVoltageoid: 1.3.6.1.4.1.21317.1.14.2.1.6type: DisplayStringhelp: PSU Output Voltage. - 1.3.6.1.4.1.21317.1.14.2.1.6indexes:
- labelname: psuIndextype: gauge
- name: outputCurrentoid: 1.3.6.1.4.1.21317.1.14.2.1.7type: DisplayStringhelp: PSU Output Current. - 1.3.6.1.4.1.21317.1.14.2.1.7indexes:
- labelname: psuIndextype: gauge
- name: outputPoweroid: 1.3.6.1.4.1.21317.1.14.2.1.8type: gaugehelp: PSU Output Power. - 1.3.6.1.4.1.21317.1.14.2.1.8indexes:
- labelname: psuIndextype: gauge
- name: temperature1oid: 1.3.6.1.4.1.21317.1.14.2.1.9type: gaugehelp: PSU Temperature1. - 1.3.6.1.4.1.21317.1.14.2.1.9indexes:
- labelname: psuIndextype: gauge
- name: temperature2oid: 1.3.6.1.4.1.21317.1.14.2.1.10type: gaugehelp: PSU Temperature2. - 1.3.6.1.4.1.21317.1.14.2.1.10indexes:
- labelname: psuIndextype: gauge
- name: fanRPM1oid: 1.3.6.1.4.1.21317.1.14.2.1.11type: gaugehelp: PSU Fan RPM1. - 1.3.6.1.4.1.21317.1.14.2.1.11indexes:
- labelname: psuIndextype: gauge
- name: fanRPM2oid: 1.3.6.1.4.1.21317.1.14.2.1.12type: gaugehelp: PSU Fan RPM2. - 1.3.6.1.4.1.21317.1.14.2.1.12indexes:
- labelname: psuIndextype: gauge
- name: psuSerialNumberoid: 1.3.6.1.4.1.21317.1.14.2.1.13type: DisplayStringhelp: PSU Serial Number. - 1.3.6.1.4.1.21317.1.14.2.1.13indexes:
- labelname: psuIndextype: gauge
- name: sensorNumberoid: 1.3.6.1.4.1.21317.1.3.1.1type: gaugehelp: A unique value, greater than zero, for each interface - 1.3.6.1.4.1.21317.1.3.1.1indexes:
- labelname: sensorNumbertype: gauge
- name: sensorReadingoid: 1.3.6.1.4.1.21317.1.3.1.2type: DisplayStringhelp: A textual string containing information about the interface - 1.3.6.1.4.1.21317.1.3.1.2indexes:
- labelname: sensorNumbertype: gauge
- name: sensorPositiveHysteresisoid: 1.3.6.1.4.1.21317.1.3.1.3type: gaugehelp: The type of interface - 1.3.6.1.4.1.21317.1.3.1.3indexes:
- labelname: sensorNumbertype: gauge
- name: sensorNegativeHysteresisoid: 1.3.6.1.4.1.21317.1.3.1.4type: gaugehelp: The size of the largest packet which can be sent/received on the interface,specified in octets - 1.3.6.1.4.1.21317.1.3.1.4indexes:
- labelname: sensorNumbertype: gauge
- name: lncThresholdoid: 1.3.6.1.4.1.21317.1.3.1.5type: DisplayStringhelp: An estimate of the interface's current bandwidth in bits per second -1.3.6.1.4.1.21317.1.3.1.5indexes:
- labelname: sensorNumbertype: gauge
- name: lcThresholdoid: 1.3.6.1.4.1.21317.1.3.1.6type: DisplayStringhelp: The interface's address at its protocol sub-layer - 1.3.6.1.4.1.21317.1.3.1.6indexes:
- labelname: sensorNumbertype: gauge
- name: lnrThresholdoid: 1.3.6.1.4.1.21317.1.3.1.7type: DisplayStringhelp: The desired state of the interface - 1.3.6.1.4.1.21317.1.3.1.7indexes:
- labelname: sensorNumbertype: gauge
- name: uncThresholdoid: 1.3.6.1.4.1.21317.1.3.1.8type: DisplayStringhelp: The current operational state of the interface - 1.3.6.1.4.1.21317.1.3.1.8indexes:
- labelname: sensorNumbertype: gauge
- name: ucThresholdoid: 1.3.6.1.4.1.21317.1.3.1.9type: DisplayStringhelp: The value of sysUpTime at the time the interface entered its current operationalstate - 1.3.6.1.4.1.21317.1.3.1.9indexes:
- labelname: sensorNumbertype: gauge
- name: unrThresholdoid: 1.3.6.1.4.1.21317.1.3.1.10type: DisplayStringhelp: The total number of octets received on the interface, including framingcharacters - 1.3.6.1.4.1.21317.1.3.1.10indexes:
- labelname: sensorNumbertype: gauge
- name: eventAssertionEnableoid: 1.3.6.1.4.1.21317.1.3.1.11type: gaugehelp: The number of packets, delivered by this sub-layer to a higher (sub-)layer,which were not addressed to a multicast or broadcast address at this sub-layer
- 1.3.6.1.4.1.21317.1.3.1.11indexes:
- labelname: sensorNumbertype: gauge
- name: eventDeassertionEnableoid: 1.3.6.1.4.1.21317.1.3.1.12type: gaugehelp: The number of packets, delivered by this sub-layer to a higher (sub-)layer,which were addressed to a multicast or broadcast address at this sub-layer
- 1.3.6.1.4.1.21317.1.3.1.12indexes:
- labelname: sensorNumbertype: gauge
- name: sensorIDStringoid: 1.3.6.1.4.1.21317.1.3.1.13type: DisplayStringhelp: 16-byte length field for displaying each available sensors' ID string.
- 1.3.6.1.4.1.21317.1.3.1.13indexes:
- labelname: sensorNumbertype: gauge
- name: powerStatusoid: 1.3.6.1.4.1.21317.1.4type: gaugehelp: Get and set the power status of system - 1.3.6.1.4.1.21317.1.4enum_values:
0: poweroff1: poweron2: powerreset
- name: hostNameoid: 1.3.6.1.4.1.21317.1.5.6type: DisplayStringhelp: BMC Host Name - 1.3.6.1.4.1.21317.1.5.6
- name: cpuNumberoid: 1.3.6.1.4.1.21317.1.6.2.1.1type: gaugehelp: A unique value, greater than zero, for each CPU - 1.3.6.1.4.1.21317.1.6.2.1.1indexes:
- labelname: cpuNumbertype: gauge
- name: processoroid: 1.3.6.1.4.1.21317.1.6.2.1.2type: DisplayStringhelp: Processor name. - 1.3.6.1.4.1.21317.1.6.2.1.2indexes:
- labelname: cpuNumbertype: gauge
- name: speedoid: 1.3.6.1.4.1.21317.1.6.2.1.3type: gaugehelp: Processor speed (MHz). - 1.3.6.1.4.1.21317.1.6.2.1.3indexes:
- labelname: cpuNumbertype: gauge
- name: coreoid: 1.3.6.1.4.1.21317.1.6.2.1.4type: gaugehelp: The number of processor cores. - 1.3.6.1.4.1.21317.1.6.2.1.4indexes:
- labelname: cpuNumbertype: gauge
- name: coreActiveoid: 1.3.6.1.4.1.21317.1.6.2.1.5type: gaugehelp: The number of active processor cores. - 1.3.6.1.4.1.21317.1.6.2.1.5indexes:
- labelname: cpuNumbertype: gauge
- name: manufactureroid: 1.3.6.1.4.1.21317.1.6.2.1.6type: DisplayStringhelp: CPU Manufacturer - 1.3.6.1.4.1.21317.1.6.2.1.6indexes:
- labelname: cpuNumbertype: gauge
- name: dimmNumberoid: 1.3.6.1.4.1.21317.1.6.3.1.1type: gaugehelp: A unique value, greater than zero, for each DIMM - 1.3.6.1.4.1.21317.1.6.3.1.1indexes:
- labelname: dimmNumbertype: gauge
- name: dimmLocationoid: 1.3.6.1.4.1.21317.1.6.3.1.2type: DisplayStringhelp: The location of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.2indexes:
- labelname: dimmNumbertype: gauge
- name: dimmMaxCapSpeedoid: 1.3.6.1.4.1.21317.1.6.3.1.3type: gaugehelp: The max capable speed (MHz) of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.3indexes:
- labelname: dimmNumbertype: gauge
- name: dimmOpSpeedoid: 1.3.6.1.4.1.21317.1.6.3.1.4type: gaugehelp: The current operation speed (MHz) of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.4indexes:
- labelname: dimmNumbertype: gauge
- name: dimmSizeoid: 1.3.6.1.4.1.21317.1.6.3.1.5type: gaugehelp: The size (MBytes) of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.5indexes:
- labelname: dimmNumbertype: gauge
- name: dimmSerialNooid: 1.3.6.1.4.1.21317.1.6.3.1.6type: DisplayStringhelp: The serial number of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.6indexes:
- labelname: dimmNumbertype: gauge
- name: dimmPartNooid: 1.3.6.1.4.1.21317.1.6.3.1.7type: DisplayStringhelp: The serial number of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.7indexes:
- labelname: dimmNumbertype: gauge
- name: dimmManufactureroid: 1.3.6.1.4.1.21317.1.6.3.1.8type: DisplayStringhelp: The manufacturer of this DIMM. - 1.3.6.1.4.1.21317.1.6.3.1.8indexes:
- labelname: dimmNumbertype: gaugemax_repetitions: 25retries: 3timeout: 5s
The text was updated successfully, but these errors were encountered:
Host operating system: output of
uname -a
Linux o-monitoring 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
./snmp_exporter --version
snmp_exporter, version 0.25.0 (branch: HEAD, revision: 9c42d6c)
build user: root@880115266f70
build date: 20231210-10:05:18
go version: go1.21.5
platform: linux/amd64
tags: netgo
What device/snmpwalk OID are you using?
Its a Supermicro IPMI board
If this is a new device, please link to the MIB(s).
What did you do that produced an error?
What did you expect to see?
What did you see instead?
Hi all
i am not sure if this is for here or not but i will try to ask:
I'm using Prometheus and Grafana.
ipmi-snmp_exporter-0.25.0.linux-amd64
I am getting information from SuperMicro ipmi board
Currently i am using this query in Grafana which is great to show things in table form but not in time series graph.
So i try with ( for example )
sensorReading{instance="192.168.xxx.xxx", sensorNumber="1"}
Which returned
So basically my question is how can i make it instead of 1 for a value at the end to get 58.000 ( which is the value of sensorReading label ) as a value so i can use it in time series graphs too.
This is my config.yml which is used by the exporter.
The text was updated successfully, but these errors were encountered: