From 247d2b299023f34b25d753b71ccd2eee8c542591 Mon Sep 17 00:00:00 2001 From: Muhammad Imran Ashraf <160839998+imidevops@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:43:59 +0500 Subject: [PATCH 1/2] Add HP iLO exporter to exporters list. Signed-off-by: Muhammad Imran Ashraf <160839998+imidevops@users.noreply.github.com> --- docs/instrumenting/exporters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index 4973f1764..e92fa0e1a 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -85,6 +85,8 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Weathergoose Climate Monitor Exporter](https://github.com/branttaylor/watchdog-prometheus-exporter) * [Windows exporter](https://github.com/prometheus-community/windows_exporter) * [Intel® Optane™ Persistent Memory Controller Exporter](https://github.com/intel/ipmctl-exporter) + * - [HP iLO Exporter](https://github.com/imidevops/hp-ilo-exporter-prometheus) — Prometheus exporter for monitoring HP iLO hardware metrics (disks, RAID, power, temperature) with Grafana dashboard support. + ### Issue trackers and continuous integration From e7415aac1ea3b128e35e1b20ef23508d2c1f56e2 Mon Sep 17 00:00:00 2001 From: Muhammad Imran Ashraf <160839998+imidevops@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:32:18 +0500 Subject: [PATCH 2/2] Update exporters.md Signed-off-by: Muhammad Imran Ashraf <160839998+imidevops@users.noreply.github.com> --- docs/instrumenting/exporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instrumenting/exporters.md b/docs/instrumenting/exporters.md index e92fa0e1a..e478e4cf9 100644 --- a/docs/instrumenting/exporters.md +++ b/docs/instrumenting/exporters.md @@ -85,7 +85,7 @@ wide variety of JVM-based applications, for example [Kafka](http://kafka.apache. * [Weathergoose Climate Monitor Exporter](https://github.com/branttaylor/watchdog-prometheus-exporter) * [Windows exporter](https://github.com/prometheus-community/windows_exporter) * [Intel® Optane™ Persistent Memory Controller Exporter](https://github.com/intel/ipmctl-exporter) - * - [HP iLO Exporter](https://github.com/imidevops/hp-ilo-exporter-prometheus) — Prometheus exporter for monitoring HP iLO hardware metrics (disks, RAID, power, temperature) with Grafana dashboard support. + * [HP iLO Exporter](https://github.com/imidevops/hp-ilo-exporter-prometheus) — Prometheus exporter for monitoring HP iLO hardware metrics (disks, RAID, power, temperature) with Grafana dashboard support. ### Issue trackers and continuous integration