summaryrefslogtreecommitdiffstats
path: root/misc/win32floppy/README
blob: 0a31104e8f37295f772b87802de1d66df3488f5d (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
64
65
/* 
** ZABBIX
** Copyright (C) 2000-2005 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 copy executiable file to 
	"install dir", create configureation file in "config dir" with 
	default parameters, install ZABBIX Agent as service and start service.
	
	uninstall.bat - uninstallation script, which stop ZABBIX Agent service
	and remove servise from system. uninstall.bat DON'T remove files, you
	must manualy remove all files.

	NOTE: For installation scrip using file 'ZabbixW32.exe' must bee 
	accessiable 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 hostname which be used for active checks.

	"server IP"
		ZABBIX Server ip address

	"install dir"
		installation directory for bynary 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