Install Zabbix Agent on Windows Systems Add Hosts to Zabbix Server for Monitoring So how can you add remote host systems to Zabbix server for monitoring?In this tutorial, we will be adding Linux and Windows systems into the Zabbix server for monitoring. To add hosts to Zabbix server; ...
How to setup Active Agent in Zabbix? How to do Network Discovery automatically? How to setup Active Agent in Zabbix? Step 1 – Configure Zabbix Agent with below parameters Step 2 – Add “Action” in Zabbix Server Based on Hostname or HostMetadata Step 1 - Install Ansible Step 2 - Write...
Hostname=zabbix_server //设置本机主机名 LogFile=/tmp/zabbix_server.log //设置日志文件 UnsafeUserParameters=1 //是否允许自定义key [root@zabbix_server ~]# zabbix_agentd //启动监控agent [root@zabbix_server ~]# ss -ntulp |grep zabbix_agentd //查看端口信息为10050 tcp LISTEN 0 128 *:10050...
a = get_host_ip() class zabbix_api: definit(self): self.url = 'http://' + a + '/zabbix/api_jsonrpc.php' # 修改URL self.header = {"Content-Type": "application/json"} defuser_login(self):data=json.dumps({"jsonrpc":"2.0","method":"user.login","params":{"user":"admin",#...
I just tested Zabbix 1.9.3 alpha and tried out the new "Low-level discovery" feature, but i can`t get it to work like (i think) it should. These are the steps i made: 1. Add a Host - linked to no Template 2. Add a Template - clear -> no items/triggers... ...
Labels: agent2 Sprint: Sprint 60 (Jan 2020) Story Points: 0.5 The HostInterface, HostInterfaceItem configuration parameters must be supported by agent2. People Assignee: Viktors Tjarve Reporter: Andris Zeila Team: Team A Votes: 0Vote for this issue ...
hi i have similar issue plugin added but unable to add zabbix datasource its not visible i had added above lines but still not showing, can u please help regards Ajit onaisseptaOctober 14, 2020, 8:07am7 when i create datasource, and then test and save it, i have allert thats the da...
yum -y install zabbix zabbix-agent 修改zabbix Agent配置 vi /etc/zabbix/zabbix_agentd.conf Server=127.0.0.1 ServerActive=127.0.0.1 Hostname= server 1 Server 和 ServerActive 都指定 zabbixserver 的 IP 地址 客户机需开启10050端口 重启zabbix agent 服务 ...
git clone https://github.com/memo1918/zabbix-agent-ansible-automation.git cd zabbix-agent-ansible-automation Install Python dependencies: pip install -r ServerScript/requirements.txt Usage Update the inventory file with your hosts and update sv_ip with the Zabbix server ips in host_conf_zabbix.ya...
Create an interface on two hosts. Request: {"jsonrpc":"2.0","method":"hostinterface.massadd","params": {"hosts": [{"hostid":"30050"},{"hostid":"30052"}],"interfaces": {"dns":"","ip":"127.0.0.1","main":0,"port":"10050","type":1,"useip":1}},"auth":"038e1d7b1735...