AlertManager发出的默认邮件内容里,点击View in AlertManager时,会调到以AlertManager的主机名为url的地址上,导致打不开这个网址
解决方法:
./alertmanager --web.external-url='http://www.appblog.cn:9093/' ## web.external-url 显式设置下即可
AlertManager发出的默认邮件内容里,点击View in AlertManager时,会调到以AlertManager的主机名为url的地址上,导致打不开这个网址
解决方法:
./alertmanager --web.external-url='http://www.appblog.cn:9093/' ## web.external-url 显式设置下即可