Version 3.4.6

master
Bernhard Linz 2018-01-16 12:39:02 +01:00
parent 9bca6d82ca
commit 290fe3a26f
7 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
@echo off @echo off
REM *** Configure the Agent ************************************************** REM *** Configure the Agent **************************************************
REM DNS-Name or IP of the Zabbix-Server or Zabbix Proxy, separate more than one server with , 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 REM the same before, only for active checks. If Empty, ZABBIXSERVER will be used
Set ZABBIXSERVERACTIVE= Set ZABBIXSERVERACTIVE=
REM Port of Zabbix Server, Default = 10051 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 REM Set next Entry to YES or NO. YES = add Computerdomain like .domain.local to Hostname
Set USEDOMAINSUFFIX=YES Set USEDOMAINSUFFIX=YES
REM If the Computer is in no domain, or the domain can not be determined, use the following suffix 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 ********************************** REM Zabbix Host ListenPort, Default = 10050 **********************************
Set ZABBIXHOSTLISTENPORT=10050 Set ZABBIXHOSTLISTENPORT=10050
REM HostMetadata for Autodiscovery ******************************************* REM HostMetadata for Autodiscovery *******************************************
REM Set a REM in front of the line if you did not use 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 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 ## Try some alternativ Tests for different Metadata **********************
REM Set METADATATEST to YES if you want the following additional Tests REM Set METADATATEST to YES if you want the following additional Tests
Set METADATATEST=NO Set METADATATEST=NO
@ -47,7 +47,7 @@ REM ** http://znil.net/index.php?title=Agent_Auto_Updater **
REM ** ** REM ** **
REM *********************************************************** REM ***********************************************************
REM Use ZabbixAutoUpdater? YES or NO 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 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 UPDATEFILESHARE=\\10.20.30.40\Zabbix-Agent$\3.4.1\UpdateCheck
Set UPDATEINSTALLER=\\10.20.30.40\Zabbix-Agent$\3.4.1\InstallZabbixAgent.bat Set UPDATEINSTALLER=\\10.20.30.40\Zabbix-Agent$\3.4.1\InstallZabbixAgent.bat