Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

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

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

  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. <cluster_config.json> を構成ファイルのパスに置き換えて、次のコマンドを実行します。
    /opt/UiPathAutomationSuite/UiPath_Installer/install-uipath.sh -i <cluster_config.json> -f -o output.json --accept-license-agreement/opt/UiPathAutomationSuite/UiPath_Installer/install-uipath.sh -i <cluster_config.json> -f -o output.json --accept-license-agreement
  • 監視スタックを使用する
  • 監視ツールにアクセスする

Was this page helpful?

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