Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netdata_collector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
netdata_collector
Commits
ff19e211
Verified
Commit
ff19e211
authored
3 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Add config option to monitor all disks inside containers
parent
482cdec3
No related branches found
No related tags found
No related merge requests found
Pipeline
#64784
passed
3 years ago
Stage: linting
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-0
1 addition, 0 deletions
defaults/main.yml
templates/netdata.conf.j2
+2
-1
2 additions, 1 deletion
templates/netdata.conf.j2
with
3 additions
and
1 deletion
defaults/main.yml
+
1
−
0
View file @
ff19e211
...
...
@@ -6,3 +6,4 @@ netdata_enable_elasticsearch: false
netdata_enable_postgres
:
false
netdata_enable_mysql
:
false
netdata_enable_ebpf
:
true
netdata_container_diskspace_root_only
:
true
This diff is collapsed.
Click to expand it.
templates/netdata.conf.j2
+
2
−
1
View file @
ff19e211
...
...
@@ -30,6 +30,7 @@
[plugin:proc]
netdata server resources = no
{% if netdata_container_diskspace_root_only %}
[plugin:proc:diskspace]
space usage for all disks = no
inodes usage for all disks = no
...
...
@@ -37,7 +38,7 @@
[plugin:proc:diskspace:/]
space usage = yes
inodes usage = yes
{% endif %}
[health]
enabled = no
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment