drop collectd graphite plugin

This commit is contained in:
Kevin Fenzi
2018-03-05 17:59:38 +00:00
parent 2a10011a91
commit 2cce3883a3
15 changed files with 2 additions and 24 deletions

View File

@@ -16,9 +16,6 @@ os_wildcard_cert_file: wildcard-2017.app.os.stg.fedoraproject.org.cert
os_wildcard_key_file: wildcard-2017.app.os.stg.fedoraproject.org.key
os_wildcard_int_file: wildcard-2017.stg.fedoraproject.org.intermediate.cert
# This only does anything if the host is not RHEL6
collectd_graphite: True
fedmsg_prefix: org.fedoraproject
fedmsg_env: stg

View File

@@ -29,5 +29,4 @@ mem_size: 16384
max_mem_size: 32768
num_cpus: 8
collectd_graphite: True
fas_client_groups: sysadmin-main

View File

@@ -38,6 +38,5 @@ mem_size: 16384
max_mem_size: 32768
num_cpus: 8
collectd_graphite: True
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q root@bastion13.fedoraproject.org"'
fas_client_groups: sysadmin-main

View File

@@ -11,7 +11,6 @@ vmhost: virthost-comm04.qa.fedoraproject.org
datacenter: phx2
fas_client_groups: sysadmin-qa,sysadmin-main
collectd_apache: ""
collectd_graphite: ""
# it'd be nice to have this done automagically but I don't know of a reasonable easy way to do that
beaker_virthost_signatures:

View File

@@ -10,7 +10,6 @@ eth0_nm: 255.255.255.128
vmhost: virthost-comm03.qa.fedoraproject.org
datacenter: phx2
collectd_apache: ""
collectd_graphite: ""
# it'd be nice to have this done automagically but I don't know of a reasonable easy way to do that
beaker_virthost_signatures:

View File

@@ -10,8 +10,6 @@ eth0_ip: 10.5.126.21
vmhost: virthost21.phx2.fedoraproject.org
datacenter: phx2
collectd_graphite: True
csi_relationship: |
ns03 is a master dns server.

View File

@@ -10,8 +10,6 @@ eth0_ip: 10.5.126.22
vmhost: virthost15.phx2.fedoraproject.org
datacenter: phx2
collectd_graphite: True
csi_relationship: |
ns04 is a master dns server.

View File

@@ -24,7 +24,6 @@ vpn: false
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
collectd_graphite: True
ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q root@bastion13.fedoraproject.org"'
nagios_Check_Services:

View File

@@ -17,5 +17,4 @@ sponsor: redhat
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
collectd_graphite: True
vpn: true

View File

@@ -17,5 +17,4 @@ sponsor: redhat
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
collectd_graphite: True
vpn: true

View File

@@ -17,5 +17,4 @@ sponsor: redhat
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
collectd_graphite: True
vpn: true

View File

@@ -17,5 +17,4 @@ sponsor: redhat
nrpe_procs_warn: 1200
nrpe_procs_crit: 1400
collectd_graphite: True
vpn: true

View File

@@ -28,5 +28,3 @@ nrpe_procs_crit: 1400
mem_size: 16384
max_mem_size: 32768
num_cpus: 8
collectd_graphite: True

View File

@@ -24,5 +24,3 @@ nrpe_procs_crit: 1400
mem_size: 16384
max_mem_size: 32768
num_cpus: 8
collectd_graphite: True

View File

@@ -74,13 +74,11 @@
when: collectd_apache
- name: /etc/collectd/graphite.conf
template: src=graphite.conf dest=/etc/collectd.d/graphite.conf
file: state=absent dest=/etc/collectd.d/graphite.conf
tags:
- collectd
- graphite
- graphite-collectd
notify:
- restart collectd
when: collectd_graphite is defined and ansible_distribution_major_version != '6'
- name: Install libsemanage-python so we can set an sebool below
@@ -96,7 +94,7 @@
ignore_errors: True
notify:
- restart collectd
when: ( collectd_apache is defined or collectd_graphite is defined ) and ansible_selinux.status != "disabled"
when: ( collectd_apache is defined ) and ansible_selinux.status != "disabled"
- name: enable collectd nfs module
copy: src=nfs.conf dest=/etc/collectd.d/nfs.conf