Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/144576
Change subject: diamond: Make diamond reload collectors every 15min ...................................................................... diamond: Make diamond reload collectors every 15min The previous 60min threshold + graphite creation limits meant new collectors won't be spewing data for a while. Change-Id: Idf455f5b04350e8748e9cd47c41db0ddc4c469ce --- M modules/diamond/templates/diamond.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/76/144576/1 diff --git a/modules/diamond/templates/diamond.conf.erb b/modules/diamond/templates/diamond.conf.erb index ca6f7e9..6e07f19 100644 --- a/modules/diamond/templates/diamond.conf.erb +++ b/modules/diamond/templates/diamond.conf.erb @@ -5,7 +5,7 @@ handlers_config_path = /etc/diamond/handlers/ #note: this is not collection poller interval -collectors_reload_interval = 3600 +collectors_reload_interval = 900 user = group = -- To view, visit https://gerrit.wikimedia.org/r/144576 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idf455f5b04350e8748e9cd47c41db0ddc4c469ce Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
