forked from Controls/gitea-pages
37 lines
1010 B
ReStructuredText
37 lines
1010 B
ReStructuredText
``profile::ganglia_client``
|
|
============================
|
|
|
|
This module installs and configures Ganglia's gmond.
|
|
|
|
|
|
Parameters
|
|
----------
|
|
|
|
=============================== ======== ================================================
|
|
**Name** **Type** **Default**
|
|
------------------------------- -------- ------------------------------------------------
|
|
grid string hiera('ganglia::grid')
|
|
cluster string hiera('ganglia_client::cluster')
|
|
n/a hash hiera('ganglia::grid_${GRID}')
|
|
=============================== ======== ================================================
|
|
|
|
|
|
``grid``
|
|
~~~~~~~~
|
|
|
|
The name of the Ganglia grid the client is a part of.
|
|
|
|
|
|
``cluster``
|
|
~~~~~~~~~~~
|
|
|
|
The name of the Ganglia cluster within the grid the client is a part of.
|
|
|
|
|
|
``grid_${GRID}``
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
The definition of the grid. See the :doc:`ganglia_server documentation
|
|
<../profiles/ganglia_server>` for details.
|
|
|