summaryrefslogtreecommitdiffstats
path: root/network/zabbix_server/README.SLACKWARE
diff options
context:
space:
mode:
author Niels Horn2010-08-27 03:24:11 +0200
committer Erik Hanson2010-08-29 22:32:13 +0200
commita1b3959061517c32048b01fae4ec4bc0f91d7121 (patch)
tree15cdb75714c2e5dd8b3b4e7f5a43f17980bd04ff /network/zabbix_server/README.SLACKWARE
parent0ead47cb3c04430919cbfafb56cace94e0023b00 (diff)
downloadslackbuilds-a1b3959061517c32048b01fae4ec4bc0f91d7121.tar.gz
network/zabbix_server: Updated for version 1.8.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/zabbix_server/README.SLACKWARE')
-rw-r--r--network/zabbix_server/README.SLACKWARE9
1 files changed, 5 insertions, 4 deletions
diff --git a/network/zabbix_server/README.SLACKWARE b/network/zabbix_server/README.SLACKWARE
index 58660f6e7c..fd2024bfe5 100644
--- a/network/zabbix_server/README.SLACKWARE
+++ b/network/zabbix_server/README.SLACKWARE
@@ -29,8 +29,9 @@ The suggested UID and GID is 228, but you can change this as needed:
1) Configuring zabbix_server
----------------------------
-A very complete (320 pages) PDF manual is included and installed in
-the /usr/doc/zabbix_server-<version>/ directory.
+Very complete documentation in available online at:
+ http://www.zabbix.com/documentation/
+
For those in a hurry, here are some basic steps to get zabbix up &
running:
@@ -42,7 +43,7 @@ On your MySQL server, connect with full privileges:
Create the zabbix database & user:
- mysql> create database zabbix;
+ mysql> create database zabbix character set utf8;
mysql> use mysql;
mysql> grant all on zabbix.* to zabbix@<your_zabbix_server> identified by '<your_password>';
mysql> flush privileges;
@@ -117,7 +118,7 @@ any other Slackware rc script:
# chmod +x /etc/rc.d/rc.zabbix_server
-4) Starting zabbix server
+3) Starting zabbix server
-------------------------
Now you are ready to start zabbix_server by calling the startup script: