Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « win32floppy « misc - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 733612e767efb891d8a4401bd11a6dabfb9c0bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* 
** ZABBIX
** Copyright (C) 2000-2011 SIA Zabbix
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/

SYNOPSIS
	install.bat "host name" "server IP" [ "install dir" ] [ "config dir" ]

	uninstall.bat [ "install dir" ]

DESCRIPTION
	install.bat - installation script, which copies executable file to 
	"install dir", creates configuration file in "config dir" with 
	default parameters, installs ZABBIX Agent as a service and starts the service.
	
	uninstall.bat - uninstallation script, which stops ZABBIX Agent service
	and removes the service from the system. uninstall.bat DON'T remove files, you
	must manualy remove them.

	NOTE: For installation script, file 'ZabbixW32.exe' must be accessable from current '.' directory.
	For example: You may copy 'install.bat','uninstall.bat' and 'ZabbixW32.exe'
	in to the one directory and start intallation.

OPTIONS
	"host name"
		ZABBIX Agent unique hostname which will be used for active checks.

	"server IP"
		ZABBIX Server IP address

	"install dir"
		installation directory for binary files. 
		Default value is %PROGRAMFILES%/zabbix

	"config dir"
		directory for configuration file.
		Default value is "install dir"

USAGE
	install.bat localhost 127.0.0.1 c:/zabbix
	uninstall.bat c:/zabbix

	install.bat "My Host Name" 192.168.5.1 d:/programs/zabbix_bin d:/programs/zabbix_conf 
	uninstall.bat d:/programs/zabbix_bin

AUTHOR
	Eugene Grigorjev, Nov 2005
	eugene.grigorjev@zabbix.com
	http://www.zabbix.com