Skip to content

Instantly share code, notes, and snippets.

@vvuksan
Created August 25, 2015 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvuksan/64b41fc7ccea8b5d094d to your computer and use it in GitHub Desktop.
Save vvuksan/64b41fc7ccea8b5d094d to your computer and use it in GitHub Desktop.
gmetad.conf
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
<?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