-
Notifications
You must be signed in to change notification settings - Fork 17
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
get_facts #13
Comments
Hi Abdulrahman, I do not know. But I am not sure if the output of get_facts() is the right place to store module information. Show modules here is empty:
Can you give me some sample output please what show modules looks like on your machine? |
Hi there, Thanks for the quick response, Much appreciated
Also when I run get_environment() on version KB.16.08, power and fans return an empty dictionary, I know that the output on this version for power is different than the older versions, they have added a serial number column. However, I think your getting the data using MIB walk to retrieve the data, so I'm not sure why. Cheers |
Hmm. Thank you for the output. Do you have an example forthe power and fan output you get? |
Thank you ixs. let me provide you with what I can. chassis: 8212z1 J9091A
command line: sh system power-supply
The one which caused problems: napalm output:
command line: sh system power-supply
And you can notice that the output of the sh system power-supply command is different where there is one more column which is serial. |
Okay. Thank you for this data, I'm gonna build a new testcase and we can see how to handle this best. |
Thanks mate for all of your amazing work. |
Hi ixs,
Thank you for this amazing work. How difficult to add the status of the modules (show modules) within get _facts function?
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: