Skip to content


 Zabbix
 Grafana
 Prometheus
 React Three Fiber
 Threejs and TypeScript
 SocketIO and TypeScript
 Blender Topological Earth
 Sweet Home 3D
 Design Patterns Python
 Design Patterns TypeScript
   
 Course Coupon Codes
Three.js and TypeScript
Kindle Edition
$6.99 $9.99 Paperback 
$22.99 $29.99




Design Patterns in TypeScript
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




Design Patterns in Python
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




Install Zabbix Agent on macOS Behind the Proxy

Video Lecture

Install Zabbix Agent on macOS Behind a Firewall Install Zabbix Agent on macOS Behind a Firewall

Description

In this lecture I install and configure Zabbix Agent to run on a macOS.

The mac is behind a firewall and I configure it to be managed via the Zabbix proxy.

After installing the Zabbix Agent on macOS, you will need to configure it using,

sudo nano /usr/local/etc/zabbix/zabbix_agentd.conf

edit the Server, ServerActive and Hostname parameters, save and restart the agent.

The commands to restart Zabbix Agent on the macOS are,

sudo launchctl unload /Library/LaunchDaemons/com.zabbix.zabbix_agentd.plist

then

sudo launchctl load /Library/LaunchDaemons/com.zabbix.zabbix_agentd.plist

Go back to the Zabbix Server, add the host to be managed by the proxy. Then update the proxy cache.

sudo zabbix_proxy -R config_cache_reload