forked from ports/contrib
zabbix_server: updated to 1.1.7
This commit is contained in:
parent
7d0face68d
commit
6171cebae2
@ -1,3 +1,3 @@
|
||||
baa6896c5f41ed286bca3c40e419e1cf zabbix-1.1.6.tar.gz
|
||||
ac24ab58ef1a985c1e2a5217386d5dba zabbix-1.1.7.tar.gz
|
||||
6e9f1c58704d2f7b3822930b004afe3c zabbix_server
|
||||
95cc43c4497f8388c5b4eb1866dff4c9 zabbix_server.conf
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: net-snmp fping
|
||||
|
||||
name=zabbix_server
|
||||
version=1.1.6
|
||||
version=1.1.7
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/zabbix/zabbix-$version.tar.gz \
|
||||
zabbix_server.conf zabbix_server)
|
||||
|
@ -10,9 +10,9 @@ You might have to change patch.sql to use MyISAM tables before applying
|
||||
patches.
|
||||
|
||||
POST-INSTALL
|
||||
You should decide on tabeles format: InnoDB is used in default sql scripts.
|
||||
But MyISAM gives some advantages... Before creating database you can untar
|
||||
source somewhere and run:
|
||||
You should decide on tabeles format: InnoDB is used in default sql scripts
|
||||
and is a better choice for zabbix database tables. However, before creating
|
||||
database you can untar source somewhere and run:
|
||||
sed -i s/"type\=InnoDB"/"type\=MyISAM"/g zabbix-1.x.x/create/mysql/schema.sql
|
||||
|
||||
1. Choose host for the database, edit /etc/zabbix_server.conf:
|
||||
|
Loading…
x
Reference in New Issue
Block a user