I want to implement monitoring of iDRAC components(dimms, powersupply, raid.. etc) and show the detatails into grafana. What to use. I was trying to use redfish APIs. Is that a correct approch ? What are the secure alternatives ?
Speaking about a Windows OS you can query trough WMI. The SNMP is a optional feature within Windows and needs to be installed trough a powershell one liner, but needs addional configuration which are heavy to script.
We get the CPU, MEM Metrics because our Systems are most likely VMs and i can query the Hyervisor.
About the iDRAC i have checked our CheckMK because by default it recovery a lot i an automaticly manner but there are no CPU or MEM metrics found :(
Just a mall concern : I don't want to put any kind of agent in the the hardware for pulling the metrics. Wanted to use inbuild APIs or exsiting services in iDRAC to pull the metrics data.
Origin3k
6 Operator
•
2421 Posts
•
12396 Points
0
0
Posted June 28th, 2025 15:03
Speaking about a Windows OS you can query trough WMI. The SNMP is a optional feature within Windows and needs to be installed trough a powershell one liner, but needs addional configuration which are heavy to script.
We get the CPU, MEM Metrics because our Systems are most likely VMs and i can query the Hyervisor.
About the iDRAC i have checked our CheckMK because by default it recovery a lot i an automaticly manner but there are no CPU or MEM metrics found :(