个人一直用的阿里云的ECS,在配置环境的时候就想着修改一下默认的 DNS,听说阿里云自己的 DNS 速度和稳定性都不错,所以就将默认的 DNS 修改成了阿里云的DNS,并一直稳定使用,下面给出修改方法: 修改对应网卡的 DNS 的配置文件 /etc/resolv.conf 修改成以下内容保存即可: nameserver 223.5.5.5 nameserver 223.6.6.6 这两个地址是阿里云提供的免费 DNS 服务,速度和稳定性还是不错的,大家可以试一下.
In the previous post Nagios 3.0 Jumpstart guide , I explained the overview, installation and configuration of Nagios 3.0 on Red Hat Server. In the following three chapters, I’ll explain how to monitor a remote Linux host and the various services runn