Created
December 2, 2013 18:06
-
-
Save maplebed/7753701 to your computer and use it in GitHub Desktop.
The globals section of a sample gmond.conf setting the host spoofing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
globals { | |
daemonize = yes | |
setuid = yes | |
user = ganglia | |
debug_level = 0 | |
max_udp_msg_len = 1472 | |
mute = no | |
deaf = no | |
host_dmax = 600 /*secs */ | |
cleanup_threshold = 300 /*secs */ | |
gexec = no | |
send_metadata_interval = 30 | |
override_hostname = opsutil01 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment