prometheus.yml 配置文件参数详解 https://blog.csdn.net/u013288190/article/details/116804765 ## 使用snmp监控网络设备 ## Prometheus + Grafana…
多个Prometheus实例互联
参考: 外部普米集中监控多个Prometheus实例:Prometheus Agent 模式与Prometheus 联邦模式 超级详细 https://blog.csdn.net/sunrj_niu/article/details/13700220…
snmp_exporter快速监控交换机
使用默认mib,通用快速部署 ## 下载 ``` [root@localhost monitor]# pwd /opt/monitor [root@localhost monitor]# wget https://github.com/prome…
Grafana-InfluxDB
## 环境 pve8,InfluxDB2.7,grafana11.3 influxdb2-2.7.10-1.x86_64 grafana-enterprise-11.3.0-1.x86_64 ## 从 InfluxDB 数据库中查询数据 g…
Linux的服务、程序
## 查看当前运行的服务: 1. **查看所有服务的状态**: 使用 `systemctl` 命令查看所有服务的状态: ```bash systemctl list-units --type=service ``` …