-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ilo 4 - AttributeError: 'module' object has no attribute 'hpilo_nic_status_gauge' #15
Comments
Hi sorry you are having issues, have you managed to resolve this? |
I've got the same issue and I'm using python 2.7.5 |
Hi @nickthebeer , I get this error,
|
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
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
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?
The text was updated successfully, but these errors were encountered: