Difference between revisions of "Zabbix agent"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 35: Line 35:
 
* Make sure port 10050 is open on your monitored machine: <code>[[iptables]] -I INPUT -p tcp --dport 10050 -j ACCEPT</code>
 
* Make sure port 10050 is open on your monitored machine: <code>[[iptables]] -I INPUT -p tcp --dport 10050 -j ACCEPT</code>
 
* Review [[ansible-galaxy]] zabbix agent role: <code>[[ansible-galaxy install dj-wasabi.zabbix-agent]]</code>
 
* Review [[ansible-galaxy]] zabbix agent role: <code>[[ansible-galaxy install dj-wasabi.zabbix-agent]]</code>
 +
 +
 +
== Related commands ==
 +
* [[Prometheus-node-exporter]]
  
 
== See also ==
 
== See also ==

Revision as of 16:59, 14 May 2020

Zabbix agent is Zabbix client agent that runs on Linux, UNIX and Windows.


Zabbix agent support:


Installation and configuration

apt install zabbix-agent
sed -i s/ServerActive=127.0.0.1/ServerActive=192.168.0.18/ /etc/zabbix/zabbix_agentd.conf
sed -i s/Server=127.0.0.1/Server=192.168.0.18/ /etc/zabbix/zabbix_agentd.conf


systemctl restart zabbix-agent
systemctl start zabbix-agent


Commands:



Activities


Related commands

See also

Advertising: