Zabbix安装配置

使用Zabbix Installation CD/DVD (.iso) 安装Zabbix Appliance
要求能够访问互联网

Zabbix(Ubuntu)配置静态IP

1、修改配置文件/etc/network/interfaces

sudo vi /etc/network/interfaces

添加以下内容:
auto eth0 #设置自动启动eth0接口
iface eth0 inet static #配置静态IP
address 192.168.11.88 #IP地址
netmask 255.255.255.0 #子网掩码
gateway 192.168.11.1 #默认网关

你可能感兴趣的:(Zabbix安装配置)