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:
parent
c052919334
commit
6679a99e3a
1 changed files with 10 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue