Skip to content

Commit

Permalink
Fixes #5468: add sensible size constraint to fix partition monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharles committed Sep 2, 2014
1 parent 2240431 commit c815e54
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@ bundle agent monitor_partition_size {

body volume freespacecheck(threshold) {
freespace => "$(threshold)";
# see https://dev.cfengine.com/issues/3016
check_foreign => "false";
sensible_size => "0";
sensible_count => "0";
}

0 comments on commit c815e54

Please sign in to comment.