diff options
Diffstat (limited to 'network/zabbix_server/README.SLACKWARE')
-rw-r--r-- | network/zabbix_server/README.SLACKWARE | 9 |
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: |