摘要:
Centos7使用清华大学yum源 # sed -e 's|^mirrorlist=|#mirrorlist=|g' -e 's|^#baseurl=http://mirror.centos.org|baseurl=https://mirrors.tuna.tsinghua.edu.cn|g' -i 阅读全文
摘要:
下载fping http://www.fping.org/dist/fping-5.0.tar.gz 安装fping # tar zxf fping-5.0.tar.gz # cd fping-5.0/ # ./configure --prefix=/opt/fping # make # make 阅读全文
摘要:
PidFile=/tmp/zabbix_agentd.pidLogType=fileLogFile=/tmp/zabbix_agentd.logLogFileSize=100DebugLevel=3SourceIP=192.168.20.60Server=127.0.0.1ListenPort=10 阅读全文
摘要:
ProxyMode=0Server=127.0.0.1ServerPort=10051Hostname=zabbixserverListenPort=10051SourceIP=192.168.20.60LogType=fileLogFile=/tmp/zabbix_proxy.logLogFile 阅读全文
摘要:
ListenPort=10051SourceIP=192.168.20.60LogType=fileLogFile=/tmp/zabbix_server.logLogFileSize=100DebugLevel=3PidFile=/tmp/zabbix_server.pidSocketDir=/tm 阅读全文