Add the proper ping.conf for collectd server.
This commit is contained in:
parent
2276f25345
commit
dfd7b14575
2 changed files with 20 additions and 0 deletions
13
roles/collectd/server/files/ping.conf
Normal file
13
roles/collectd/server/files/ping.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
LoadPlugin ping
|
||||||
|
|
||||||
|
<Plugin "ping">
|
||||||
|
Host "tummy01.fedoraproject.org"
|
||||||
|
Host "telia01.fedoraproject.org"
|
||||||
|
Host "osuosl01.fedoraproject.org"
|
||||||
|
Host "ibiblio04.fedoraproject.org"
|
||||||
|
Host "osuosl03.fedoraproject.org"
|
||||||
|
Host "serverbeach10.fedoraproject.org"
|
||||||
|
Host "internetx01.fedoraproject.org"
|
||||||
|
Host "bodhost01.fedoraproject.org"
|
||||||
|
Host "coloamer01.fedoraproject.org"
|
||||||
|
</Plugin>
|
|
@ -12,6 +12,13 @@
|
||||||
- config
|
- config
|
||||||
- collectd/server
|
- collectd/server
|
||||||
|
|
||||||
|
# install collectd ping config
|
||||||
|
- name: install collectd ping config
|
||||||
|
copy: src=ping.conf dest=/dev/collectd.d/ping.conf
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- collectd/server
|
||||||
|
|
||||||
# install apache config
|
# install apache config
|
||||||
- name: install collectd apache config
|
- name: install collectd apache config
|
||||||
copy: src=collectd.conf dest=/etc/httpd/conf.d/collectd.conf
|
copy: src=collectd.conf dest=/etc/httpd/conf.d/collectd.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue