* remove redundant step in README.OpenBSD
* fix default administrator username in README.OpenBSD * add missing run_depends * add recommended values in zabbix.ini so that it works out of the box ok sthen@
This commit is contained in:
parent
cd5055c213
commit
1a3b12a05b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/04/09 16:41:45 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/05/03 11:46:08 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = network and application monitoring - agent
|
||||
COMMENT-server = network and application monitoring - server
|
||||
@ -6,10 +6,10 @@ COMMENT-web = network and application monitoring - web frontend
|
||||
|
||||
VERSION = 1.8.2
|
||||
DISTNAME = zabbix-${VERSION}
|
||||
FULLPKGNAME-main = zabbix-agent-${VERSION}p0
|
||||
FULLPKGNAME-main = zabbix-agent-${VERSION}p1
|
||||
FULLPKGPATH-main = net/zabbix,-main
|
||||
PKGNAME-server = zabbix-server-${VERSION}p0
|
||||
FULLPKGNAME-web = zabbix-web-${VERSION}p0
|
||||
FULLPKGNAME-web = zabbix-web-${VERSION}p1
|
||||
FULLPKGPATH-web = net/zabbix,-web
|
||||
CATEGORIES = net
|
||||
|
||||
@ -56,7 +56,8 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
PREFIX-web = /var/www
|
||||
LIB_DEPENDS-web =
|
||||
RUN_DEPENDS-web = ::www/php5/extensions,-gd
|
||||
RUN_DEPENDS-web = ::www/php5/extensions,-gd \
|
||||
::www/php5/extensions,-mbstring
|
||||
WANTLIB-web =
|
||||
ZABBIX_WEB = ${PREFIX-web}/zabbix
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.4 2009/10/02 14:09:10 ajacoutot Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.5 2010/05/03 11:46:08 ajacoutot Exp $
|
||||
|
||||
This document gives information relevant to using ZABBIX on OpenBSD.
|
||||
The original documentation is available as a PDF file at
|
||||
@ -58,7 +58,7 @@ changes, stop and start httpd.
|
||||
Next you must create the database following the relevant set of
|
||||
instructions below. When this is done you can proceed to configure
|
||||
through the web interface at http://<hostname>/zabbix/setup.php.
|
||||
(default user is 'admin' with password 'zabbix')
|
||||
(default user is 'Admin' with password 'zabbix')
|
||||
|
||||
== MySQL ==
|
||||
|
||||
@ -107,9 +107,6 @@ you can create the 'zabbix' user and database like this:
|
||||
|
||||
And initialize the database:
|
||||
|
||||
$ psql -U zabbix
|
||||
psql> create database zabbix;
|
||||
psql> \q
|
||||
$ cd ${TRUEPREFIX}/share/zabbix/schema
|
||||
$ cat postgresql.sql | psql -U zabbix zabbix
|
||||
$ cd ../data
|
||||
|
@ -2,6 +2,9 @@
|
||||
; Country/City format.
|
||||
date.timezone = UTC
|
||||
|
||||
; ZABBIX requires this as a minimum.
|
||||
max_execution_time = 300
|
||||
|
||||
; ZABBIX recommended values
|
||||
post_max_size = 32M
|
||||
memory_limit = 256M
|
||||
upload_max_filesize = 16M
|
||||
max_execution_time = 600
|
||||
max_input_time = 600
|
||||
|
Loading…
Reference in New Issue
Block a user