我有以下抑制规则: ######## INHIBIT RULES ########inhibit_rules: severity: 'critical' severity: 'warning'
# Apply inhibition if the alertname is the same on the
当我提取特定版本的AlertManager (0.21)并单独运行它时,它会工作。但是,当我在对接器组合中运行它时,警报管理器拒绝启动,并不断地提供以下错误。open alertmanager.yml: no such file or directory
当一个旧版本的警报管理器(0.15)在docker中以相同的配置运行时,它可以工作。