<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                # GitLab Status Page > 原文:[https://docs.gitlab.com/ee/user/project/status_page/](https://docs.gitlab.com/ee/user/project/status_page/) * [How to set up](#how-to-set-up) * [Cloud account set up](#cloud-account-set-up) * [AWS Setup](#aws-setup) * [Status Page project](#status-page-project) * [Syncing incidents to the Status Page](#syncing-incidents-to-the-status-page) * [Status Page UI](#status-page-ui) * [Incident detail page](#incident-detail-page) * [How it works](#how-it-works) * [Publishing Incidents](#publishing-incidents) * [Publishing updates](#publishing-updates) * [Adding comments](#adding-comments) * [Changing the Incident status](#changing-the-incident-status) * [Attachment storage](#attachment-storage) * [Limit](#limit) # GitLab Status Page[](#gitlab-status-page-ultimate "Permalink") [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2479) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 12.10. 通過 GitLab 狀態頁面,您可以創建和部署靜態網站,以便在事件發生時與用戶進行有效溝通. ## How to set up[](#how-to-set-up "Permalink") **注意:**僅支持將 AWS S3 作為部署目標.圖 TB 子圖 GitLab 實例問題(問題更新)-觸發器->中間件(背景工作:JSON 生成)結束子圖 Cloud Provider 中間件-保存數據-> c1(云桶存儲 JSON 文件)結束子圖狀態頁 d( CDN 上的靜態站點)-獲取數據-> C1 端 設置狀態頁面非常簡單,但是您需要做一些事情. ### Cloud account set up[](#cloud-account-set-up "Permalink") 要使用 GitLab 狀態頁,您首先需要在操作設置頁中為您的云提供商設置帳戶詳細信息. 今天,僅支持 AWS. #### AWS Setup[](#aws-setup "Permalink") 1. 在您的 AWS acccout 中,創建兩個新的 IAM 策略. * [創建存儲桶](https://gitlab.com/gitlab-org/status-page/-/blob/master/deploy/etc/s3_create_policy.json) . * [更新存儲桶內容](https://gitlab.com/gitlab-org/status-page/-/blob/master/deploy/etc/s3_update_bucket_policy.json) (請記住用您的存儲桶名稱替換`S3_BUCKET_NAME` ). 2. 使用第一步中創建的權限策略創建一個新的 AWS 訪問密鑰. ### Status Page project[](#status-page-project "Permalink") 要將狀態頁面部署到 AWS S3,您需要添加狀態頁面項目并配置必要的 CI 變量. 1. 分叉[狀態頁](https://gitlab.com/gitlab-org/status-page)項目. 這也可以通過" [存儲庫鏡像"](https://gitlab.com/gitlab-org/status-page#repository-mirroring)來完成,這將確保您獲得最新的"狀態頁"功能. 2. 在**設置> CI / CD>變量中**添加以下**變量** . (要從 Amazon 獲取這些變量,請使用您的 Amazon Console): * `S3_BUCKET_NAME` -Amazon S3 存儲桶的名稱(如果不存在具有提供名稱的存儲桶,則第一個管道運行將創建一個并為[靜態網站托管](https://docs.aws.amazon.com/AmazonS3/latest/dev/HostingWebsiteOnS3Setup.html)配置它) * `AWS_DEFAULT_REGION` -AWS 區域 * `AWS_ACCESS_KEY_ID` -AWS 訪問密鑰 ID * `AWS_SECRET_ACCESS_KEY` -AWS 秘密 3. 運行管道以將狀態頁部署到 S3. ### Syncing incidents to the Status Page[](#syncing-incidents-to-the-status-page "Permalink") 設置 CI / CD 變量后,您需要設置要用于事件問題的項目: 1. 要查看" [操作設置"](../settings/#operations-settings)頁面,請導航至 **設置>操作>狀態頁面** . 2. 填寫您的云提供商的憑據,并確保已選中" **活動"**復選框. 3. Click **保存更改**. ## Status Page UI[](#status-page-ui "Permalink") "狀態頁面"登錄頁面顯示了最近事件的概述. 單擊事件將帶您到事件的詳細信息頁面. [![Status Page landing page](https://img.kancloud.cn/1d/ae/1dae1847a40f501f377282aa26ce565f_948x488.png)](../img/status_page_incidents_v12_10.png) ### Incident detail page[](#incident-detail-page "Permalink") 事件詳細信息頁面顯示有關特定事件的詳細信息. 例如: * 事件的狀態,包括事件的最新更新時間. * 事件標題,包括所有表情符號. * 事件描述,包括表情符號. * 事件描述或注釋中提供的帶有有效圖像擴展名的任何文件附件. 在 GitLab 13.1 中[引入](https://gitlab.com/gitlab-org/gitlab/-/issues/205166) . * 按時間順序排列的事件更新列表. [![Status Page detail](https://img.kancloud.cn/a0/e3/a0e3dbd45b75ac7e942439694cdf73d9_1103x524.png)](../img/status_page_detail_v12_10.png) ## How it works[](#how-it-works "Permalink") ### Publishing Incidents[](#publishing-incidents "Permalink") 要發布事件,您首先需要在啟用狀態頁設置的項目中創建一個問題. 默認情況下,問題不會發布到狀態頁面. 在問題中使用`/publish` [快速操作](../quick_actions.html)來發布問題. 僅[項目或小組所有者](../../permissions.html)可以發布問題. 使用快速操作后,后臺工作人員將使用在安裝過程中提供的憑據將問題發布到"狀態頁"上. 由于所有事件都是公開發布的,因此用戶和組提及將由`Incident Responder`匿名,并且非公共[GitLab 參考的](../../markdown.html#special-gitlab-references)標題也將被刪除. When an Incident is published in the GitLab project, you can access the details page of the Incident by clicking the **在狀態頁上發布** button displayed under the Incident’s title. [![Status Page detail link](https://img.kancloud.cn/53/90/5390cd93c801e5c92782aea93f19c6e4_2000x1347.png)](../img/status_page_detail_link_v13_1.png) **注意:**機密性問題無法發布. 如果您將已發布的問題設為機密,則它將不會發布. ### Publishing updates[](#publishing-updates "Permalink") 要發布事件更新,請更新事件問題的描述. **小心:**更改引用的問題(例如標題,機密性)時,引用的事件不會自動更新. ### Adding comments[](#adding-comments "Permalink") 要將評論添加到狀態頁事件中,請對事件問題創建評論. 準備發布評論時,請在評論中添加麥克風[獎表情符號](../../../user/award_emojis.html)反應( `:microphone` ). 這會將注釋標記為應部署到狀態頁的注釋. **警告:**有權查看問題的任何人都可以在評論中添加表情符號獎,因此您可能希望將問題僅限于團隊成員. ### Changing the Incident status[](#changing-the-incident-status "Permalink") 要將事件狀態從`open`更改為`closed` ,請在 GitLab 中關閉事件問題. 然后將在狀態頁面網站上對此進行更新. ## Attachment storage[](#attachment-storage "Permalink") 在 GitLab 13.1 中[引入](https://gitlab.com/gitlab-org/gitlab/-/issues/205166) . 從 GitLab 13.1 開始,作為[發布流程的](#how-it-works)一部分,附加到事件問題描述或注釋的文件將被發布和未發布到狀態頁存儲中. ### Limit[](#limit "Permalink") 每個問題僅 5000 個附件將被轉移到狀態頁面.
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看