Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixup! [metricbeat] remove unused /var/lib/docker/container mount
Browse files Browse the repository at this point in the history
[metricbeat] fix goss tests
  • Loading branch information
jmlrt committed Apr 9, 2020
1 parent 1008c25 commit 3e8bc8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions metricbeat/examples/6.x/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ mount:
exists: true
/run/docker.sock:
exists: true
/var/lib/docker/containers:
exists: true
opts:
- ro
/usr/share/metricbeat/metricbeat.yml:
exists: true
opts:
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ mount:
exists: true
/run/docker.sock:
exists: true
/var/lib/docker/containers:
exists: true
opts:
- ro
/usr/share/metricbeat/metricbeat.yml:
exists: true
opts:
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ mount:
exists: true
/run/docker.sock:
exists: true
/var/lib/docker/containers:
exists: true
opts:
- ro
/usr/share/metricbeat/metricbeat.yml:
exists: true
opts:
Expand Down
4 changes: 0 additions & 4 deletions metricbeat/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ mount:
exists: true
/run/docker.sock:
exists: true
/var/lib/docker/containers:
exists: true
opts:
- ro
/usr/share/metricbeat/metricbeat.yml:
exists: true
opts:
Expand Down

0 comments on commit 3e8bc8f

Please sign in to comment.