forked from infra/ansible
Zabbix: fix typo in template macro
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
6cfda2b8f5
commit
7e5a64efdc
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ zabbix_export:
|
|||
- uuid: 6dcf20635db1441892d51884bff34037
|
||||
name: http-koji
|
||||
type: ZABBIX_ACTIVE
|
||||
key: 'web.page.regexp[https://{$KOJI_HOST}/koji/hosts,,,fedoraproject.org]'
|
||||
key: 'web.page.regexp[https://{$KOJI.HOST}/koji/hosts,,,fedoraproject.org]'
|
||||
value_type: CHAR
|
||||
trends: '0'
|
||||
tags:
|
||||
|
|
@ -45,7 +45,7 @@ zabbix_export:
|
|||
value: infra
|
||||
triggers:
|
||||
- uuid: f85aa3969eb241ed857e21e07964ca5c
|
||||
expression: 'last(/Koji checks/web.page.regexp[https://{$KOJI_HOST}/koji/hosts,,,fedoraproject.org])<>"fedoraproject.org"'
|
||||
expression: 'last(/Koji checks/web.page.regexp[https://{$KOJI.HOST}/koji/hosts,,,fedoraproject.org])<>"fedoraproject.org"'
|
||||
name: 'http-koji connection failed'
|
||||
priority: AVERAGE
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue