Skip to content
#

alertmanager

Here are 204 public repositories matching this topic...

stevebail
stevebail commented Apr 7, 2020

@mxinden
Either I don't know what I am doing or the Alert Manager API is not working as expected.
Your assistance is greatly appreciated.

I am trying to get a list of active alerts using a filter and it does not work as expected.
In all cases, I receive the complete list of active alarms.
Example 1:
curl -X GET http://10.44.0.3:9093/api/v2/alerts
Here I get the full list of active alerts

DasyDong
DasyDong commented Apr 16, 2020

Since kubernetes latest version has reached 1.18, in new Version we need new apiVersion value

Use 'apps/v1' to replace 'extensions/v1beta1' for example-app deployment

path : use-operator-manage-prometheus.md

current:

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: example-app

new:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: examp
samber
samber commented Mar 25, 2020

Today, we add for: 5m to alerts, automatically.

Use case: mysql_global_status_uptime < 60 would never trigger

5m can be the default value.

Progression:

Basic resource monitoring

  • Prometheus self-monitoring
  • Host/Hardware
  • Docker Containers
  • Blackbox
  • Windows

Databases and brokers

  • MySQL
  • PostgreSQL
  • PGBouncer
  • [

Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等

  • Updated Jun 11, 2020
  • CSS

Improve this page

Add a description, image, and links to the alertmanager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alertmanager topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.