Skip to content
Snippets Groups Projects
Verified Commit ff19e211 authored by David Mehren's avatar David Mehren
Browse files

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
......@@ -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
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment