]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
Initial PCP role for performance monitoring
authorZack Cerza <zack@redhat.com>
Fri, 18 Mar 2016 00:21:50 +0000 (18:21 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 30 Mar 2016 15:54:23 +0000 (09:54 -0600)
commit93af2a1d9a16abca4c77334007e7618cf5469867
treece36902ed3c9938587b857c4f35c6bd97a6518e1
parente10bcb7983c3dfd974836b1cc607cfe330e009c5
Initial PCP role for performance monitoring

http://pcp.io/

Signed-off-by: Zack Cerza <zack@redhat.com>
15 files changed:
cephlab.yml
pcp.yml [new file with mode: 0644]
roles/pcp/README.rst [new file with mode: 0644]
roles/pcp/defaults/main.yml [new file with mode: 0644]
roles/pcp/files/1h1m.json [new file with mode: 0644]
roles/pcp/meta/main.yml [new file with mode: 0644]
roles/pcp/tasks/collector.yml [new file with mode: 0644]
roles/pcp/tasks/main.yml [new file with mode: 0644]
roles/pcp/tasks/manager.yml [new file with mode: 0644]
roles/pcp/tasks/prep.yml [new file with mode: 0644]
roles/pcp/tasks/web.yml [new file with mode: 0644]
roles/pcp/templates/target-discovery [new file with mode: 0644]
roles/pcp/templates/target-host [new file with mode: 0644]
roles/pcp/vars/apt_systems.yml [new file with mode: 0644]
roles/pcp/vars/yum_systems.yml [new file with mode: 0644]