Skip to content

Commit

Permalink
Add send_metadata_interval at 300s to debian
Browse files Browse the repository at this point in the history
Previously, the send_metadata_interval for gmond was set at 0 for
Debian based systems, and 300 for Red Hat based systems.  This change
synchronizes the setting such that Debian is now 300s as well.
  • Loading branch information
Xav Paice committed Apr 2, 2014
1 parent d88c383 commit bd53972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gmond.conf.debian.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ globals {
host_dmax = 0 /*secs */
cleanup_threshold = 300 /*secs */
gexec = no
send_metadata_interval = 0
send_metadata_interval = 300 /*secs */
}

/* If a cluster attribute is specified, then all gmond hosts are wrapped inside
Expand Down

0 comments on commit bd53972

Please sign in to comment.