Ad Widget

Collapse

automated install of server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emcliqz
    Junior Member
    • Feb 2013
    • 15

    #1

    automated install of server

    In 2.0 the install is done via a web interface and I can't find documentation on how to do this manually. I wish to automate the install so I don't want to go through the web interface. I have done the following steps, are they correct/sufficient:

    * create db/user
    * import three schema files
    ** database/mysql/schema.sql
    ** database/mysql/images.sql
    ** database/mysql/data.sql
    * Modify /usr/local/etc/zabbix_server.conf (DB auth/access)
    * copy php files and configure php requirements
    * Create a conf/zabbix.conf.php file from the provided example

    This does get a working system that doesn't request setup, but I'd like to ensure this is valid.
  • Colttt
    Senior Member
    Zabbix Certified Specialist
    • Mar 2009
    • 878

    #2
    look at the cookbook section.. there are lot of scripts for that, except the last point.. i wirte a install script for debian /ubuntu with psql-support
    Debian-User

    Sorry for my bad english

    Comment

    • emcliqz
      Junior Member
      • Feb 2013
      • 15

      #3
      Thanks for the reply. It looks like my procedure does work (not experiencing any problems). I don't actually need a script for any of this, I just created my own (using Fabric for remote deployment). From here I'm just using the API to configure everything else.

      Comment

      Working...