zabbix the active mode and active mode proxy

#: Find a new host configuration agent, and note the version to the server side remains the same 
#: official website address: HTTPS: // www.zabbix.com/documentation/4.0/zh/manual/installation/install_from_packages/debian_ubuntu 

#: apt install source, install zabbix - Agent 

root @ Ubuntu: ~ # wget HTTPS: // repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-2+bionic_all.deb 

@ Ubuntu root: ~ # dpkg -i-release_4 ZABBIX. 0 - 2 + bionic_all.deb 
root @ Ubuntu: ~ # APT Update 
root @ Ubuntu: ~ # APT the install zabbix- agent 

#: agent configuration file into active mode 

root @ubuntu:# Vim ~ / etc / zabbix / zabbix_agentd.conf 
Server = 192.168 . 7.105 (point server address) 
ListenPort = 10050 
StartAgents = 3   
ServerActive = 192.168 . 7.105 (this must point to the server address, this initiative is sent to which server) 
Hostname = 192.168 . 7.108 (this should add the host name and the same page)

Set the page template

 

 

 

 

 

 

 

 

 

 Well after all modify, add hosts on it

 

Guess you like

Origin www.cnblogs.com/maxuebin/p/11566704.html