systemctl restart zabbix-agent
Job for zabbix-agent.service failed because a configured resource limit was exceeded. See “systemctl status zabbix-agent.service” and “journalctl -xe”...
windows server 2016提示无法创建新的分区也找不到现有的分区解法
解决方案
在系统安装界面
按 shift +F10
进入windows终端
输入 diskpart
接着 list disk
选择 输入 select disk 0
...
HP服务器 centos重启出现ignoring unsafe software power cap
解决方案:
按F9 进入BIOS
Press CTRL+A. Select “Service Options.” Select “Processor Power and Utilization Monitoring.” ...
windows10 VPN错误633的解决办法
调制解调器(或其他连接设备)已在使用或没有正确配置
解决的办法很简单。
打开任务管理器
切换到服务选项卡,找到RasMan这个服务
在右键菜单中选择“转到详细信息”
结束这个...
关于使用proxmox ve 硬盘初始化后无法找到硬盘解决方案
原因是 因为在之前的版本中我们已经挂载了 osd 没有做删除卸载
所以新安装无法读取
我们按照这个指令可以解除并发现硬盘
If the dis...
windows2016 环境
报错分别都是
PHP Warning: Cannot modify header information – headers already sent by (output started at
等等很多
需要修改php.ini 全局配置如下
1:...
Windows Server 2003 Enterprise Edition SP2 64 位 key
MM72Q-QBVRW-JGDB6-94C22-GR8YJ
centos7无法启动Centos Failed to mount /sysroot
系统进入紧急模式 尝试很多方式都不行 看了教程 参考 了这个命令
紧急模式下执行
xfs_repair -v -L /dev/dm-0
...
服务器监控发型 CPU全部爆红
/tmp/java -B -o stratum+tcp://
跟踪 进入 top发型 是 jave
然后按C 读取出来路径 KILL
操作
chmod -x name
KILL -9 PID ...
首先执行
rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.centos.noarch.rpm
然后
安装被控部署包
yum -y install zabbix-agent
启动Zabbix Agent进程
3.1...