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

diskspace/diskstats: don't create runtime disk config by default #16503

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

ilyam8
Copy link
Member

@ilyam8 ilyam8 commented Nov 29, 2023

Summary

This PR by default removes the creation of block devices and mount points configuration sections at runtime. If the section is added manually, all configuration options will be applied.

Test Plan

diskstats:

  • check [ plugin:proc:/proc/diskstats:*] in /netdata.conf - shouldn't exist.
  • add [ plugin:proc:/proc/diskstats:*] and set any block device option in netdata.conf - should be applied.

diskspace:

  • check [plugin:proc:diskspace:*] in /netdata.conf - shouldn't exist.
  • add [plugin:proc:diskspace:*] and set any mount point option in netdata.conf - should be applied.
Additional Information
For users: How does this change affect me?

@ilyam8 ilyam8 force-pushed the diskspace-diskstats-no-runtime-config branch from bf6253f to 4dcb1de Compare November 29, 2023 14:50
@github-actions github-actions bot added area/collectors Everything related to data collection collectors/diskspace collectors/proc labels Nov 29, 2023
@ilyam8 ilyam8 merged commit d77e315 into netdata:master Nov 29, 2023
145 checks passed
@ilyam8 ilyam8 deleted the diskspace-diskstats-no-runtime-config branch November 29, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants