-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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, self)
File "/usr/local/lib/python2.7/SocketServer.py", line 655, in init
self.handle()
File "/usr/local/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "/usr/src/hpilo_exporter/src/hpilo_exporter/exporter.py", line 129, in do_GET
prometheus_metrics.hpilo_nic_status_gauge.labels(product_name=product_name,
AttributeError: 'module' object has no attribute 'hpilo_nic_status_gauge'
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, self)
File "/usr/local/lib/python2.7/SocketServer.py", line 655, in init
self.handle()
File "/usr/local/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/local/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "/usr/src/hpilo_exporter/src/hpilo_exporter/exporter.py", line 129, in do_GET
prometheus_metrics.hpilo_nic_status_gauge.labels(product_name=product_name,
AttributeError: 'module' object has no attribute 'hpilo_nic_status_gauge'`
Is this a known error with iLO4?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels