ServerBits

updated

7 months ago

S

ServerBits

1 Rookie

2 Posts

2 Points

0

165

June 27th, 2025 06:33

Monitoring dell server hardware

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 ?

  • 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 :(

  • DELL-Marco B

    Moderator

    3980 Posts

    0

    0

    Posted June 27th, 2025 13:12

    Hello, we don't have a solution that work with this third party software.

    Let see if other customers have some idea about it

     

    DELL- Marco B

    Social Media and Communities Professional

    Dell Technologies | Enterprise Support Services

    #IWork4Dell

    Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!

  • Origin3k

    6 Operator

    2421 Posts

    12396 Points

    0

    1

    Posted June 28th, 2025 07:46

    We are using SNMP since ages.. today its v3. Self programmed as also dozen of NAGIOS like Plugins exists. Today we use CheckMK.

    If you start fresh try RedFish.   

    Regards,

    Joerg

  • ServerBits

    1 Rookie

    2 Posts

    2 Points

    0

    0

    Posted June 28th, 2025 14:05

    @Origin3k​ 

    Okay.. insightful !.

    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.

  • mac.the.blade

    1 Rookie

    3 Posts

    0

    0

    Posted January 15th, 2026 17:51

    saw your question... I know its a very late answer but might help others as well 

    dell has an "oven ready" pre-built iDRAC redfish telemetry to grafana pack on github .in the dell area..

    you can down load & use the free solution here GitHub - dell/iDRAC-Telemetry-Reference-Tools: Reference toolset for PowerEdge telemetry metric collection and integration with analytics and visualization solutions.

    also see  iDRAC10 Real-Time Telemetry in Action: Streaming Server, GPU, and OS Metrics to External Tools White Paper 

    (edited)

  • mac.the.blade

    1 Rookie

    3 Posts

    0

    0

    Posted January 15th, 2026 17:53

    @DELL-Marco B​ see my update