1
0
Fork 0
forked from infra/ansible
Commit graph

211 commits

Author SHA1 Message Date
0f07117b2d Fix yamllint comment spacing errors
Add required space after '#' in all comments to comply with yamllint
formatting requirements.
2026-08-05 21:27:26 +00:00
21039755d3 Fix yamllint comma spacing errors
Remove extra spaces before and after commas to comply with yamllint
formatting requirements.
2026-08-05 21:27:26 +00:00
4e70adc8d4 Fix yamllint trailing-spaces errors by removing trailing whitespace
Remove all trailing spaces from YAML files to comply with yamllint
formatting requirements.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2026-08-05 21:27:26 +00:00
224ae2aed0 Fix yamllint document-start errors by adding YAML document markers
Add document start marker (---) to 28 YAML files that were missing it
to comply with yamllint requirements for proper YAML document structure.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2026-08-05 21:27:26 +00:00
195510e3b0 zabbix_agent: do not try and install the latest version
I really prefer if we do not use latest for packages in ansible.
The problem is that it makes the playbook non idempotent if there is an
update pending and suddenly it's updated when you were trying to just
push an unrelated change.

Updates should be done as needed or at mass update/reboot cycles.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-07-22 15:43:02 -07:00
38e4061461
zabbix: Update openshift proxy configuration for zabbix server stg/prod
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-07-14 11:09:26 +01:00
d4825ebfb2
zabbix: Update openshift proxy configuration
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-07-09 13:08:53 +01:00
dee5b453f1
Zabbix: get the tag name/value pair the right way around
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-07-07 10:45:17 +01:00
ea32c85fa7
Zabbix: 13450 - filter COPR notifications better
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-07-07 10:40:59 +01:00
2610b16219
Zabbix: add CS10 package defaults
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-22 15:54:50 +01:00
6679a99e3a
Zabbix: Add HTTP check on drm-panic.fpo
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-12 13:01:35 +01:00
cb5656371d
Zabbix: use escaped double quotes, Zabbix doesn't like single quotes
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-11 15:45:07 +01:00
06997a5e03
Zabbix: fix typo in hhtpchecks
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-11 15:38:10 +01:00
2336ad427a
Zabbix: re-enable http checks and migrate src.fpo moreutils test
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-11 15:31:31 +01:00
51382e7c0e Zabbix: move Nagios moby check
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-11 10:03:07 +00:00
d366c5bf0e
forgejo: Debugging zabbix agent on runnerhostVM
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-06-10 17:42:43 +01:00
6c3c094583
Zabbix: send COPR notifications to the new copr-monitoring room
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-10 17:29:35 +01:00
12725e170a zabbix: disable these checks in the right place
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:40:46 -07:00
22cde2e827 zabbix: disable this entire trigger for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:36:53 -07:00
ef8cd351b8 zabbix: nope, lets try breaking it up
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:35:25 -07:00
bd32aca8ec zabbix: ok, how about more double quotes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:32:42 -07:00
d9b0642fe1 zabbix: try just not passing the single quotes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:27:08 -07:00
18126a9103 Revert "zabbix: try and rework this so it does not pass single quotes to zabbix"
This reverts commit 277d0825f9.
2026-06-05 12:26:06 -07:00
277d0825f9 zabbix: try and rework this so it does not pass single quotes to zabbix
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 12:15:34 -07:00
8eb473412a Reapply "Zabbix: use regex instead, more flexible"
This reverts commit 8a41ace0d6.
2026-06-05 12:03:48 -07:00
6c6719b736 Revert "zabbix: fix quoting from reverts"
This reverts commit e9ff217653.
2026-06-05 12:03:37 -07:00
e9ff217653 zabbix: fix quoting from reverts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 11:53:26 -07:00
8a41ace0d6 Revert "Zabbix: use regex instead, more flexible"
This reverts commit 6ed762bb29.
2026-06-05 11:52:00 -07:00
4f6e3351ad Revert "zabbix: disable certgetter check as it seems to break the playbook"
This reverts commit e9313b5895.
2026-06-05 11:50:47 -07:00
e9313b5895 zabbix: disable certgetter check as it seems to break the playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-05 11:42:04 -07:00
7d0db42137
Zabbix: improve copr notification logic
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-03 16:03:18 +01:00
7516de601e
Zabbix: Move Copr-fe CDN check from Nagios
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-03 15:32:20 +01:00
0fdaf5ff7d
Zabbix: Use a dedicated Copr group and optional host tag
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-03 15:10:46 +01:00
013b1f8b48
Zabbix: Add COPR notification target
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-06-03 14:51:42 +01:00
bc2f608f4c
Zabbix: add trigger for one-off httpcheck items
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-28 09:44:55 +01:00
c0d5169f58
Zabbix: remove some unused checks
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-28 09:37:45 +01:00
1680d35e63
Move more http checks to Zabbix
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-26 17:10:43 +01:00
0d3e126317
Zabbix: Fix item typo and add another check
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-26 14:39:21 +01:00
6ed762bb29
Zabbix: use regex instead, more flexible
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-26 14:22:13 +01:00
8d40668907
Zabbix: Add some basic non-host HTTP checking to zabbix01
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-26 14:13:50 +01:00
5d331ca6e3
Zabbix: port remaining SSL checks over from Nagios
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
2026-05-21 11:07:10 +01:00
7ce80fab53
zabbix: debugging connections to agents
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 18:00:34 +01:00
a0b48d31b8
zabbix: update internal dns name to match correct value
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 17:57:29 +01:00
269c4fd64d
zabbix: configure agents to use internal dns for proxy
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 17:51:41 +01:00
7dad780f04
zabbix: debugging agent/proxy config
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 17:29:54 +01:00
299e2e4005
zabbix: configure git checkout step to force
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 17:11:32 +01:00
035be95c3f
zabbix: configure openshift based agents config
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 17:10:12 +01:00
850e51c1db
zabbix: debugging encryption config
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 16:44:51 +01:00
eef6c7bc89
zabbix: enabling ZBX_TLSCONNECT on proxy
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 16:30:17 +01:00
d1595d1420
zabbix: update the task to checkout correct helm chart
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2026-05-11 16:24:20 +01:00