Skip to content

SMART plugin does not show information #2529

Answered by nicolargo
der-tkw asked this question in Q&A
Discussion options

You must be logged in to vote

Installation through DNF only include basics dependencies, you need to install SMART python lib on your system in order to make the Glances plugin works (see optional dependencies list here: https://github.com/nicolargo/glances#readme) .

My advice, if it is possible, uninstall Glances with DNF and use the following procedure to install Glances with all the deps you want: https://github.com/nicolargo/glances#pypi-the-standard-way, example:

pip install --user 'glances[web,smart,raid]'

or full faiture:

pip install --user 'glances[all]'

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by der-tkw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2525 on August 14, 2023 08:46.