{"id":11553,"date":"2019-03-14T12:14:01","date_gmt":"2019-03-14T12:14:01","guid":{"rendered":"http:\/\/www.appservgrid.com\/paw92\/?p=11553"},"modified":"2019-03-14T12:14:01","modified_gmt":"2019-03-14T12:14:01","slug":"how-to-install-zabbix-agent-and-add-windows-host-to-zabbix-monitoring-part-4","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/14\/how-to-install-zabbix-agent-and-add-windows-host-to-zabbix-monitoring-part-4\/","title":{"rendered":"How to Install Zabbix Agent and Add Windows Host to Zabbix Monitoring \u2013 Part 4"},"content":{"rendered":"<p>Following previous tutorials concerning Zabbix series, this article describes how to install and setup an instance of Zabbix agent to run as a service on Microsoft Windows systems in order to monitor your infrastructure windows environments, especially server machines.<\/p>\n<div id=\"attachment_16177\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/add-windows-host-to-zabbix-monioring.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16177\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/add-windows-host-to-zabbix-monioring-620x297.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/add-windows-host-to-zabbix-monioring-620x297.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/add-windows-host-to-zabbix-monioring.jpg 720w\" alt=\"Add Windwos Host to Zabbix Monitoring\" width=\"620\" height=\"297\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Install Agent and Add Windows Host to Zabbix Monitoring<\/p>\n<\/div>\n<h4>Requirements<\/h4>\n<p><i class=\"fa fa-check\"><\/i>\u00a0<a href=\"https:\/\/www.tecmint.com\/install-and-configure-zabbix-monitoring-on-debian-centos-rhel\/\" target=\"_blank\" rel=\"noopener\">Installing and Configuring Zabbix on Debian 8 and RHEL\/CentOS 7 \u2013 Part 1<\/a><\/p>\n<h5>Related Guides<\/h5>\n<p><i class=\"fa fa-check\"><\/i>\u00a0<a href=\"https:\/\/www.tecmint.com\/configure-zabbix-to-send-email-alerts-to-gmail\/\" target=\"_blank\" rel=\"noopener\">How to Configure \u2018Zabbix Monitoring\u2019 to Send Email Alerts to Gmail Account \u2013 Part 2<\/a><\/p>\n<p><i class=\"fa fa-check\"><\/i>\u00a0<a href=\"https:\/\/www.tecmint.com\/install-and-configure-zabbix-agents-on-centos-redhat-and-debian\/\" target=\"_blank\" rel=\"noopener\">How to Install and Configure Zabbix Agents on Remote Linux Systems \u2013 Part 3<\/a><\/p>\n<h3>Step 1: Download and Install Zabbix Agent on Windows<\/h3>\n<p><strong>1.<\/strong>\u00a0The pre-compiled zip agents for Windows environments can be obtained from official\u00a0<a href=\"https:\/\/www.zabbix.com\/download.php\" target=\"_blank\" rel=\"nofollow noopener\">Zabbix download<\/a>\u00a0page and manually installed and started on the system using windows Command Prompt as in the following example:<\/p>\n<pre>C:\\Users\\caezsar&gt;&lt;full system path to zabbix_agentd.exe&gt; --config &lt;full system path to zabbix_agentd.win.conf&gt; --install\r\n<\/pre>\n<p><strong>Example<\/strong>, suppose you\u2019ve downloaded and extracted the Zabbix agent zip archive to\u00a0<strong>D:\\Downloads\\zabbix_agents_2.4.4.win\\<\/strong>, run the following command to install the service:<\/p>\n<pre>C:\\Users\\caezsar&gt;D:\\Downloads\\zabbix_agents_2.4.4.win\\bin\\win32\\zabbix_agentd.exe --config D:\\Downloads\\zabbix_agents_2.4.4.win\\conf\\zabbix_agentd.win.conf --install\r\n<\/pre>\n<p><strong>2.<\/strong>\u00a0After the service has been installed on your windows host, open\u00a0<strong>zabbix_agentd.win.conf<\/strong>\u00a0file and manually edit the following parameters:<\/p>\n<div class=\"code-label\" title=\"Configure Zabbix Agent on Windows\">zabbix_agentd.win.conf<\/div>\n<pre>Server=IP of Zabbix Server\r\nServerActive=IP of Zabbix Server\r\nHostname=use the FQDN of your windows host<\/pre>\n<p><strong>3.<\/strong>\u00a0To start the service just type:<\/p>\n<pre>C:\\Users\\caezsar&gt;D:\\Downloads\\zabbix_agents_2.4.4.win\\bin\\win32\\zabbix_agentd.exe --start\r\n<\/pre>\n<p>To stop the service run the same command as above with\u00a0<code>--stop<\/code>\u00a0argument and to uninstall the service use the\u00a0<code>--uninstall<\/code>\u00a0argument.<\/p>\n<pre>C:\\Users\\caezsar&gt;D:\\Downloads\\zabbix_agents_2.4.4.win\\bin\\win32\\zabbix_agentd.exe --stop\r\nC:\\Users\\caezsar&gt;D:\\Downloads\\zabbix_agents_2.4.4.win\\bin\\win32\\zabbix_agentd.exe --uninstall\r\n<\/pre>\n<div id=\"attachment_16160\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Configure-Zabbix-Windows-Agent.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16160\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Configure-Zabbix-Windows-Agent-620x357.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Configure-Zabbix-Windows-Agent-620x357.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Configure-Zabbix-Windows-Agent.png 833w\" alt=\"Configure Zabbix Windows Agent\" width=\"620\" height=\"357\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Configure Zabbix Windows Agent<\/p>\n<\/div>\n<p><strong>4.<\/strong>\u00a0A second and more convenient method to install and automatically configure Zabbix agent on Windows environments is by downloading Zabbix Agent installer\u00a0<strong>msi<\/strong>\u00a0package specific for your system architecture by visiting the link:\u00a0<a href=\"http:\/\/www.suiviperf.com\/zabbix\/index.php\" target=\"_blank\" rel=\"nofollow noopener\">http:\/\/www.suiviperf.com\/zabbix\/index.php<\/a>.<\/p>\n<p><strong>5.<\/strong>\u00a0Once the Zabbix agent\u00a0<strong>msi<\/strong>\u00a0file has been downloaded on your system, run it and supply the required information in order to configure and install the agent on the target monitored host as it follows:<\/p>\n<pre><strong>Hostname<\/strong>: use the FQDN of your windows host (the hostname value should match the \u201cFull Computer name\u201d configured for your machine)\r\n<strong>Zabbix server Name<\/strong>: use the IP of the Zabbix Server\r\n<strong>Agent Port<\/strong>: 10050 \r\n<strong>Remote Command<\/strong>: check this value\r\n<strong>Active Server<\/strong>: IP of Zabbix Server\r\n<\/pre>\n<div id=\"attachment_16161\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Installation-on-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16161\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Installation-on-Windows-572x450.jpg\" sizes=\"auto, (max-width: 572px) 100vw, 572px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Installation-on-Windows-572x450.jpg 572w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Installation-on-Windows.jpg 680w\" alt=\"Zabbix Agent Installation on Windows\" width=\"572\" height=\"450\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Zabbix Agent Installation on Windows<\/p>\n<\/div>\n<p>If you need to modify Zabbix configuration file with other custom values at a later date, the conf file can be found on\u00a0<strong>%programfiles%\\Zabbix Agent\\<\/strong>\u00a0path.<\/p>\n<p><strong>6.<\/strong>\u00a0After you\u2019ve finished the setup, open a windows\u00a0<strong>Command Prompt<\/strong>\u00a0with\u00a0<strong>Administrator<\/strong>\u00a0privileges, run\u00a0<strong>services.msc<\/strong>\u00a0command in order to open\u00a0<strong>Windows Services utility<\/strong>\u00a0and locate\u00a0<strong>Zabbix<\/strong>\u00a0Agent service to check if the service is running and automatically started after reboot.<\/p>\n<pre>services.msc\r\n<\/pre>\n<p>From this console you can manage the service (start, stop, pause, resume, enable or disable).<\/p>\n<div id=\"attachment_16162\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Windows-Service.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16162\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Windows-Service-620x355.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Windows-Service-620x355.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Windows-Service-1024x587.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Agent-Windows-Service.jpg 1486w\" alt=\"Zabbix Agent Windows Service\" width=\"620\" height=\"355\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Zabbix Agent Windows Service<\/p>\n<\/div>\n<h3>Step 2: Configure Windows Firewall and Test Zabbix Agent<\/h3>\n<p><strong>7.<\/strong>\u00a0Almost all Windows based systems have\u00a0<strong>Windows Firewall<\/strong>\u00a0active and running, therefore zabbix agent port must be opened in firewall in order to communicate with zabbix server.<\/p>\n<p>In order to open Zabbix agent port in windows firewall, open\u00a0<strong>Control Panel<\/strong>\u00a0-&gt;\u00a0<strong>System and Security<\/strong>\u00a0\u2013 &gt;\u00a0<strong>Windows Firewall<\/strong>\u00a0and hit on\u00a0<strong>Allow<\/strong>\u00a0an app through Windows Firewall.<\/p>\n<div id=\"attachment_16163\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Open-Zabbix-Port-on-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16163\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Open-Zabbix-Port-on-Windows-620x366.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Open-Zabbix-Port-on-Windows-620x366.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Open-Zabbix-Port-on-Windows-1024x604.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Open-Zabbix-Port-on-Windows.jpg 1220w\" alt=\"Open Zabbix Port on Windows\" width=\"620\" height=\"366\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Open Zabbix Port on Windows<\/p>\n<\/div>\n<p><strong>8.<\/strong>\u00a0Next, click on\u00a0<strong>Allow<\/strong>\u00a0another app button and a new window should open. Use the\u00a0<strong>Browse<\/strong>\u00a0button to navigate and add\u00a0<strong>Zabbix<\/strong>\u00a0agent executable file (usually found in\u00a0<strong>%programfiles%\\Zabbix Agent\\<\/strong>\u00a0if you installed it using msi program), then hit on\u00a0<strong>Add<\/strong>\u00a0button to add the service.<\/p>\n<div id=\"attachment_16164\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-Agent.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16164\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-Agent-620x392.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-Agent-620x392.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-Agent-1024x648.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-Agent.jpg 1334w\" alt=\"Add Zabbix Agent\" width=\"620\" height=\"392\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Add Zabbix Agent<\/p>\n<\/div>\n<div id=\"attachment_16165\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-to-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16165\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-to-Windows-620x439.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-to-Windows-620x439.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-to-Windows-1024x725.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Zabbix-to-Windows.jpg 1181w\" alt=\"Add Zabbix to Windows\" width=\"620\" height=\"439\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Add Zabbix to Windows<\/p>\n<\/div>\n<p><strong>9.<\/strong>\u00a0Next, make sure you check and open the firewall rule on the network segment where zabbix server is located in your network and hit OK button to finish and apply configuration.<\/p>\n<div id=\"attachment_16166\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Allow-Zabbix-Agent-on-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16166\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Allow-Zabbix-Agent-on-Windows-620x364.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Allow-Zabbix-Agent-on-Windows-620x364.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Allow-Zabbix-Agent-on-Windows-1024x601.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Allow-Zabbix-Agent-on-Windows.jpg 1227w\" alt=\"Allow Zabbix Agent on Windows Firewall\" width=\"620\" height=\"364\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Allow Zabbix Agent on Windows Firewall<\/p>\n<\/div>\n<p><strong>10.<\/strong>\u00a0In order to test if Zabbix agent running on windows is reachable from Zabbix server side, use\u00a0<strong>telnet<\/strong>\u00a0or\u00a0<strong>netcat command<\/strong>\u00a0on zabbix server against windows agent\u00a0<strong>IP-Port<\/strong>\u00a0and a Connected message should appear. Hit\u00a0<strong>Enter<\/strong>\u00a0key to generate an error message and automatically disconnect from agent:<\/p>\n<pre>telnet &lt;Windows_agent IP Address&gt; 10050\r\n<\/pre>\n<div id=\"attachment_16167\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Zabbix-Agent-Port-on-Windows.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16167\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Zabbix-Agent-Port-on-Windows-620x215.png\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Zabbix-Agent-Port-on-Windows-620x215.png 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Zabbix-Agent-Port-on-Windows.png 685w\" alt=\"Check Zabbix Agent Port on Windows\" width=\"620\" height=\"215\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Check Zabbix Agent Port on Windows<\/p>\n<\/div>\n<h3>Step 3: Add Zabbix Agent Monitored Windows Host to Zabbix Server<\/h3>\n<p><strong>11.<\/strong>\u00a0Once the windows agent has been tested from command line and everything looks fine, go to\u00a0<strong>Zabbix Server<\/strong>web interface, move to\u00a0<strong>Configuration<\/strong>\u00a0tab -&gt;\u00a0<strong>Hosts<\/strong>\u00a0and hit on\u00a0<strong>Create Host<\/strong>\u00a0button in order to add the Windows monitored host.<\/p>\n<div id=\"attachment_16168\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Windows-Host-to-Zabbix.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16168\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Windows-Host-to-Zabbix-620x206.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Windows-Host-to-Zabbix-620x206.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Windows-Host-to-Zabbix-1024x340.jpg 1024w\" alt=\"Add Windows Host to Zabbix\" width=\"620\" height=\"206\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Add Windows Host to Zabbix<\/p>\n<\/div>\n<p><strong>12.<\/strong>\u00a0On\u00a0<strong>Host<\/strong>\u00a0window add the\u00a0<strong>FQDN<\/strong>\u00a0of your windows agent machine in\u00a0<strong>Host name<\/strong>\u00a0filed, add an arbitrary name to Visible name filed in order to easily identify the monitored machine on Zabbix panel, make sure the host is included into a\u00a0<strong>Group Servers<\/strong>\u00a0and add the\u00a0<strong>IP Address<\/strong>\u00a0of your windows host in\u00a0<strong>Agent<\/strong>\u00a0interfaces filed. The\u00a0<strong>Port<\/strong>value leave it unchanged.<\/p>\n<div id=\"attachment_16169\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Windows-Host-Configuration-in-Zabbix.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16169\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Windows-Host-Configuration-in-Zabbix-620x342.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Windows-Host-Configuration-in-Zabbix-620x342.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Windows-Host-Configuration-in-Zabbix-1024x565.jpg 1024w\" alt=\"Windows Host Configuration in Zabbix\" width=\"620\" height=\"342\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Windows Host Configuration in Zabbix<\/p>\n<\/div>\n<p><strong>13.<\/strong>\u00a0Next, go to\u00a0<strong>Template<\/strong>\u00a0tab and hit on\u00a0<strong>Select<\/strong>\u00a0button. A new window with\u00a0<strong>Zabbix Templates<\/strong>\u00a0should appear. Navigate through this window, check\u00a0<strong>Template OS Windows<\/strong>\u00a0and hit on\u00a0<strong>Select<\/strong>\u00a0button to add the template.<\/p>\n<div id=\"attachment_16170\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Template-OS-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16170\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Template-OS-Windows-620x243.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Template-OS-Windows-620x243.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Template-OS-Windows-1024x402.jpg 1024w\" alt=\"Zabbix Template OS Windows\" width=\"620\" height=\"243\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Zabbix Template OS Windows<\/p>\n<\/div>\n<div id=\"attachment_16171\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Select-Templat-OS-Windows.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16171\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Select-Templat-OS-Windows-620x386.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Select-Templat-OS-Windows-620x386.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Select-Templat-OS-Windows-1024x637.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Select-Templat-OS-Windows.jpg 1279w\" alt=\"Select Template OS Windows\" width=\"620\" height=\"386\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Select Template OS Windows<\/p>\n<\/div>\n<p><strong>14.<\/strong>\u00a0Once the\u00a0<strong>Template OS Windows<\/strong>\u00a0appears on Link new templates filed, hit on\u00a0<strong>Add<\/strong>\u00a0button in order to link this template to the windows host configuration.<\/p>\n<p>Finally, after the\u00a0<strong>Template OS Windows<\/strong>\u00a0is visible in\u00a0<strong>Linked Templates<\/strong>\u00a0filed hit on below\u00a0<strong>Add<\/strong>\u00a0button to complete the process and add the entire Windows host configuration.<\/p>\n<div id=\"attachment_16173\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Linked-Windows-Templates.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16173\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Linked-Windows-Templates-620x378.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Linked-Windows-Templates-620x378.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Linked-Windows-Templates-1024x624.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Zabbix-Linked-Windows-Templates.jpg 1029w\" alt=\"Zabbix Linked Windows Templates\" width=\"620\" height=\"378\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Zabbix Linked Windows Templates<\/p>\n<\/div>\n<div id=\"attachment_16172\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Linked-Zabbix-Windows-Templates.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16172\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Linked-Zabbix-Windows-Templates-620x327.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Linked-Zabbix-Windows-Templates-620x327.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Linked-Zabbix-Windows-Templates-1024x540.jpg 1024w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Add-Linked-Zabbix-Windows-Templates.jpg 1208w\" alt=\"Add Linked Zabbix Windows Templates\" width=\"620\" height=\"327\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Add Linked Zabbix Windows Templates<\/p>\n<\/div>\n<p><strong>15.<\/strong>\u00a0After your monitored windows machine has been added return to\u00a0<strong>Configuration<\/strong>\u00a0-&gt;\u00a0<strong>Hosts<\/strong>\u00a0and the windows Host should now be present in this window as illustrated on below screenshot.<\/p>\n<div id=\"attachment_16174\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Windows-Host-in-Zabbix.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16174\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Windows-Host-in-Zabbix-620x212.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Windows-Host-in-Zabbix-620x212.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Check-Windows-Host-in-Zabbix-1024x350.jpg 1024w\" alt=\"Check Windows Host in Zabbix\" width=\"620\" height=\"212\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Check Windows Host in Zabbix<\/p>\n<\/div>\n<p>That\u2019s all! Just assure that your windows host\u00a0<strong>Status<\/strong>\u00a0is set to\u00a0<strong>Enabled<\/strong>\u00a0and wait a few minutes in order for Zabbix server to contact the windows agent side and process the received remote data.<\/p>\n<p>As an example, to get a graphical inside of the CPU load on the monitored Windows machine go to Zabbix web console\u00a0<strong>Monitoring<\/strong>\u00a0tab -&gt;\u00a0<strong>Graphs<\/strong>, select the windows machine host name and CPU load Graph and all the collected data so far should be presented into a nice graphical chart.<\/p>\n<div id=\"attachment_16175\" class=\"wp-caption aligncenter\">\n<p><a href=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Monitor-Windows-Host-in-Zabbix.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-16175\" src=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Monitor-Windows-Host-in-Zabbix-620x322.jpg\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" srcset=\"https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Monitor-Windows-Host-in-Zabbix-620x322.jpg 620w, https:\/\/www.tecmint.com\/wp-content\/uploads\/2015\/10\/Monitor-Windows-Host-in-Zabbix-1024x532.jpg 1024w\" alt=\"Monitor Windows Host in Zabbix\" width=\"620\" height=\"322\" data-lazy-loaded=\"true\" \/><\/a><\/p>\n<p class=\"wp-caption-text\">Monitor Windows Host in Zabbix<\/p>\n<p><a style=\"font-size: 1rem;\" href=\"https:\/\/www.tecmint.com\/install-zabbix-agent-and-add-windows-host-to-zabbix-monioring\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Following previous tutorials concerning Zabbix series, this article describes how to install and setup an instance of Zabbix agent to run as a service on Microsoft Windows systems in order to monitor your infrastructure windows environments, especially server machines. Install Agent and Add Windows Host to Zabbix Monitoring Requirements \u00a0Installing and Configuring Zabbix on Debian &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2019\/03\/14\/how-to-install-zabbix-agent-and-add-windows-host-to-zabbix-monitoring-part-4\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to Install Zabbix Agent and Add Windows Host to Zabbix Monitoring \u2013 Part 4&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11553","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=11553"}],"version-history":[{"count":1,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11553\/revisions"}],"predecessor-version":[{"id":11554,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/11553\/revisions\/11554"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=11553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=11553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=11553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}