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

Commit

Permalink
Add disk usage check for /var/lib/docker
Browse files Browse the repository at this point in the history
Progress on #55
  • Loading branch information
langston-barrett committed Mar 30, 2016
1 parent 3738093 commit 4f71d81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion distributive/distributive-docker/distributive-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"Name": "docker systemd service enabled",
"ID": "systemctlLoaded",
"Parameters": ["docker.service"]
}
},
{
"Name": "docker disk usage is below 90%",
"ID": "diskUsage",
"Parameters": ["/var/lib/docker", "90%"]
}
]
}
2 changes: 1 addition & 1 deletion distributive/distributive-docker/spec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: distributive-docker
version: 0.2.4
version: 0.2.5
iteration: 1
license: ASL 2.0
description: Distributive-docker is a configuration for distributed health checks.
Expand Down

0 comments on commit 4f71d81

Please sign in to comment.