zabbix_utils: updated to 1.4.5

This commit is contained in:
Mikhail Kolesnik 2008-03-31 11:02:45 +03:00
parent ab58297781
commit dd3be2528b
4 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
2b787b88c6cbf21283c1c24657b0d130 zabbix-1.4.4.tar.gz
f87d73852fdab33f99beebfd16c21c63 zabbix-1.4.5.tar.gz

View File

@ -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() {

View File

@ -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

View File

@ -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