prometheus
官方文档 创建配置文件 新建目录prometheus,编辑配置文件prometheus.yml # mkdir /opt/prometheus # cd /opt/prometheus/ # vim ...
2020年6月8日22,842Prometheus
prometheus
修改prometheus配置文件 # vim /home/prometheus/prometheus.yml # Alertmanager configuration alerting: alertm...
2020年3月23日6,805Prometheus
prometheus
是指监控每个服务启动的端口,根据端口来判断服务存活。 lucky可以指定每个应用的负责人 # vim prometheus.yml - job_name: 'dispatch' metrics_pat...
2020年3月23日23,848Prometheus
prometheus
添加主机(多个节点以此类推) # vim prometheus.yml - job_name: 'node' static_configs: - targets: - targets: - targe...
2020年3月23日11,500alertmanager
Prometheus
评论