Skip to content

Alert manager Clustering is not working with v0.15.0-rc.1 #1323

Open
@vivekbny

Description

@vivekbny

What did you do?
Deployed 3 instances of Alertmanager v0.15.0-rc.1

What did you expect to see?
All three Alertmanagers should be Clustered and displayed in Status page of AM

What did you see instead? Under which circumstances?
Clustering did not work as expected

Environment
QA

  • Alertmanager version:

    alertmanager -version v0.15.0-rc.1

  • Prometheus version:

    2.0

  • Alertmanager configuration file:

  alertmanager:
    image: prom/alertmanager:0.15.0-rc.1
    ports:
      - mapping: "9093:9093"
        name: alertmanager
      - mapping: "8001:8001"
        name: meshport        
    constraints:
      - [ "hostname", "CLUSTER", "localhost.aaa.net" ]

    parameters:
      - key: memory-swap
        value: "-1"
    healthChecks:
      - protocol: "HTTP"
        path: "/-/healthy"
        gracePeriodSeconds: 300
        intervalSeconds: 60
        portIndex: 0
        timeoutSeconds: 20
        maxConsecutiveFailures: 3
    args:
      - "--storage.path"
      - "/alertmanager"
      - "--config.file"
      - "/etc/alertmanager/config.yml"
      - "--cluster.listen-address"
      - ":8001"
      - "--cluster.gossip-interval"
      - "100ms"
      - "--log.level"
      - info
      - "--cluster.peer"
      - r00000000:8001
      - "--cluster.peer"
      - r00000001:8001

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions