hpilo-exporter icon indicating copy to clipboard operation
hpilo-exporter copied to clipboard

Prometheus HP iLO exporter

Results 14 hpilo-exporter issues
Sort by recently updated
recently updated
newest added

Hi, Require your help in getting the serial number of the server in the labels. Could you please provide the updated code or kindly guide me as to where all...

Hi Guys, Please help to advice when I check the dashboard was not showing data after a few hours. I had restarted the docker and the prometheus service but no...

I see a lot of people have currently forked this repository working independently on new feature and keeping it maintained. What do you guy think of joining forces together and...

I am not sure if you still maintain this project, but I found it useful for my home server. This PR adds some needed metrics (temperatures, CPU speed and fans)...

Add metric `hpilo_temperature_detail` that expose temperature detail for every modules in iLO

The exporter returns all the query's that it has been asked. not the one asked. that gives a funny answer in prometheus. ex - job_name: 'hpilo' scrape_interval: 1m scrape_timeout: 30s...

Now You can get the server power status from metrics. 0 = Off 1 = On

This pr add support python v3 to project . change Dockerfile to use python 3 base image and fix readme description. thanks for your time on review and merge.

Hello everyone, Your advice is appreciated, I am trying to install exporter, the installation is successful, but fails to start exporter service. ``` Running setup.py install for hpilo-exporter ... done...

Querying an HPE iLO4, I get this error: `Traceback (most recent call last): File "/usr/local/lib/python2.7/SocketServer.py", line 574, in process_request ---------------------------------------- self.finish_request(request, client_address) File "/usr/local/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address,...