摘要: zabbix介绍: Zabbix介绍: Zabbix是一款开源免费,能够监控各种网络参数以及服务器健康性和完整性的软件。Zabbix使用灵活的通知机制,允许用户为几乎任何事件配置基于邮件的告警。这样可以快速反馈服务器的问题。基于已存储的数据,Zabbix提供了... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(801) 评论(0) 推荐(0)
摘要: #---------------------64位完整配置[agent]#https://docs.influxdata.com/telegraf/v1.16/administration/configuration/#agent-configurationi... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(416) 评论(0) 推荐(0)
摘要: 结合32位端口状态值:---------------------------------------------------------------以下为snmp 自动发现功能[[inputs.snmp]]agents = ["IP:port"]version... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(167) 评论(0) 推荐(0)
摘要: 1. 安装snmp 服务端:snmpd 客户端:snmp apt-get install -y snmpd snmp 2. centos7 官网:http://www.net-snmp.org/ 、安装SMNP yum install -y net-snm... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(156) 评论(0) 推荐(0)
摘要: #!/bin/bashstart() {cat /etc/systemd/system/grafana.service[Unit]Description="grafana"After=network.target[Service]Type=simpleExec... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(151) 评论(0) 推荐(0)
摘要: #!/bin/bash start() { cat /etc/systemd/system/alertmanager.service [Unit] Description="alertmanager" After=network.target [Serv... 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(66) 评论(0) 推荐(0)
摘要: 哪位大佬能解答一下我的疑惑 telegraf 通过SNMP插件怎样监控交换机CPU和内存指标啊 现在已经研究出监控 端口进出口流量了😭 阅读全文
posted @ 2022-07-06 19:17 GEGEWU- 阅读(158) 评论(0) 推荐(0)