Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix/files/1.6.6: zabbix_proxy.conf zabbix_server.conf zabbix_agentd.conf
Date: Tue, 06 Oct 2009 16:24:36
Message-Id: E1MvCq2-0002wn-5I@stork.gentoo.org
1 patrick 09/10/06 16:24:34
2
3 Modified: zabbix_proxy.conf zabbix_server.conf
4 zabbix_agentd.conf
5 Log:
6 Adding proxy init script #283970 and fixing log paths #283817. Thanks to all the reporters and testers.
7 (Portage version: 2.2_rc44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf?r1=1.1&r2=1.2
15
16 Index: zabbix_proxy.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_proxy.conf,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zabbix_proxy.conf 5 Oct 2009 15:55:21 -0000 1.1
23 +++ zabbix_proxy.conf 6 Oct 2009 16:24:33 -0000 1.2
24 @@ -123,11 +123,11 @@
25 #UnavailableDelay=60
26
27 # Name of PID file
28 -PidFile=/var/tmp/zabbix_proxy.pid
29 +PidFile=/var/run/zabbix/zabbix_proxy.pid
30
31 # Name of log file
32 # If not set, syslog is used
33 -LogFile=/tmp/zabbix_proxy.log
34 +LogFile=/var/log/zabbix/zabbix_proxy.log
35
36 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
37 #LogFileSize=1
38
39
40
41 1.2 net-analyzer/zabbix/files/1.6.6/zabbix_server.conf
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf?r1=1.1&r2=1.2
46
47 Index: zabbix_server.conf
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_server.conf,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- zabbix_server.conf 5 Oct 2009 15:55:21 -0000 1.1
54 +++ zabbix_server.conf 6 Oct 2009 16:24:33 -0000 1.2
55 @@ -107,7 +107,7 @@
56 # Name of log file
57 # If not set, syslog is used
58
59 -LogFile=/tmp/zabbix_server.log
60 +LogFile=/var/log/zabbix/zabbix_server.log
61
62 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
63 #LogFileSize=1
64
65
66
67 1.2 net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf?rev=1.2&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf?rev=1.2&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf?r1=1.1&r2=1.2
72
73 Index: zabbix_agentd.conf
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/files/1.6.6/zabbix_agentd.conf,v
76 retrieving revision 1.1
77 retrieving revision 1.2
78 diff -u -r1.1 -r1.2
79 --- zabbix_agentd.conf 5 Oct 2009 15:55:21 -0000 1.1
80 +++ zabbix_agentd.conf 6 Oct 2009 16:24:33 -0000 1.2
81 @@ -64,7 +64,7 @@
82 # Name of log file.
83 # If not set, syslog will be used
84
85 -LogFile=/tmp/zabbix_agentd.log
86 +LogFile=/var/log/zabbix/zabbix_agentd.log
87
88 # Maximum size of log file in MB. Set to 0 to disable automatic log rotation.
89 #LogFileSize=1