SF.net SVN: gar:[25369] csw/mgar/pkg/zabbix/trunk

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Tue Nov 10 16:22:31 CET 2015


Revision: 25369
          http://sourceforge.net/p/gar/code/25369
Author:   janholzh
Date:     2015-11-10 15:22:31 +0000 (Tue, 10 Nov 2015)
Log Message:
-----------
zabbix/trunk: fix config files

Modified Paths:
--------------
    csw/mgar/pkg/zabbix/trunk/Makefile
    csw/mgar/pkg/zabbix/trunk/files/zabbix_agentd.conf
    csw/mgar/pkg/zabbix/trunk/files/zabbix_proxy.conf
    csw/mgar/pkg/zabbix/trunk/files/zabbix_server.conf

Modified: csw/mgar/pkg/zabbix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zabbix/trunk/Makefile	2015-11-10 13:16:41 UTC (rev 25368)
+++ csw/mgar/pkg/zabbix/trunk/Makefile	2015-11-10 15:22:31 UTC (rev 25369)
@@ -81,6 +81,8 @@
 RUNTIME_DEP_PKGS_CSWzabbix-server += CSWphp5-mbstring
 RUNTIME_DEP_PKGS_CSWzabbix-server += CSWphp5-ctype
 RUNTIME_DEP_PKGS_CSWzabbix-server += CSWphp5-dom
+#Postgres package
+RUNTIME_DEP_PKGS_CSWzabbix-server += CSWphp5-pgsql
 #For database connection
 
 CHECKPKG_OVERRIDES_CSWzabbix-server += surplus-dependency|CSWphp5-session

Modified: csw/mgar/pkg/zabbix/trunk/files/zabbix_agentd.conf
===================================================================
--- csw/mgar/pkg/zabbix/trunk/files/zabbix_agentd.conf	2015-11-10 13:16:41 UTC (rev 25368)
+++ csw/mgar/pkg/zabbix/trunk/files/zabbix_agentd.conf	2015-11-10 15:22:31 UTC (rev 25369)
@@ -8,7 +8,7 @@
 #
 # Mandatory: no
 # Default:
-PidFile=/var/run/zabbix_agentd.pid
+PidFile=/var/tmp/zabbix_agentd.pid
 
 ### Option: LogFile
 #	Name of log file.
@@ -18,7 +18,7 @@
 # Default:
 # LogFile=
 
-LogFile=/var/adm/zabbix_agentd.log
+LogFile=/var/tmp/zabbix_agentd.log
 
 ### Option: LogFileSize
 #	Maximum size of log file in MB.

Modified: csw/mgar/pkg/zabbix/trunk/files/zabbix_proxy.conf
===================================================================
--- csw/mgar/pkg/zabbix/trunk/files/zabbix_proxy.conf	2015-11-10 13:16:41 UTC (rev 25368)
+++ csw/mgar/pkg/zabbix/trunk/files/zabbix_proxy.conf	2015-11-10 15:22:31 UTC (rev 25369)
@@ -74,7 +74,7 @@
 # Default:
 # LogFile=
 
-LogFile=/var/adm/zabbix_proxy.log
+LogFile=/var/tmp/zabbix_proxy.log
 
 ### Option: LogFileSize
 #	Maximum size of log file in MB.
@@ -103,7 +103,7 @@
 #
 # Mandatory: no
 # Default:
-PidFile=/var/run/zabbix_proxy.pid
+PidFile=/var/tmp/zabbix_proxy.pid
 
 ### Option: DBHost
 #	Database host name.

Modified: csw/mgar/pkg/zabbix/trunk/files/zabbix_server.conf
===================================================================
--- csw/mgar/pkg/zabbix/trunk/files/zabbix_server.conf	2015-11-10 13:16:41 UTC (rev 25368)
+++ csw/mgar/pkg/zabbix/trunk/files/zabbix_server.conf	2015-11-10 15:22:31 UTC (rev 25369)
@@ -27,7 +27,7 @@
 # Default:
 # LogFile=
 
-LogFile=/var/adm/zabbix_server.log
+LogFile=/var/tmp/zabbix_server.log
 
 ### Option: LogFileSize
 #	Maximum size of log file in MB.
@@ -56,7 +56,7 @@
 #
 # Mandatory: no
 # Default:
-PidFile=/var/run/zabbix_server.pid
+PidFile=/var/tmp/zabbix_server.pid
 
 ### Option: DBHost
 #	Database host name.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list