Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload sample alert (alertmanager) #88

Closed
till opened this issue Apr 17, 2021 · 2 comments
Closed

upload sample alert (alertmanager) #88

till opened this issue Apr 17, 2021 · 2 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@till
Copy link
Contributor

till commented Apr 17, 2021

No description provided.

@till till added this to the 1.0.0 milestone Apr 17, 2021
@till till added the help wanted Extra attention is needed label Apr 17, 2021
@zentavr
Copy link

zentavr commented Aug 11, 2023

Do you seek for something like this:

    apiVersion: monitoring.coreos.com/v1
    kind: PrometheusRule
    metadata:
      name: dnsbl-rules
    spec:
      groups:
        - name: dnsbl
          rules:
            - alert: RblsIpsBlacklisted
              expr: luzilla_rbls_ips_blacklisted > 0
              for: 15m
              labels:
                severity: critical
              annotations:
                description: '{{ $labels.hostname }} ({{ $labels.ip }}) has been blacklisted in {{ $labels.rbl }} for more than 15 minutes.'
                summary: 'Endpoint {{ $labels.hostname }} is blacklisted'

@till
Copy link
Contributor Author

till commented Aug 11, 2023

Yeah, if you would like to put this into a contrib directory and PR it, that would be great. :)

@till till mentioned this issue Nov 14, 2023
10 tasks
@till till closed this as completed in 25815ec Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants