Ganglia Layer Reference
Important
AWS OpsWorks Stacks is no longer accepting new customers. Existing customers will be able to use the OpsWorks console, API, CLI, and CloudFormation resources as normal until May 26, 2024, at which time they will be discontinued. To prepare for this transition, we recommend you transition your stacks to AWS Systems Manager as soon as possible. For more information, see AWS OpsWorks Stacks End of Life FAQs and Migrating your AWS OpsWorks Stacks applications to AWS Systems Manager Application Manager.
Note
This layer is available only for Linux-based stacks.
A Ganglia layer supports Ganglia
-
A low-overhead client, which is installed on each instance in the stack and sends metrics to the master.
-
A master, which collects metrics from the clients and stores them on an Amazon EBS volume. It also displays the metrics on a web page.
AWS OpsWorks Stacks has a Ganglia monitoring agent on each instance that it manages. When you add a Ganglia layer to your stack and start it, the Ganglia agents on each instance report metrics to the Ganglia instance. To use Ganglia, add a Ganglia layer with one instance to the stack. You access the data by logging in to the Ganglia backend at the master's IP address. You can provide additional metric definitions by writing Chef recipes.
Short name: monitoring-master
Compatibility: A Ganglia layer is compatible with the following layers: custom, db-master, memcached, php-app, rails-app.
Open ports: Load-Balancer allows public access to ports 22(SSH), 80 (HTTP), and 443 (HTTPS).
Autoassign Elastic IP addresses: Off by default
Default EBS volume: Yes, at
/vol/ganglia
Default security group: AWS-OpsWorks-Monitoring-Master-Server
Configuration: To configure a Ganglia layer, you must specify the following:
-
The URI that provides access to the monitoring graphs. The default value is http://
DNSName
/ganglia, whereDNSName
is the Ganglia instance's DNS name. -
A user name and password that control access to the monitoring statistics.
Setup recipes:
-
opsworks_initial_setup
-
ssh_host_keys
-
ssh_users
-
mysql::client
-
dependencies
-
ebs
-
opsworks_ganglia::client
-
opsworks_ganglia::server
Configure recipes:
-
opsworks_ganglia::configure-client
-
ssh_users
-
agent_version
-
opsworks_ganglia::configure-server
Deploy recipes:
-
deploy::default
-
opsworks_ganglia::configure-server
-
opsworks_ganglia::deploy
Shutdown recipes:
-
opsworks_shutdown::default
-
apache2::stop
Installation:
-
The Ganglia client is installed under:
/etc/ganglia
. -
The Ganglia web front end is installed under:
/usr/share/ganglia-webfrontend
. -
The Ganglia logtailer is installed under:
/usr/share/ganglia-logtailer
.