summaryrefslogtreecommitdiff
path: root/network/zabbix_server/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/zabbix_server/README.SLACKWARE')
-rw-r--r--network/zabbix_server/README.SLACKWARE6
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: