summaryrefslogtreecommitdiff
path: root/zabbix_utils
diff options
context:
space:
mode:
authorMikhail Kolesnik <mike@openbunker.org>2008-03-31 11:02:45 +0300
committerMikhail Kolesnik <mike@openbunker.org>2008-03-31 11:02:45 +0300
commitdd3be2528b91a2f13875c2adaa074cc1eaf85c14 (patch)
tree19032e36131fd84268ded9b1fc184ddec1c32f8b /zabbix_utils
parentab58297781087293d62c84be4aa799b7bea0eb01 (diff)
downloadcontrib-dd3be2528b91a2f13875c2adaa074cc1eaf85c14.tar.gz
contrib-dd3be2528b91a2f13875c2adaa074cc1eaf85c14.tar.xz
zabbix_utils: updated to 1.4.5
Diffstat (limited to 'zabbix_utils')
-rw-r--r--zabbix_utils/.md5sum2
-rw-r--r--zabbix_utils/Pkgfile4
-rw-r--r--zabbix_utils/README11
-rwxr-xr-xzabbix_utils/post-install3
4 files changed, 12 insertions, 8 deletions
diff --git a/zabbix_utils/.md5sum b/zabbix_utils/.md5sum
index 350b44f06..571d244c5 100644
--- a/zabbix_utils/.md5sum
+++ b/zabbix_utils/.md5sum
@@ -1 +1 @@
-2b787b88c6cbf21283c1c24657b0d130 zabbix-1.4.4.tar.gz
+f87d73852fdab33f99beebfd16c21c63 zabbix-1.4.5.tar.gz
diff --git a/zabbix_utils/Pkgfile b/zabbix_utils/Pkgfile
index e7bc6eda3..f954e9bc2 100644
--- a/zabbix_utils/Pkgfile
+++ b/zabbix_utils/Pkgfile
@@ -4,8 +4,8 @@
# Depends on:
name=zabbix_utils
-version=1.4.4
-release=2
+version=1.4.5
+release=1
source=(http://dl.sourceforge.net/sourceforge/zabbix/zabbix-$version.tar.gz)
build() {
diff --git a/zabbix_utils/README b/zabbix_utils/README
index cf88dd114..a24681db3 100644
--- a/zabbix_utils/README
+++ b/zabbix_utils/README
@@ -5,13 +5,20 @@ REQUIREMENTS
PRE-INSTALL
POST-INSTALL
-1. Change Hostname, ListenIP and Server in /etc/zabbix_agent.conf to something useful.
+1. Change Hostname, ListenIP and Server in /etc/zabbix_agent.conf to
+something useful.
2. On the client (monitored) machines, you may add the following lines to
/etc/services:
zabbix_agent 10050/tcp
zabbix_trap 10051/tcp
-3. Run post-install to create dedicated user for the agent or use 'daemon'.
+3. Run post-install to create dedicated user for the agent instead of 'daemon'.
+
+PRECAUTION
+Before port version 1.4.4-2 'zbxagent' group was used as a pimary group of
+'zbxagent' user. Later it was changed (in post-install) to 'zabbix' to fix log
+files rotation issue in the directory shared with the zabbix server. Now it
+should be safe to remove unused 'zbxagent' group by hand.
RESOURCES
diff --git a/zabbix_utils/post-install b/zabbix_utils/post-install
index efcb6f2c9..a18b333d1 100755
--- a/zabbix_utils/post-install
+++ b/zabbix_utils/post-install
@@ -40,7 +40,4 @@ if [ -z `getent passwd | gawk -F: '{ print $1 }' | grep ^$ADD_USER$` ]; then
fi
fi
-echo "one time fix: modifying $ADD_USER primary group to $ADD_GROUP"
-/usr/sbin/usermod -g $ADD_GROUP $ADD_USER
-
exit $ADD_STATUS

Generated by cgit