Created
August 25, 2015 21:47
-
-
Save vvuksan/64b41fc7ccea8b5d094d to your computer and use it in GitHub Desktop.
gmetad.conf
This file contains hidden or 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
data_source "LOCALCL" 10 127.0.0.1:57203 | |
RRAs "RRA:AVERAGE:0.5:1:244" | |
setuid_username "ganglia" | |
xml_port 8700 | |
interactive_port 8701 | |
server_threads 20 | |
rrd_rootdir "/opt/ganglia/unused-rrds" | |
write_rrds off |
This file contains hidden or 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
<?php | |
$conf['rrdtool_slope_mode'] = true; | |
$conf['graphreport_stats'] = false; | |
$conf['default_metric'] = "cpu_report"; | |
$conf['rrdcached_socket'] = "unix:/tmp/rrdcached.limited.sock"; | |
$conf['default_refresh'] = 87600; | |
$conf['auth_system'] = 'disabled'; | |
$conf['metric_groups_initially_collapsed'] = true; | |
$conf['overlay_events'] = true; | |
$conf['default_view_graph_size'] = 'medium'; | |
$conf['ganglia_port'] = 8701; | |
$conf['dwoo_compiled_dir'] = "/opt/ganglia/dwoo/compiled"; | |
$conf['dwoo_cache_dir'] = "/opt/ganglia/dwoo/cache"; | |
$conf['views_dir'] = '/opt/ganglia/conf'; | |
$conf['conf_dir'] = '/opt/ganglia/conf'; | |
$conf['cachefile'] = $conf['conf_dir'] . "/ganglia_metrics.cache"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment