Commit Graph

14 Commits

Author SHA1 Message Date
Michal Konecny
6428f8f772 Sunset github2fedmsg and fedmsg
This commit is removing all the fedmsg related stuff from ansible
repository.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-13 10:08:51 +00:00
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
47c68f478d ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00
Ryan Lerch
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Ralph Bean
5cd3d144e1 Tell collectd to monitor the masher as the masher user. 2015-08-22 14:56:25 +00:00
Ralph Bean
121ac167b0 Put this in milliseconds. 2015-07-28 16:03:31 +00:00
Ralph Bean
10a3fb26a8 Further tag this role. 2015-07-28 15:46:00 +00:00
Ralph Bean
265bbfb1c0 Add some new fedmsg health bits to graph in collectd. 2015-07-28 15:37:50 +00:00
Ralph Bean
7781f66a8d Add tags to collectd roles. 2014-10-01 19:38:16 +00:00
Ralph Bean
821d2f8176 Support sending new moksha stats into collectd. 2014-09-25 13:21:08 +00:00
Ralph Bean
4a229675ef Use fqdn, I guess.. 2014-04-30 19:32:35 +00:00
Ralph Bean
44fa065f03 Whoopsy-daisy. 2014-04-30 19:29:23 +00:00
Ralph Bean
21f6600811 Ridiculous, but collectd exec plugins cannot accept arguments.
So we have to template our script and "hardcode" the process we want to
monitor there.
2014-04-30 19:25:20 +00:00
Ralph Bean
b5f6044085 Stub of a collectd role for fedmsg process health. 2014-04-30 16:04:47 +00:00