You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/17 22:30:26 UTC

[Hadoop Wiki] Update of "Chukwa Configuration" by andyk

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by andyk:
http://wiki.apache.org/hadoop/Chukwa_Configuration

New page:
Chukwa comes with templates for all configuration files. These files are in the conf directory and are named <conf file name>.template. You should be

'''Required configuration files'''
conf/collectors - new line delimited list of collectors. This file is used by startup and shutdown scripts to determine where to run Chukwa collectors and is also used by Chukwa agents to find collectors to send their data to.
conf/slaves - a list of hosts in the cluster on which to run the Chukwa agent daemon.
conf/chukwa-env.sh - environment variables required to run Chukwa.
conf/chukwa-collectors-conf.xml - collector specific settings (e.g. port number to listen for agents on, which file system to store data in, etc.)
conf/chukwa-agents-conf.xml - agent specific settings.

'''Optional'''
conf/alert.conf - a list of e-mail addresses to which chukwa alerts should be sent.