目前我正在使用 Prometheus 并取得了良好的结果,我面临的困难是如果服务重新启动我的整个旧数据将丢失。有没有办法将 Prometheus 数据永久存储在 mysql 或 PostgreSQL 等数据库中?
在尝试使用教程https://docs.aws.amazon.com/directoryservice/latest/admin-guide/join_linux_instance.html在 AWS 托管 Active Directory 中手动加入 Ubuntu 16.04 的 Linux 实例时,对领域的身份验证成功,但在那之后,我在尝试将 UBuntu 16.04 实例加入 AD 时遇到此错误:
Couldn't authenticate to active directory: SASL(-1): generic failure: GSSAPI Error: An invalid name was supplied (Success)
adcli: couldn't connect to ad.nettracer.aero domain: Couldn't authenticate to active directory: SASL(-1): generic failure: GSSAPI Error: An invalid name was supplied (Success)
! Insufficient permissions to join the domain
realm: Couldn't join realm: Insufficient permissions to join the domain
Run Code Online (Sandbox Code Playgroud)
然而,这同样适用于 CentOS。
我的结局有什么问题吗?