Apollo
1826564 Members
4205 Online
109695 Solutions
New Discussion

Re: Temperature monitoring for HP Apollo 4200

 
SOLVED
Go to solution
IATUTXA
Occasional Visitor

Temperature monitoring for HP Apollo 4200

Hi,

I am not sure if it is possible because I can't find the oid, but I want to monitor the temperature on an HP Apollo 4200. 

I would be grateful if you tell me if it is possible and, if so, provide me with the OID.

Thank you.

3 REPLIES 3
Mamatha_J
HPE Pro
Solution

Re: Temperature monitoring for HP Apollo 4200

Hi, 

You can monitor using Redfish REST API.

1)Run a GET - https://<Appliance IP>/redfish/v1/Chassis/1/

Click on the link in response( "@odata.id""/redfish/v1/Chassis/1/"

2)Run a GET request https://<Appliance IP>/redfish/v1/Chassis/1/

Clink on the link in the response (  "@odata.id""/redfish/v1/Chassis/1/Thermal/")

3)Run a GET request https://<Appiance IP>/redfish/v1/Chassis/1/Thermal/

Note: To get the X-Auth-token value- Run a POST request https://<Appiance IP>/redfish/v1/SessionService/Sessions

{
    "UserName":"Username",
    "Password":"Passwordexample"
}


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
IATUTXA
Occasional Visitor

Re: Temperature monitoring for HP Apollo 4200

Thank you very much, it works!

The challenge now is to add this information to Grafana

Mamatha_J
HPE Pro

Re: Temperature monitoring for HP Apollo 4200

Hello,

Glad it helped.

About Grafana please contact the respective company for further help. Thanks!



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo