Giter Site home page Giter Site logo

Comments (4)

santi-eidu avatar santi-eidu commented on June 9, 2024

Is there something in the container logs? Default Connector name is /v2/Connector, Try that.

from prom2teams.

Maleware avatar Maleware commented on June 9, 2024

I've got the same problem.

My connector from prometheus side looks like this:

route:
      receiver: 'null'
      receiver: 'MS-TEAMS'
      group_by: ['namespace']
      group_wait: 30s
      group_interval: 5m
      repeat_interval: 12h
      routes:
      - receiver: 'MS-TEAMS'
        matchers:
          - alertname =~ "InfoInhibitor|Watchdog"
    receivers:
    - name: 'null'
    - name: 'MS-TEAMS'
      webhook_configs:
        - url: http://0.0.0.0:8089/v2/Connector

Ignore the reciever: 'null' this is a workaround of known bug of prometheus

the prom2teams side of things looks like this:

prom2teams:
  host: 0.0.0.0
  port: 8089
  monitoring_port: 9090
  connector:  Awesome-Webhook
  connectors: {}
  # group_alerts_by can be one of
  # ("name" | "description" | "instance" | "severity" | "status" | "summary" | "fingerprint" | "runbook_url")
  group_alerts_by:
  # loglevel can be one of (DEBUG | INFO | WARNING | ERROR | CRITICAL)
  loglevel: DEBUG
  templatepath: /opt/prom2teams/helmconfig/teams.j2
  config: /opt/prom2teams/helmconfig/config.ini
  extraEnv: {}

I've got a DeadMansSwitch in Prometheus, thus I should see an alarm fire. However, there are severals rules firing.

My conf.ini :

[HTTP Server]
Host: 0.0.0.0
Port: 8089

[Microsoft Teams]
Connector: Awesome-Webhook

[Group Alerts]
Field: 

[Log]
Level: DEBUG

Can anyone help me?

from prom2teams.

santi-eidu avatar santi-eidu commented on June 9, 2024

url: 0.0.0.0 ? this should point to the prom2teams URL.

from prom2teams.

stale avatar stale commented on June 9, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from prom2teams.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.