-
Notifications
You must be signed in to change notification settings - Fork 101
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
health_at_a_glance : indexError #46
Comments
Thanks for the bugreport. Can you run this command and share the output please:
|
I'm sorry but I've asked to my company if I was allowed to upload an "anonymised" version of an output but I've still not received any response :(. Sent from my Minitel \o/
|
@Poulpatine no sweat, looks like @cramasta can :) (or at least he could, until he deleted his comments) Anonymysed versions are hard to parse. If you don't want the output to be publicly visible, please run the following command:
and mail the generated for_dennis.txt to dennis@kaarsemaker.net - any anonymisation you want to apply should be done only by replacing characters with the same number of characters, so do not add more characters or remove parts of the data. |
Just checking if you got my email today? |
I did get it, but the output is mangled too much and I can't read it back properly. Really, only overwrite characters one by one and don't add/remove more. Also make sure your editor doesn't try to "fix" newlines, as that also messed it up quite bad. |
I managed to fix up the newlines and can now reproduce the error. |
The |
Appreciate you taking the time to put it back together and making a fix, it was probably the editor I used. It does have a raid controller so Ill give updating the ilo firmware a shot. |
Hi, I'm facing this issue with health_at_a_glance on some of my hosts :
Traceback (most recent call last):
File "./ps.py", line 86, in
main()
File "./ps.py", line 81, in main
xmlilo(iloname, options, logger,args[0])
File "./ps.py", line 34, in xmlilo
dilo = ilocon.get_embedded_health()
File "/home/poulpy/python/env/ilo/lib64/python2.6/site-packages/hpilo.py", line 852, in get_embedded_health
process=process)
File "/home/poulpy/python/env/ilo/lib64/python2.6/site-packages/hpilo.py", line 624, in _info_tag
return self._process_info_tag(message, returntags or [tagname], process)
File "/home/poulpy/python/env/ilo/lib64/python2.6/site-packages/hpilo.py", line 635, in _process_info_tag
return process(self._element_children_to_dict(message))
File "/home/poulpy/python/env/ilo/lib64/python2.6/site-packages/hpilo.py", line 845, in process
if tag in data[category][0]:
IndexError: list index out of range
It seems that this dummy patch is solving the issues :
The text was updated successfully, but these errors were encountered: