EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/290481
Change subject: Change elasticsearch disk critical from 15% to 13% ...................................................................... Change elasticsearch disk critical from 15% to 13% The elasticsearch servers start moving data arround when they get to 15% free space available. To keep icinga from alerting when a completely normal process of moving data away from the nodes occurs switch to 13% instead of 15%. Change-Id: I8d71e76a83f5484149d54cd88a0c7c709f669ebe --- M hieradata/role/common/elasticsearch/server.yaml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/81/290481/1 diff --git a/hieradata/role/common/elasticsearch/server.yaml b/hieradata/role/common/elasticsearch/server.yaml index 8593838..ca687c8 100644 --- a/hieradata/role/common/elasticsearch/server.yaml +++ b/hieradata/role/common/elasticsearch/server.yaml @@ -36,4 +36,4 @@ elasticsearch::merge_threads: 1 # T130329 -base::monitoring::host::nrpe_check_disk_options: -w 18% -c 15% -l -e -A -i "/srv/sd[a-b][1-3]" --exclude-type=tracefs +base::monitoring::host::nrpe_check_disk_options: -w 18% -c 13% -l -e -A -i "/srv/sd[a-b][1-3]" --exclude-type=tracefs -- To view, visit https://gerrit.wikimedia.org/r/290481 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d71e76a83f5484149d54cd88a0c7c709f669ebe Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: EBernhardson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
