Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dellhw_exporter sets iDrac Hostname, OS and OS version to those of container #118

Open
cgrijs opened this issue Jun 11, 2024 · 2 comments
Open

Comments

@cgrijs
Copy link

cgrijs commented Jun 11, 2024

Hi,

We are running dellhw_exporter from the helm chart (v0.2.12) and we see that in the iDrac, the Host Name, Operating System and Operating System Version now reflect on what is running in the pod (dellhw-exporter-xxxxx; Rocky Linux; release 9.4 (Blue Onyx) Kernel 5.15.0-112-generic (x86_64)) instead of what is running on the hardware.

@galexrt
Copy link
Owner

galexrt commented Jun 14, 2024

Could you please post an example metrics output where the pod info is shown instead of the hosts info?

@matanbaruch
Copy link

matanbaruch commented Nov 24, 2024

Hi,

We are running dellhw_exporter from the helm chart (v0.2.12) and we see that in the iDrac, the Host Name, Operating System and Operating System Version now reflect on what is running in the pod (dellhw-exporter-xxxxx; Rocky Linux; release 9.4 (Blue Onyx) Kernel 5.15.0-112-generic (x86_64)) instead of what is running on the hardware.

Could you please post an example metrics output where the pod info is shown instead of the hosts info?

I think he means this

image

I think we should set the System Host Name, to the actual hostname of the system and not the pod. This can be done probably with downward API
https://kubernetes.io/docs/concepts/workloads/pods/downward-api/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants