网卡配置文件说明:################################[root@oldboy ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 ==》这里是eth0网卡设备的默认配置文件 # Advanced Micro Devices [AMD]&nbs
故障1:编译zabbix时候出现下面问题,我使用的编译参数如下:./configure --prefix=/home/zhanjun/tools/zabbix-2.4.7/ --enable-server --enable-agent --with-mysql --with-net-snmp -with-libcurl --with-libxml2问题:报checking for mysql_co
1.编写一条命令,可以获取内存的free值free -m|grep Mem|awk -F ' ' '{print $4}'2.在zabbix 客户端中加入下面一行配置【配置key,和监控需要提取的数值】vim /application/zabbix/etc/zabbix_agentd.confUserParameter=mem,free -m|grep
1.修改zabbix server 的配置文件,增加下面配置egrep -v '#|^$' /application/zabbix-2.4.7/etc/zabbix_server.confLogFile=/tmp/zabbix_server.logDBName=zabbixDBUser=rootDBPassword=123123DBPort=3306AlertScriptsPath=/applic
系统环境: CentOS release 6.5_2.6.32-431.el6.x86_64关闭防火墙: service iptables stop禁止开机启动:chkconfig iptables off关闭selinux: sed -i 's/SELINUX=enforcing/SELINUX=disabled/
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号