1
0
Fork 0
forked from infra/ansible

Zabbix: Add HTTP check on drm-panic.fpo

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe 2026-06-12 13:01:35 +01:00
commit 6679a99e3a
Signed by: gwmngilfen
SSH key fingerprint: SHA256:dNHcz65ApR68w2TkCIAXDBdt4oNL62Fyx48U7dXWuk0

View file

@ -39,6 +39,16 @@
- { name: 'https://www.fedorastatus.org/index.html', string: 'Fedora Infrastructure Status' }
- { name: 'https://pagure.io/fedora-infrastructure/issues', string: 'Issues' }
- { name: 'https://src.fedoraproject.org/rpms/moreutils', string: 'The moreutils rpms' }
- { name: 'https://drm-panic.fedoraproject.org', string: 'DRM Panic' }
tags:
- zabbix_api
when: inventory_hostname == 'zabbix01.rdu3.fedoraproject.org'
#
# HTTP service checks on STG DNS names
- name: Create HTTP checks for other stg hosts
include_tasks: httpcheck.yml
loop:
- { name: 'https://drm-panic.stg.fedoraproject.org', string: 'DRM Panic' }
tags:
- zabbix_api
when: inventory_hostname == 'zabbix01.stg.rdu3.fedoraproject.org'