diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-04-14 21:00:49 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:02 +0200 |
commit | 9bae09be5939de825b0659afbbf6eec5ab177b86 (patch) | |
tree | 402c2b18444afca8ecdf2bcc69b2fb006bafb1ff /network/zabbix_server/README.SLACKWARE | |
parent | c79360a54a9898895e1c31e7a3cf9772840aabfd (diff) | |
download | slackbuilds-9bae09be5939de825b0659afbbf6eec5ab177b86.tar.gz |
network/zabbix_server: Updated for version 1.8.2.
Diffstat (limited to 'network/zabbix_server/README.SLACKWARE')
-rw-r--r-- | network/zabbix_server/README.SLACKWARE | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network/zabbix_server/README.SLACKWARE b/network/zabbix_server/README.SLACKWARE index c2865e8fbb..58660f6e7c 100644 --- a/network/zabbix_server/README.SLACKWARE +++ b/network/zabbix_server/README.SLACKWARE @@ -38,7 +38,7 @@ running: On your MySQL server, connect with full privileges: - # mysql -u <your_user> -p <your_password> + # mysql -u <your_user> -p<your_password> Create the zabbix database & user: @@ -67,8 +67,10 @@ In MySQL, create the schema & add initial data: zabbix requires some parameters in /etc/httpd/php.ini to be altered: - - date.timezone Needs to be set (default = blank) + - post_max_size = 16M Default = 8M - max_execution_time = 300 Default = 30 + - max_input_time = 300 Default = 60 + - date.timezone Needs to be set (default = blank) After changing the php.ini file, you'll need to restart httpd for the changes to have effect: |