Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 406 Bytes

Ganglia ansible role

Installs and configure Ganglia monitoring system in a cluster of nodes. How to use it:

In the "Monitored nodes"

 roles: 
    - { role: 'ganglia',  ganglia_gmetad: 'MASTER_NODE_NAME_OR_IPr' }

In the "Ganglia meta Daemon node"

 roles: 
    - { role: 'ganglia', ganglia_gmetad: 'MASTER_NODE_NAME_OR_IP', ganglia_type_of_node: 'master'}