automation-suite
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2025年12月23日

Automation Suite を監視する

Automation Suite のデプロイを監視するのに、事前設定されたアラート、ダッシュボード、ログを使用できます。または、独自の監視ツールを利用することもできます。詳細については、「外部監視ツール」をご覧ください。

監視できる Automation Suite コンポーネントのリストについては、「デプロイ アーキテクチャ」をご覧ください。

監視スタックを使用する

Automation Suite クラスターの監視スタックには、Prometheus、Grafana、Alertmanager、FluentD ダッシュボードが含まれます。詳しくは、公式の Rancher ドキュメントをご覧ください。

注:

ノードに障害が発生すると Kubernetes がシャットダウンし、Prometheus のアラートが中断される可能性があります。これを防ぐには、RKE2 サーバー上に別個のアラートを設定することをお勧めします。

docs image
Automation Suite の監視スタックの使用方法に関するガイドラインを次に示します。
  • アラート受信者を設定して、ダウンタイムにつながる可能性のある問題を防ぐ必要があります
  • 定期的な監視にはダッシュボードを参照できます。

  • トラブルシューティングにはログを参照できます。

監視ツールにアクセスする

概要

Automation Suite 監視ツールには、次の URL を使用して個別にアクセスできます。

アプリケーション

ツール

URL

メトリック

Prometheus

https://monitoring.fqdn/metrics

https://monitoring.automationsuite.mycompany.com/metrics

ダッシュボード

Grafana

https://monitoring.fqdn/grafana

https://monitoring.automationsuite.mycompany.com/grafana

アラート管理

Alertmanager

https://monitoring.fqdn/alertmanager

https://monitoring.automationsuite.mycompany.com/alertmanager

監視ツールの認証

監視ツールに初めてアクセスする場合、管理者として次の既定の資格情報でログインします。

  • ユーザー名: admin
  • パスワード: パスワードを取得するには、 次のコマンドを実行 します。
    kubectl get secrets/dex-static-credential -n uipath-auth -o "jsonpath={.data['password']}" | base64 -dkubectl get secrets/dex-static-credential -n uipath-auth -o "jsonpath={.data['password']}" | base64 -d
Dex 認証

監視ツールへのアクセス時に Dex 認証に使用する既定のパスワードを更新するには、次の手順を実行します。

注:

Dex は、監視ツールに階層化された基本的な認証方法です。 したがって、Dex パスワードを更新しても、監視ツールのパスワードには影響しません。 このシナリオでは、監視ツールのパスワードは以前と同じままです。

  1. newpassword を新しいパスワードに置き換えて、次のコマンドを実行します。
    password="newpassword"
    password=$(echo -n $password | base64)
    kubectl patch secret dex-static-credential -n uipath-auth --type='json' -p="[{'op': 'replace', 'path': '/data/password', 'value': '$password'}]"password="newpassword"
    password=$(echo -n $password | base64)
    kubectl patch secret dex-static-credential -n uipath-auth --type='json' -p="[{'op': 'replace', 'path': '/data/password', 'value': '$password'}]"
  2. 次のコマンドを実行して、パスワードを更新します。

    ./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -f --accept-license-agreement./install-uipath.sh -i /opt/UiPathAutomationSuite/cluster_config.json -o ./output.json -f --accept-license-agreement
  • 監視スタックを使用する
  • 監視ツールにアクセスする

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2026 UiPath. All rights reserved.