galexrt / dellhw_exporter

Prometheus exporter for Dell Hardware components using Dell OMSA.
https://dellhw-exporter.galexrt.moe
Apache License 2.0
116 stars 41 forks source link

Running v1.13.12 against iSM #121

Open p3lim opened 2 months ago

p3lim commented 2 months ago

Hey,

Nice little exporter, tried running it against iSM 5.3.0 / iSM OSC 7.3.0 on iDRAC 9 v7.00.00.00, and here are my findings:

All other metrics seems to work fine! :+1:

eugene-marchanka commented 3 weeks ago

running into the same issue with iDrac v7:

🌵 k exec -it dellhw-exporter-4nbzr -- bash
[root@dellhw-exporter-4nbzr /]# /usr/libexec/instsvcdrv-helper status
/usr/libexec/instsvcdrv-helper: line 519: lsmod: command not found
/usr/libexec/instsvcdrv-helper: line 519: lsmod: command not found
/usr/libexec/instsvcdrv-helper: line 519: lsmod: command not found
/usr/libexec/instsvcdrv-helper: line 519: lsmod: command not found
/usr/libexec/instsvcdrv-helper: line 519: lsmod: command not found
[root@dellhw-exporter-4nbzr /]# lsmod | grep -iE 'dell|dsu'
bash: lsmod: command not found

How can I fix it?

galexrt commented 3 weeks ago

The lsmod: command not found can be ignored, as the Dell OMS service startup script tries to check if the necessary modules are there/need to modprobed.

I'll take a look at the dell_hw_chassis_temps metric reporting 0 soon.