2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,795 forks (1,795 forks)batch import
Good First Issueenhancementneeds contributorplugin/fs
Repository metrics
- Stars
- 33,411 stars (33,411 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Would be nice with an option to set fs_free_space in glances.conf
Either with the logical
[fs]
free_space=true
to match the command line option (--fs-free-space).
Contributor guide
- Research direction
- Investigate how the fs free space CLI flag is handled and how the [fs] section of glances.conf is parsed. Then add a new config option that replicates the CLI behavior, ensuring config values and CLI flags are merged correctly.
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- PythonGit