I am getting the issue as shown below while running the HPILO Exporter.
hpilo-exporter --address=10.232.5.113 --port=9416 --endpoint="/metrics"
Error :
Press Ctrl+C to quit
Traceback (most recent call last):
File "/usr/local/bin/hpilo-exporter", line 11, in <module>
load_entry_point('hpilo-exporter', 'console_scripts', 'hpilo-exporter')()
File "/root/iLO_Exporer/hpilo-exporter-master/src/hpilo_exporter/main.py", line 21, in main
exporter.run()
File "/root/iLO_Exporer/hpilo-exporter-master/src/hpilo_exporter/exporter.py", line 389, in run
server = ThreadingHTTPServer((self._address, self._port), RequestHandler)
File "/usr/lib64/python3.6/socketserver.py", line 456, in __init__
self.server_bind()
File "/usr/lib64/python3.6/http/server.py", line 136, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/lib64/python3.6/socketserver.py", line 470, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 99] Cannot assign requested address
But in the GIT HUB it is given to use the below.