automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Linux 版 Automation Suite 安装指南

上次更新日期 2025年10月3日

监控 Automation Suite

要监控 Automation Suite 部署,您可以使用我们预配置的警示、仪表板和日志。或者,您也可以选择使用自己的监控工具。有关详细信息,请参阅外部监控工具

有关可以监控的 Automation Suite 组件的列表,请参阅部署架构

使用监控堆栈

Automation Suite 集群的监控堆栈包括 Prometheus、Grafana、Alertmanager 和 FluentD。有关详细信息,请参阅 Rancher 官方文档

备注:

节点故障可能会导致 Kubernetes 关闭,从而中断 Prometheus 警示。为防止出现这种情况,我们建议在 RKE2 服务器上设置单独的警示。

docs image
以下是有关如何使用 Automation Suite 监控堆栈的一些准则:
  • 必须配置警示接收人,以防止出现任何可能导致停机的问题。
  • 您可以参考仪表板进行定期监控。

  • 您可以参阅日志进行故障排除。

访问监控工具

概述

您可以使用以下 URL 单独访问 Automation Suite 监控工具:

应用程序

工具

URL

示例

指标

Prometheus

https://monitoring.fqdn/metrics

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

仪表板

Grafana

https://monitoring.fqdn/grafana

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

警示管理

警示管理器

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 Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。