<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Looking for the Perfect Dashboard: InfluxDB, Telegraf and Grafana &#8211; Part XV &#8211; IPMI Monitoring of our ESXi Hosts	</title>
	<atom:link href="https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Tue, 07 Oct 2025 19:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-21966</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Tue, 12 Nov 2024 20:32:14 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-21966</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-21382&quot;&gt;Jhony Hidayat&lt;/a&gt;.

Oh, this is not expected. Would you mind to please report it on the InfluxDB Community? Also, can you try just the ipmi tool on linux, to see if it works.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-21382">Jhony Hidayat</a>.</p>
<p>Oh, this is not expected. Would you mind to please report it on the InfluxDB Community? Also, can you try just the ipmi tool on linux, to see if it works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jhony Hidayat		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-21382</link>

		<dc:creator><![CDATA[Jhony Hidayat]]></dc:creator>
		<pubDate>Mon, 28 Oct 2024 06:45:10 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-21382</guid>

					<description><![CDATA[Hi Jorge,

I am interested to use this tools, but I had tried to configure by testing it with result here:

2024-10-28T06:39:47Z W! DeprecationWarning: Value &quot;agent_host&quot; for option &quot;agent_host_tag&quot; of plugin &quot;inputs.snmp&quot; deprecated since version 1.29.0 and will be removed in 2.0.0: set to &quot;source&quot; for consistent usage across plugins or safely ignore this message and continue to use the current value
panic: runtime error: slice bounds out of range [:-1]

goroutine 33 [running]:
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.NewConnection({0xc00285cab1, 0x25}, {0x0, 0x0}, {0x0, 0x0})
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/connection.go:46 +0x2c5
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).parse(0xc0029623c0, {0xa109f40, 0xc002632f80}, {0xc00285cab1, 0x25}, {0x912b79a, 0x3})
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:132 +0x27d
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).Gather.func1({0xa109f40, 0xc002632f80}, {0xc00285cab1, 0x25})
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:99 +0x9a
created by github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).Gather in goroutine 16
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:96 +0x125
root@jhony-virtual-machine:/etc/telegraf/telegraf.d#

I used a configuration for testing the telegraf first, but failed as above log.

below is the configuration named ipmitools.conf:

## snmp v2 config
#[[inputs.snmp]]
#agents = [ &quot;10.48.100.50&quot; ]
#version = 1
#community = &quot;snmpdppln&quot;
#interval = &quot;60s&quot;

## snmp v3 config
[[inputs.snmp]]
agents = [ &quot;10.48.100.50&quot; ]
version = 3
sec_level = &quot;authPriv&quot;
sec_name = &quot;snmpdppln&quot;
auth_protocol = &quot;sha&quot;
auth_password = &quot;kemalbadry&quot;
priv_protocol = &quot;des&quot;
priv_password = &quot;kemalbadry&quot;
interval = &quot;60s&quot;


# # Read metrics from the bare metal servers via IPMI
[[inputs.ipmi_sensor]]
#   ## Specify the path to the ipmitool executable
#   # path = &quot;/usr/bin/ipmitool&quot;
#
#   ## Use sudo
#   ## Setting &#039;use_sudo&#039; to true will make use of sudo to run ipmitool.
#   ## Sudo must be configured to allow the telegraf user to run ipmitool
#   ## without a password.
#   # use_sudo = false
#
#   ## Servers
#   ## Specify one or more servers via a url. If no servers are specified, local
#   ## machine sensor stats will be queried. Uses the format:
#   ##  [username[:password]@][protocol[(address)]]
#   ##  e.g. root:passwd@lan(127.0.0.1)
#   # servers = [&quot;USERID:PASSW0RD@lan(192.168.1.1)&quot;]
#servers = [&quot;kemal:kemalbadry@lan(10.48.100.50&quot;]
servers = [&quot;kemal:kemalbadry@lanplus(10.48.100.50&quot;]
#
#   ## Session privilege level
#   ## Choose from: CALLBACK, USER, OPERATOR, ADMINISTRATOR
#   # privilege = &quot;ADMINISTRATOR&quot;
#
#   ## Timeout
#   ## Timeout for the ipmitool command to complete.
#   # timeout = &quot;20s&quot;
interval = &quot;30s&quot;
timeout = &quot;20s&quot;

Please advice and thanks in advanced

Regards,
Jhony]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge,</p>
<p>I am interested to use this tools, but I had tried to configure by testing it with result here:</p>
<p>2024-10-28T06:39:47Z W! DeprecationWarning: Value &#8220;agent_host&#8221; for option &#8220;agent_host_tag&#8221; of plugin &#8220;inputs.snmp&#8221; deprecated since version 1.29.0 and will be removed in 2.0.0: set to &#8220;source&#8221; for consistent usage across plugins or safely ignore this message and continue to use the current value<br />
panic: runtime error: slice bounds out of range [:-1]</p>
<p>goroutine 33 [running]:<br />
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.NewConnection({0xc00285cab1, 0x25}, {0x0, 0x0}, {0x0, 0x0})<br />
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/connection.go:46 +0x2c5<br />
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).parse(0xc0029623c0, {0xa109f40, 0xc002632f80}, {0xc00285cab1, 0x25}, {0x912b79a, 0x3})<br />
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:132 +0x27d<br />
github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).Gather.func1({0xa109f40, 0xc002632f80}, {0xc00285cab1, 0x25})<br />
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:99 +0x9a<br />
created by github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor.(*Ipmi).Gather in goroutine 16<br />
        /go/src/github.com/influxdata/telegraf/plugins/inputs/ipmi_sensor/ipmi_sensor.go:96 +0x125<br />
root@jhony-virtual-machine:/etc/telegraf/telegraf.d#</p>
<p>I used a configuration for testing the telegraf first, but failed as above log.</p>
<p>below is the configuration named ipmitools.conf:</p>
<p>## snmp v2 config<br />
#[[inputs.snmp]]<br />
#agents = [ &#8220;10.48.100.50&#8221; ]<br />
#version = 1<br />
#community = &#8220;snmpdppln&#8221;<br />
#interval = &#8220;60s&#8221;</p>
<p>## snmp v3 config<br />
[[inputs.snmp]]<br />
agents = [ &#8220;10.48.100.50&#8221; ]<br />
version = 3<br />
sec_level = &#8220;authPriv&#8221;<br />
sec_name = &#8220;snmpdppln&#8221;<br />
auth_protocol = &#8220;sha&#8221;<br />
auth_password = &#8220;kemalbadry&#8221;<br />
priv_protocol = &#8220;des&#8221;<br />
priv_password = &#8220;kemalbadry&#8221;<br />
interval = &#8220;60s&#8221;</p>
<p># # Read metrics from the bare metal servers via IPMI<br />
[[inputs.ipmi_sensor]]<br />
#   ## Specify the path to the ipmitool executable<br />
#   # path = &#8220;/usr/bin/ipmitool&#8221;<br />
#<br />
#   ## Use sudo<br />
#   ## Setting &#8216;use_sudo&#8217; to true will make use of sudo to run ipmitool.<br />
#   ## Sudo must be configured to allow the telegraf user to run ipmitool<br />
#   ## without a password.<br />
#   # use_sudo = false<br />
#<br />
#   ## Servers<br />
#   ## Specify one or more servers via a url. If no servers are specified, local<br />
#   ## machine sensor stats will be queried. Uses the format:<br />
#   ##  [username[:password]@][protocol[(address)]]<br />
#   ##  e.g. root:passwd@lan(127.0.0.1)<br />
#   # servers = [&#8220;USERID:PASSW0RD@lan(192.168.1.1)&#8221;]<br />
#servers = [&#8220;kemal:kemalbadry@lan(10.48.100.50&#8221;]<br />
servers = [&#8220;kemal:kemalbadry@lanplus(10.48.100.50&#8221;]<br />
#<br />
#   ## Session privilege level<br />
#   ## Choose from: CALLBACK, USER, OPERATOR, ADMINISTRATOR<br />
#   # privilege = &#8220;ADMINISTRATOR&#8221;<br />
#<br />
#   ## Timeout<br />
#   ## Timeout for the ipmitool command to complete.<br />
#   # timeout = &#8220;20s&#8221;<br />
interval = &#8220;30s&#8221;<br />
timeout = &#8220;20s&#8221;</p>
<p>Please advice and thanks in advanced</p>
<p>Regards,<br />
Jhony</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-3895</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Thu, 21 Sep 2023 08:58:41 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-3895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-3823&quot;&gt;Lev&lt;/a&gt;.

Hello, thanks for the feedback. Well as every server is different, you will need to play a bit with the queries, and point to your specific measurement. :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-3823">Lev</a>.</p>
<p>Hello, thanks for the feedback. Well as every server is different, you will need to play a bit with the queries, and point to your specific measurement. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lev		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-3823</link>

		<dc:creator><![CDATA[Lev]]></dc:creator>
		<pubDate>Mon, 18 Sep 2023 09:46:14 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-3823</guid>

					<description><![CDATA[Hi Jorge, THANK YOU for your dashboards, they are a work of art.
I&#039;m fairly new to Grafana/Prometheus/Influxdb/. . . 
I have you VMware dashboards working - WOW - amazing
I&#039;m trying to get this IPMI dashboard working but was wondering if you have instructions or can direct me to another URL on how to modify this for my servers HPE ProLiant DL360 Gen10 (currently a PoC)

This is my ipmitool output :

UID              &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
SysHealth_Stat   &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
01-Inlet Ambient &#124; 28.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 42.000    &#124; 47.000
02-CPU 1         &#124; 53.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 70.000    &#124; na
03-CPU 2         &#124; 48.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 70.000    &#124; na
04-P1 DIMM 1-6   &#124; 43.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; na
05-PMM 1-6       &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 83.000    &#124; na
06-P1 DIMM 7-12  &#124; 46.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; na
07-PMM 7-12      &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 83.000    &#124; na
08-P2 DIMM 1-6   &#124; 46.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; na
09-PMM 1-6       &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 83.000    &#124; na
10-P2 DIMM 7-12  &#124; 48.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; na
11-PMM 7-12      &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 83.000    &#124; na
12-HD Max        &#124; 35.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 60.000    &#124; na
13-Exp Bay Drive &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 57.000    &#124; na
14-Stor Batt 1   &#124; 26.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 60.000    &#124; na
15-Front Ambient &#124; 28.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 60.000    &#124; na
16-VR P1         &#124; 48.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
17-VR P2         &#124; 50.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
18-VR P1 Mem 1   &#124; 37.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
19-VR P1 Mem 2   &#124; 34.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
20-VR P2 Mem 1   &#124; 37.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
21-VR P2 Mem 2   &#124; 39.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 115.000   &#124; 120.000
22-Chipset       &#124; 53.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 100.000   &#124; na
23-BMC           &#124; 82.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 110.000   &#124; 115.000
24-BMC Zone      &#124; 51.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; 95.000
26-HD Cntlr Zone &#124; 39.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 85.000    &#124; 90.000
29-I/O Zone      &#124; 43.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; 95.000
31-PCI 1 Zone    &#124; 54.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; 95.000
33-PCI 2 Zone    &#124; 52.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; 95.000
35-PCI 3 Zone    &#124; 48.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 90.000    &#124; 95.000
37-Rear HD Max   &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 60.000    &#124; na
38-Battery Zone  &#124; 45.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 75.000    &#124; 80.000
39-P/S 1 Inlet   &#124; 36.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
40-P/S 2 Inlet   &#124; 59.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
41-P/S 1         &#124; 45.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
42-P/S 2         &#124; 62.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
43-E-Fuse        &#124; 48.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 100.000   &#124; na
44-P/S 2 Zone    &#124; 55.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 75.000    &#124; 80.000
49-CPU 1 PkgTmp  &#124; 81.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
50-CPU 2 PkgTmp  &#124; 78.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
61-AHCI HD Max   &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 60.000    &#124; na
69-PCI 1 M2      &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 80.000    &#124; na
70-PCI 1 M2 Zn   &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
71-PCI 2 M2      &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 80.000    &#124; na
72-PCI 2 M2 Zn   &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
73-PCI 3 M2      &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; 80.000    &#124; na
74-PCI 3 M2 Zn   &#124; na         &#124;            &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 1            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 1 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 1 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 2            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 2 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 2 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 3            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 3 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 3 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 4            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 4 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 4 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 5            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 5 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 5 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 6            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 6 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 6 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 7            &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 7 DutyCycle  &#124; 36.848     &#124; percent    &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fan 7 Presence   &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Power Supply 1   &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS 1 Input       &#124; 210.000    &#124; Watts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Power Supply 2   &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS 2 Input       &#124; 150.000    &#124; Watts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Power Meter      &#124; 370.000    &#124; Watts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Fans             &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Power Supplies   &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Memory Status    &#124; 0x0        &#124; discrete   &#124; 0x4080&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Megacell Status  &#124; 0x0        &#124; discrete   &#124; 0x0480&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Intrusion        &#124; na         &#124; discrete   &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
CPU Utilization  &#124; 109.000    &#124; unspecified &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS 1 Output      &#124; 200.000    &#124; Watts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Volt_Out_01   &#124; 12.000     &#124; Volts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Volt_In_01    &#124; 236.000    &#124; Volts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Curr_Out_01   &#124; 17.000     &#124; Amps       &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Curr_In_01    &#124; 0.900      &#124; Amps       &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS 2 Output      &#124; 150.000    &#124; Watts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Volt_Out_02   &#124; 12.000     &#124; Volts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Volt_In_02    &#124; 236.000    &#124; Volts      &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Curr_Out_02   &#124; 12.900     &#124; Amps       &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
PS_Curr_In_02    &#124; 0.600      &#124; Amps       &#124; ok    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
25.1-HD Controll &#124; 35.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 75.000    &#124; 80.000    &#124; 85.000
25.2-HD Controll &#124; 42.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 98.000    &#124; 103.000   &#124; 108.000
25.3-HD Controll &#124; 39.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 73.000    &#124; 78.000    &#124; 83.000
27.1-LOM-Communi &#124; 65.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 100.000   &#124; 110.000   &#124; 115.000
28.1-LOM Card-Ne &#124; 46.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
28.2-LOM Card-Ne &#124; 46.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
28.3-LOM Card-Ne &#124; 44.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
30.1-PCI 1-I/O m &#124; 69.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 100.000   &#124; 105.000   &#124; 110.000
30.2-PCI 1-Exter &#124; 57.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 80.000    &#124; 85.000    &#124; 0.000
30.3-PCI 1-Exter &#124; 59.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 80.000    &#124; 85.000    &#124; 0.000
32.1-PCI 2-Netwo &#124; 42.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
32.2-PCI 2-Netwo &#124; 45.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
32.3-PCI 2-Netwo &#124; 41.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 55.000    &#124; 65.000    &#124; 85.000
34.1-PCI 3-I/O m &#124; 63.000     &#124; degrees C  &#124; ok    &#124; na        &#124; na        &#124; na        &#124; 100.000   &#124; 105.000   &#124; 115.000
NIC_Link_02P1    &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
NIC_Link_02P2    &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
NIC_Link_03P1    &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
NIC_Link_03P2    &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
LOM_Link_P1      &#124; na         &#124; discrete   &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
LOM_Link_P2      &#124; na         &#124; discrete   &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
LOM_Link_P3      &#124; na         &#124; discrete   &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
LOM_Link_P4      &#124; na         &#124; discrete   &#124; na    &#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
ALOM_Link_P1     &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
ALOM_Link_P2     &#124; 0x0        &#124; discrete   &#124; 0x0280&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_1I1_B001 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_1I1_B002 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_1I1_B003 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_1I1_B004 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_2I1_B005 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_2I1_B006 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
Dr_Stat_2I1_B007 &#124; 0x0        &#124; discrete   &#124; 0x0180&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
CPU_Stat_C1      &#124; 0x0        &#124; discrete   &#124; 0x8080&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na
CPU_Stat_C2      &#124; 0x0        &#124; discrete   &#124; 0x8080&#124; na        &#124; na        &#124; na        &#124; na        &#124; na        &#124; na]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge, THANK YOU for your dashboards, they are a work of art.<br />
I&#8217;m fairly new to Grafana/Prometheus/Influxdb/. . .<br />
I have you VMware dashboards working &#8211; WOW &#8211; amazing<br />
I&#8217;m trying to get this IPMI dashboard working but was wondering if you have instructions or can direct me to another URL on how to modify this for my servers HPE ProLiant DL360 Gen10 (currently a PoC)</p>
<p>This is my ipmitool output :</p>
<p>UID              | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
SysHealth_Stat   | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
01-Inlet Ambient | 28.000     | degrees C  | ok    | na        | na        | na        | na        | 42.000    | 47.000<br />
02-CPU 1         | 53.000     | degrees C  | ok    | na        | na        | na        | na        | 70.000    | na<br />
03-CPU 2         | 48.000     | degrees C  | ok    | na        | na        | na        | na        | 70.000    | na<br />
04-P1 DIMM 1-6   | 43.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | na<br />
05-PMM 1-6       | na         |            | na    | na        | na        | na        | na        | 83.000    | na<br />
06-P1 DIMM 7-12  | 46.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | na<br />
07-PMM 7-12      | na         |            | na    | na        | na        | na        | na        | 83.000    | na<br />
08-P2 DIMM 1-6   | 46.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | na<br />
09-PMM 1-6       | na         |            | na    | na        | na        | na        | na        | 83.000    | na<br />
10-P2 DIMM 7-12  | 48.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | na<br />
11-PMM 7-12      | na         |            | na    | na        | na        | na        | na        | 83.000    | na<br />
12-HD Max        | 35.000     | degrees C  | ok    | na        | na        | na        | na        | 60.000    | na<br />
13-Exp Bay Drive | na         |            | na    | na        | na        | na        | na        | 57.000    | na<br />
14-Stor Batt 1   | 26.000     | degrees C  | ok    | na        | na        | na        | na        | 60.000    | na<br />
15-Front Ambient | 28.000     | degrees C  | ok    | na        | na        | na        | na        | 60.000    | na<br />
16-VR P1         | 48.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
17-VR P2         | 50.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
18-VR P1 Mem 1   | 37.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
19-VR P1 Mem 2   | 34.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
20-VR P2 Mem 1   | 37.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
21-VR P2 Mem 2   | 39.000     | degrees C  | ok    | na        | na        | na        | na        | 115.000   | 120.000<br />
22-Chipset       | 53.000     | degrees C  | ok    | na        | na        | na        | na        | 100.000   | na<br />
23-BMC           | 82.000     | degrees C  | ok    | na        | na        | na        | na        | 110.000   | 115.000<br />
24-BMC Zone      | 51.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | 95.000<br />
26-HD Cntlr Zone | 39.000     | degrees C  | ok    | na        | na        | na        | na        | 85.000    | 90.000<br />
29-I/O Zone      | 43.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | 95.000<br />
31-PCI 1 Zone    | 54.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | 95.000<br />
33-PCI 2 Zone    | 52.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | 95.000<br />
35-PCI 3 Zone    | 48.000     | degrees C  | ok    | na        | na        | na        | na        | 90.000    | 95.000<br />
37-Rear HD Max   | na         |            | na    | na        | na        | na        | na        | 60.000    | na<br />
38-Battery Zone  | 45.000     | degrees C  | ok    | na        | na        | na        | na        | 75.000    | 80.000<br />
39-P/S 1 Inlet   | 36.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
40-P/S 2 Inlet   | 59.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
41-P/S 1         | 45.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
42-P/S 2         | 62.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
43-E-Fuse        | 48.000     | degrees C  | ok    | na        | na        | na        | na        | 100.000   | na<br />
44-P/S 2 Zone    | 55.000     | degrees C  | ok    | na        | na        | na        | na        | 75.000    | 80.000<br />
49-CPU 1 PkgTmp  | 81.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
50-CPU 2 PkgTmp  | 78.000     | degrees C  | ok    | na        | na        | na        | na        | na        | na<br />
61-AHCI HD Max   | na         |            | na    | na        | na        | na        | na        | 60.000    | na<br />
69-PCI 1 M2      | na         |            | na    | na        | na        | na        | na        | 80.000    | na<br />
70-PCI 1 M2 Zn   | na         |            | na    | na        | na        | na        | na        | na        | na<br />
71-PCI 2 M2      | na         |            | na    | na        | na        | na        | na        | 80.000    | na<br />
72-PCI 2 M2 Zn   | na         |            | na    | na        | na        | na        | na        | na        | na<br />
73-PCI 3 M2      | na         |            | na    | na        | na        | na        | na        | 80.000    | na<br />
74-PCI 3 M2 Zn   | na         |            | na    | na        | na        | na        | na        | na        | na<br />
Fan 1            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 1 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 1 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 2            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 2 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 2 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 3            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 3 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 3 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 4            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 4 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 4 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 5            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 5 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 5 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 6            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 6 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 6 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Fan 7            | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Fan 7 DutyCycle  | 36.848     | percent    | ok    | na        | na        | na        | na        | na        | na<br />
Fan 7 Presence   | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Power Supply 1   | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
PS 1 Input       | 210.000    | Watts      | ok    | na        | na        | na        | na        | na        | na<br />
Power Supply 2   | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
PS 2 Input       | 150.000    | Watts      | ok    | na        | na        | na        | na        | na        | na<br />
Power Meter      | 370.000    | Watts      | ok    | na        | na        | na        | na        | na        | na<br />
Fans             | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Power Supplies   | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Memory Status    | 0x0        | discrete   | 0x4080| na        | na        | na        | na        | na        | na<br />
Megacell Status  | 0x0        | discrete   | 0x0480| na        | na        | na        | na        | na        | na<br />
Intrusion        | na         | discrete   | na    | na        | na        | na        | na        | na        | na<br />
CPU Utilization  | 109.000    | unspecified | ok    | na        | na        | na        | na        | na        | na<br />
PS 1 Output      | 200.000    | Watts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Volt_Out_01   | 12.000     | Volts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Volt_In_01    | 236.000    | Volts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Curr_Out_01   | 17.000     | Amps       | ok    | na        | na        | na        | na        | na        | na<br />
PS_Curr_In_01    | 0.900      | Amps       | ok    | na        | na        | na        | na        | na        | na<br />
PS 2 Output      | 150.000    | Watts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Volt_Out_02   | 12.000     | Volts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Volt_In_02    | 236.000    | Volts      | ok    | na        | na        | na        | na        | na        | na<br />
PS_Curr_Out_02   | 12.900     | Amps       | ok    | na        | na        | na        | na        | na        | na<br />
PS_Curr_In_02    | 0.600      | Amps       | ok    | na        | na        | na        | na        | na        | na<br />
25.1-HD Controll | 35.000     | degrees C  | ok    | na        | na        | na        | 75.000    | 80.000    | 85.000<br />
25.2-HD Controll | 42.000     | degrees C  | ok    | na        | na        | na        | 98.000    | 103.000   | 108.000<br />
25.3-HD Controll | 39.000     | degrees C  | ok    | na        | na        | na        | 73.000    | 78.000    | 83.000<br />
27.1-LOM-Communi | 65.000     | degrees C  | ok    | na        | na        | na        | 100.000   | 110.000   | 115.000<br />
28.1-LOM Card-Ne | 46.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
28.2-LOM Card-Ne | 46.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
28.3-LOM Card-Ne | 44.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
30.1-PCI 1-I/O m | 69.000     | degrees C  | ok    | na        | na        | na        | 100.000   | 105.000   | 110.000<br />
30.2-PCI 1-Exter | 57.000     | degrees C  | ok    | na        | na        | na        | 80.000    | 85.000    | 0.000<br />
30.3-PCI 1-Exter | 59.000     | degrees C  | ok    | na        | na        | na        | 80.000    | 85.000    | 0.000<br />
32.1-PCI 2-Netwo | 42.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
32.2-PCI 2-Netwo | 45.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
32.3-PCI 2-Netwo | 41.000     | degrees C  | ok    | na        | na        | na        | 55.000    | 65.000    | 85.000<br />
34.1-PCI 3-I/O m | 63.000     | degrees C  | ok    | na        | na        | na        | 100.000   | 105.000   | 115.000<br />
NIC_Link_02P1    | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
NIC_Link_02P2    | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
NIC_Link_03P1    | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
NIC_Link_03P2    | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
LOM_Link_P1      | na         | discrete   | na    | na        | na        | na        | na        | na        | na<br />
LOM_Link_P2      | na         | discrete   | na    | na        | na        | na        | na        | na        | na<br />
LOM_Link_P3      | na         | discrete   | na    | na        | na        | na        | na        | na        | na<br />
LOM_Link_P4      | na         | discrete   | na    | na        | na        | na        | na        | na        | na<br />
ALOM_Link_P1     | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
ALOM_Link_P2     | 0x0        | discrete   | 0x0280| na        | na        | na        | na        | na        | na<br />
Dr_Stat_1I1_B001 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_1I1_B002 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_1I1_B003 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_1I1_B004 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_2I1_B005 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_2I1_B006 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
Dr_Stat_2I1_B007 | 0x0        | discrete   | 0x0180| na        | na        | na        | na        | na        | na<br />
CPU_Stat_C1      | 0x0        | discrete   | 0x8080| na        | na        | na        | na        | na        | na<br />
CPU_Stat_C2      | 0x0        | discrete   | 0x8080| na        | na        | na        | na        | na        | na</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmet		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1665</link>

		<dc:creator><![CDATA[Ahmet]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 07:56:36 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-1665</guid>

					<description><![CDATA[Hi Jorge;

Thank you for your interest, 

Yes i am using idrac. The problem is that these metrics are not coming. I took a look at the fan metrics. When I changed the defined ip address, the values came, but they are not correct. Also, when I change fan A and fan B values to fan1 and fan2, the values can be read. I also edited other metrics but the values did not improve. You can see the problem in the picture in the link. 

https://ibb.co/vV1xmVB 
https://ibb.co/9qd7rgD
https://ibb.co/12tbS2w]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge;</p>
<p>Thank you for your interest, </p>
<p>Yes i am using idrac. The problem is that these metrics are not coming. I took a look at the fan metrics. When I changed the defined ip address, the values came, but they are not correct. Also, when I change fan A and fan B values to fan1 and fan2, the values can be read. I also edited other metrics but the values did not improve. You can see the problem in the picture in the link. </p>
<p><a href="https://ibb.co/vV1xmVB" rel="nofollow ugc">https://ibb.co/vV1xmVB</a><br />
<a href="https://ibb.co/9qd7rgD" rel="nofollow ugc">https://ibb.co/9qd7rgD</a><br />
<a href="https://ibb.co/12tbS2w" rel="nofollow ugc">https://ibb.co/12tbS2w</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1664</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-1664</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1663&quot;&gt;Ahmet&lt;/a&gt;.

Hello Ahmet, are you using the Dell iDrac? What is the error? Can you navigate through the metrics on InfluxDB?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1663">Ahmet</a>.</p>
<p>Hello Ahmet, are you using the Dell iDrac? What is the error? Can you navigate through the metrics on InfluxDB?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ahmet		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1663</link>

		<dc:creator><![CDATA[Ahmet]]></dc:creator>
		<pubDate>Mon, 07 Mar 2022 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-1663</guid>

					<description><![CDATA[Hi;

dell poweredge servers are also not working. Will you make any improvements on this?]]></description>
			<content:encoded><![CDATA[<p>Hi;</p>
<p>dell poweredge servers are also not working. Will you make any improvements on this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-1263</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 11:12:29 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-1263</guid>

					<description><![CDATA[Hi Jorge, 

Fantastic information, thank you so much for sharing. 

I have a Centos 8 KVM host and already have the ipmitool operating, and I would like to feed the data into an InfluxDB and Grafana dashboard. Can I assume I need to install telegraf on the Centos 8 KVM host, or can the ipmitool be run remotely? 

Thanks, Mark]]></description>
			<content:encoded><![CDATA[<p>Hi Jorge, </p>
<p>Fantastic information, thank you so much for sharing. </p>
<p>I have a Centos 8 KVM host and already have the ipmitool operating, and I would like to feed the data into an InfluxDB and Grafana dashboard. Can I assume I need to install telegraf on the Centos 8 KVM host, or can the ipmitool be run remotely? </p>
<p>Thanks, Mark</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-927</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Thu, 20 Jun 2019 19:34:54 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-927</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-926&quot;&gt;NJL&lt;/a&gt;.

Hello NJL, you will need to play with the query, as my assumption is that all different vendors, and MODELS, have different IPMI I am afraid :( Let me know if you get stuck so I can help]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-926">NJL</a>.</p>
<p>Hello NJL, you will need to play with the query, as my assumption is that all different vendors, and MODELS, have different IPMI I am afraid 🙁 Let me know if you get stuck so I can help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NJL		</title>
		<link>https://jorgedelacruz.uk/2019/06/12/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xv-ipmi-monitoring-of-our-esxi-hosts/#comment-926</link>

		<dc:creator><![CDATA[NJL]]></dc:creator>
		<pubDate>Thu, 20 Jun 2019 16:28:50 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=1331#comment-926</guid>

					<description><![CDATA[Jorge,

Thanks for another great tutorial. I have 3 HP ESXi hosts and I wanted to know if there was a way to extend this dashboard to cover them? Also for The one HP server and my Supermicro server I am only getting inlet ambient temp and system temp. The rest of the metrics are not reporting. Any ideas why this would be? 
Thanks!]]></description>
			<content:encoded><![CDATA[<p>Jorge,</p>
<p>Thanks for another great tutorial. I have 3 HP ESXi hosts and I wanted to know if there was a way to extend this dashboard to cover them? Also for The one HP server and my Supermicro server I am only getting inlet ambient temp and system temp. The rest of the metrics are not reporting. Any ideas why this would be?<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-02 11:32:24 by W3 Total Cache
-->