Skip to content
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

Expand usage of rf_sensor_list to get other information #168

Open
mraineri opened this issue Aug 30, 2024 · 0 comments
Open

Expand usage of rf_sensor_list to get other information #168

mraineri opened this issue Aug 30, 2024 · 0 comments

Comments

@mraineri
Copy link
Contributor

Currently rf_sensor_list is very focused on building sensor tables under the Chassis model, specifically for the Thermal, Power, and Sensor subordinate resources. Some of the constructed sensors pull from State/Health on resources to build a non-numeric reading in the output for devices (like batteries, power supplies, and fans). For example, this output comes from the State and Health properties inside Status for a PowerSupply resource:

  Power Supply Bay 1 State  | Enabled      | Warning  | N/A      | N/A      | N/A      | N/A      | N/A      | N/A      | N/A            

A user asked me if we can grow and include the same "State" information for other types of resources (like Memory and Drives). I'm inclined to think it's a good addition, but it made me think about what else should this be doing. Should we try to increase the scope of the tool to collect information from other areas of the model based on what it finds in Chassis? I still see "Chassis" as the starting point for all logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant