Status Page (Atlassian)

:discourse2: 요약 **Status Page (Atlassian)**는 공개용(Public Facing) Atlassian Status Page의 .json 엔드포인트를 호출하고, 시스템이 다운되었을 때 포럼 사용자에게 알림을 보냅니다.
:hammer_and_wrench: 저장소 링크 https://github.com/discourse/discourse-atlassian-statuspage
:open_book: 디스코URS 테마를 처음 사용하시나요? 디스코URS 테마 사용 입문 가이드

이 테마 컴포넌트 설치

기능

컴포넌트 설정의 status endpoint 텍스트 상자에 시스템의 .json 엔드포인트를 추가하세요. 시스템이 다운되면 사용자 정의 메시지가 포럼 상단에 표시됩니다.

공개용 Status Page 엔드포인트를 어떻게 찾을 수 있나요?

  1. 웹 브라우저에서 웹사이트의 상태 페이지를 방문합니다.
  2. 네트워크 검사기를 열고 페이지를 새로고침합니다.
  3. 요청 목록에서 status.json을 찾고 위에 마우스를 올리면 .json 엔드포인트가 표시됩니다.

설정

이름 설명
failed status test statusPage 실패를 테스트하도록 켜기
test status message 상태가 다운일 때 표시할 메시지
test status indicator statusPage 실패를 테스트할 때 사용할 지표
minor status message 상태가 다운되고 경미한 지표가 있을 때 표시할 메시지
major status message 상태가 다운되고 주요 지표가 있을 때 표시할 메시지
critical status message 상태가 다운되고 치명적 지표가 있을 때 표시할 메시지
status endpoint 웹사이트의 statusPage 상태를 확인하기 위해 호출할 .json 엔드포인트. 예: ‘https://status.yourWebsite.com/api/v2/status.json
status more info link ‘Status Down’ 알림 링크를 클릭했을 때 사용자를 보내줄 웹페이지

:discourse2: 우리가 호스팅을 하고 있나요? 테마 컴포넌트는 Standard, Business, Enterprise 플랜에서 사용할 수 있습니다.

21개의 좋아요

If anyone is eager to do a little work on this theme component, we got some feedback that it would be nice if there was the ability to display separate messages (and perhaps have different CSS classes) based on the various values of the indicator returned by the StatusPage API. (Which are minor, major, or critical, and it turns out there’s also an undocumented value of maintenance as well.) :heart: :nerd_face:

5개의 좋아요

That’s really good feedback! I can definitely look into the possibility of using different statuses to determine how it displays. I’ll add this to some things I’ll be looking into when my current list clears up.

Thanks for the suggestion :+1:

6개의 좋아요

I have pushed a small update to allow the features you mentioned. You can now set up a message for minor, major, critical indicators separately.

Each indicator also changes the background color of the status page alert.

You can also specify which indicator you would like to see when putting the component into test mode.

Minor
image

Major
image

Critical
image

7개의 좋아요

Looks great; thank you! Especially appreciate the unique CSS class for each level so we can get the colors just right.

4개의 좋아요