diff --git a/bin/win32/zabbix_agentd.exe b/bin/win32/zabbix_agentd.exe index e9a7bda..a3d2ecb 100644 Binary files a/bin/win32/zabbix_agentd.exe and b/bin/win32/zabbix_agentd.exe differ diff --git a/bin/win32/zabbix_get.exe b/bin/win32/zabbix_get.exe index b60c5fb..2b54d19 100644 Binary files a/bin/win32/zabbix_get.exe and b/bin/win32/zabbix_get.exe differ diff --git a/bin/win32/zabbix_sender.exe b/bin/win32/zabbix_sender.exe index b27e388..b6cbf17 100644 Binary files a/bin/win32/zabbix_sender.exe and b/bin/win32/zabbix_sender.exe differ diff --git a/bin/win64/zabbix_agentd.exe b/bin/win64/zabbix_agentd.exe index 28ecc9c..d98f48e 100644 Binary files a/bin/win64/zabbix_agentd.exe and b/bin/win64/zabbix_agentd.exe differ diff --git a/bin/win64/zabbix_get.exe b/bin/win64/zabbix_get.exe index da016e7..831ecf0 100644 Binary files a/bin/win64/zabbix_get.exe and b/bin/win64/zabbix_get.exe differ diff --git a/bin/win64/zabbix_sender.exe b/bin/win64/zabbix_sender.exe index fc09e56..db453ab 100644 Binary files a/bin/win64/zabbix_sender.exe and b/bin/win64/zabbix_sender.exe differ diff --git a/config.bat b/config.bat index 8a7c1a8..14abe8f 100644 --- a/config.bat +++ b/config.bat @@ -1,7 +1,7 @@ @echo off REM *** Configure the Agent ************************************************** REM DNS-Name or IP of the Zabbix-Server or Zabbix Proxy, separate more than one server with , -Set ZABBIXSERVER=zabbix.example.local +Set ZABBIXSERVER=192.200.60.201 REM the same before, only for active checks. If Empty, ZABBIXSERVER will be used Set ZABBIXSERVERACTIVE= REM Port of Zabbix Server, Default = 10051 @@ -13,13 +13,13 @@ For /f %%i in ('hostname') do Set ZABBIXHOSTNAME=%%i REM Set next Entry to YES or NO. YES = add Computerdomain like .domain.local to Hostname Set USEDOMAINSUFFIX=YES REM If the Computer is in no domain, or the domain can not be determined, use the following suffix -Set FALLBACKDOMAIN=example.local +Set FALLBACKDOMAIN=AEZ REM Zabbix Host ListenPort, Default = 10050 ********************************** Set ZABBIXHOSTLISTENPORT=10050 REM HostMetadata for Autodiscovery ******************************************* REM Set a REM in front of the line if you did not use REM Only use at Version 2.2 or higher, not for 2.0.x -Set ZABBIXHOSTMETADATA=WindowsServer +Set ZABBIXHOSTMETADATA=AEZ-Windows REM ## Try some alternativ Tests for different Metadata ********************** REM Set METADATATEST to YES if you want the following additional Tests Set METADATATEST=NO @@ -47,7 +47,7 @@ REM ** http://znil.net/index.php?title=Agent_Auto_Updater ** REM ** ** REM *********************************************************** REM Use ZabbixAutoUpdater? YES or NO -Set ZABBIXAGENTUPDATER=YES +Set ZABBIXAGENTUPDATER=NO REM Set Path to the Agent-Files in Network and to the Installation-Script or Program Set UPDATEFILESHARE=\\10.20.30.40\Zabbix-Agent$\3.4.1\UpdateCheck Set UPDATEINSTALLER=\\10.20.30.40\Zabbix-Agent$\3.4.1\InstallZabbixAgent.bat