redis Error: Server closed the connection 解决

redis cluster 六台服务器做三主三从 初始化一直在等待 root@sunday:~# redis-cli -a 'Sunday123' --clus…

Categraf Prometheus Grafana 采集Dell iDRAC SNMP硬件信息

本次监控采集使用categraf + Prometheus + Grafana实现 部署 前置要求 Dell iDRAC SNMP 启用 (默认启用) Dell MIB文件 检测 …

MySQL连接数暴增,wait_timeout 调整

MySQL服务连接数突然暴增,登录服务查看大都是sleep进程,并且1分钟会启用一个新的连接,紧急处理方案是需要手动去释放连接数。 查看wait_timeout mysql>…

Nginx 允许多个域名跨域访问

允许指定单个域名跨域访问 location /{ #add_header Access-Control-Allow-Origin *; #允许所有域名不安全 add_header …

Ansible 常用模块

一、命令模块 1、Command模块 [root@kafka-node01 ansible]# ansible web01 -m command -a "free -m&…

MySQL 锁表 死锁查看及解决

解除正在死锁的状态有两种方法 第一种 1.查询是否锁表 show OPEN TABLES where In_use > 0; 2.查询进程(如果您有SUPER权限,您可以看到…

Dell R620 IPMI 风扇

root@mon39:~# ipmitool -I lanplus -H 192.168.2.46 -U root -P calvin sdr type fan Fan1A | 3…

dify smtp邮箱配置

smtp配置 MAIL_TYPE=smtp # Default send from email address, if not specified MAIL_DEFAULT_SEN…

vcenter 7 克隆虚拟机 ubuntu dhcp ip一样

version vcenter: 7 exsi: 7 试过删除网卡不行 原因 当克隆运行 Ubuntu 客户机操作系统的虚拟机时会出现此问题,新克隆的虚拟机包含与其克隆的虚拟机模板…

prometheus 报错 “Out of order sample from remote write” err=”out of bounds”

root@mon:/data/prometheus# journalctl -u prometheus -f Feb 10 10:55:44 mon39 prometheus[26…

1 2 16