Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sevrets #107

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.yaml
chiyi4488 authored Apr 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ea7ed001d6cd5f71fb822f9af849eb51ac81821c
20 changes: 10 additions & 10 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ settings:

allmonitorsOperational: '所有系統運作良好'
notAllmonitorsOperational: '部分系統運作有異'
monitorLabelOperational: 'Operational'
monitorLabelNotOperational: 'Not Operational'
monitorLabelOperational: '良好'
monitorLabelNotOperational: '有狀況'
monitorLabelNoData: '無資料'
dayInHistogramNoData: '無資料'
dayInHistogramOperational: '一切良好'
@@ -23,15 +23,15 @@ monitors:
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false

- id: www-cloudflare-com
name: www.cloudflare.com
description: 'Built for anything connected to the Internet.'
url: 'https://www.cloudflare.com'
- id: *-cotpear-com
name: Cotpear 總網絡系統 - https://*.cotpear.com
description: 'Cotpear 總網絡系統(未實質應用)'
url: 'https://*.cotpear.com'
method: GET
expectStatus: 200

- id: blog-cloudflare-com
name: The Cloudflare Blog
url: 'https://blog.cloudflare.com/'
- id: -cotpear-com
name: Cotpear 狀態 - https://status.cotpear.com
description: 'Cotpear 狀態'
url: 'https://status.cotpear.com'
method: GET
expectStatus: 200