Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 722 Bytes

File metadata and controls

27 lines (16 loc) · 722 Bytes

监控k3s集群和Pods

Prometheus 模版和配置文件

alert 通知指标规则汇总

alert 通知企业微信

使用psql-exporter

docs

download

为了PG的安全这里使用的是本地("local" is for Unix),需要加上host代表

这里用临时环境变量运行,不把超级管理密码记录到history

export DATA_SOURCE_NAME="postgresql://postgres:password@:48885/postgres?sslmode=disable&host=/var/run/postgresql"

运行

./postgres_exporter --web.listen-address :1111