Michal Konecny
2ec055db6f
Use first uppercase letter for all handlers
...
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.
I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```
Then I went through all the changes and removed the ones that wasn't
expected to be changed.
Fixes https://pagure.io/fedora-infrastructure/issue/12391
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-02-10 20:31:49 +00:00
Ryan Lerch
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:28:00 +10:00
Ryan Lerch
6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:43:31 +10:00
Ryan Lerch
62952df107
ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
...
Replaces many references to file: with ansible.builtin.file
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:41:52 +10:00
Ryan Lerch
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-14 20:20:07 +10:00
Kevin Fenzi
d6ecf4c07d
virthost-cc-rdu02/rhel7 becomes vmhost-x86-cc02/rhel9
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-08-02 11:53:18 -07:00
Kevin Fenzi
74f4e7f496
osuosl01: fare thee well!
...
We have migrated off this machine and it's time to decomission it.
Thanks for all your service osuosl01.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-13 17:56:59 -07:00
Kevin Fenzi
265a2f3d69
rename virthost-cc-rdu01 to vmhost-x86-cc01.rdu-cc
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-09 15:53:12 -07:00
Kevin Fenzi
9c7bc526d7
ibiblio01: retire
...
This machine is out of warentee and was replaced by ibiblio02 a while
ago. So, lets bid it a fond farewell.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-01-10 14:28:31 -08:00
Aurélien Bompard
228d284a88
Collectd: add the FMN users source
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-06 18:09:27 +02:00
Aurélien Bompard
a44dadd0c7
Syntax error
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-02 08:23:10 +02:00
Aurélien Bompard
dc623ed962
Collectd improvements
...
- Increase the service stop timeout to give collectd time to flush the
values to RRD files on the disk. It currently takes ~1m30s, setting
the timeout to 5m
- add the unix socket plugin and configure the CGI to make use of it to
request a flush of the RRD values when a graph is generated
- add SELinux permissions to allow those two to talk to each other
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-02 08:15:12 +02:00
Aurélien Bompard
d2fe0e7df2
FMN: add graph config for rrdtool
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-02 07:11:26 +02:00
Aurélien Bompard
27c10c7d1e
FMN: fix file name
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-02 06:14:50 +02:00
Aurélien Bompard
81f85361e8
FMN: add the collectd stats generator
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2023-06-02 06:04:29 +02:00
Kevin Fenzi
530c06d70d
internetx01: goodbye, farewell, amen
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2022-06-02 12:53:50 -07:00
Aurélien Bompard
d0ccea03f2
Add the new collectd plugin for IPA
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2021-07-02 17:37:54 +02:00
Kevin Fenzi
854d5e4ab6
collectd/server: Add collectd-rabbitmq-data on rhel8
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-07-01 12:16:45 -07:00
Kevin Fenzi
d00bc3b65f
collectd / server: drop ping as it's not shipped in rhel8
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-05-18 15:36:07 -07:00
Kevin Fenzi
374102b25a
iad2: drop this link, we do not need it anymore
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-05-08 15:52:05 -07:00
Kevin Fenzi
330a0d8405
iad2: log02.iad2. Seems we do not have collectd-ping, or collectd-rabbitmq in epel8 yet
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2020-05-08 15:39:28 -07:00
Stephen Smoogen
61f292705c
[proxies] comment out coloamer from ansible configs
2020-04-24 21:34:11 +02:00
Aurélien Bompard
b9e0237737
Give proper titles to the RabbitMQ graphs
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2020-04-24 21:34:07 +02:00
Aurélien Bompard
f6378303ca
Fix the collectd rabbitmq plugin and data collection
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2020-04-24 21:34:07 +02:00
Rick Elrod
8a4ed2358a
remove tummy01 everywhere
...
Signed-off-by: Rick Elrod <relrod@redhat.com >
2019-02-20 17:28:52 +00:00
Patrick Uiterwijk
adcbf72f03
Packageize this, packageize that, packageize the world
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-08 22:25:52 +00:00
Stephen Smoogen
19e331d591
lets all go to the lobby.. and get some ibiblio to eat
2017-08-16 19:09:15 +00:00
Kevin Fenzi
f97048ee08
this needs to be directory
2017-02-26 20:04:28 +00:00
Kevin Fenzi
2a02a30d83
move collectd to /var/log/
2017-02-26 03:56:14 +00:00
Kevin Fenzi
1c6e9a11f4
Another pile of trailing whitespace fixes
2016-08-08 19:42:36 +00:00
Kevin Fenzi
2209cb5efa
drop bodhost01 and proxy07
2016-05-31 16:48:17 +00:00
Stephen Smoogen
c563192af6
get ready to remove serverbeach
2015-09-02 00:07:32 +00:00
Stephen Smoogen
75c212c169
more removal of ibiblio01
2015-08-19 17:45:50 +00:00
Stephen Smoogen
9e6797ae4e
and this is how we do it.
2015-02-20 18:12:56 +00:00
Stephen Smoogen
7eeb1195e4
and then this got rebuilt and there was much rejoicing.
2015-01-25 22:11:34 +00:00
Praveen Kumar
4b1e5162d7
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
2014-11-05 15:32:11 +00:00
Kevin Fenzi
284c0bf188
Setup rrdtool collectd config
2014-07-19 18:32:56 +00:00
Kevin Fenzi
f634818cf3
Fix wrong dir
2014-07-19 17:43:39 +00:00
Kevin Fenzi
dfd7b14575
Add the proper ping.conf for collectd server.
2014-07-18 21:09:38 +00:00
Kevin Fenzi
de7f7ab079
Add a v4-v5 collectd migration config
2014-07-18 18:15:28 +00:00
Kevin Fenzi
c53b02cf35
Allow us to look at collectd
2014-07-16 22:29:42 +00:00
Kevin Fenzi
d445a1df19
First rough cut at a logserver setup. Will need lots more tweaking.
2014-07-16 21:01:29 +00:00