Ad Widget

Collapse

Automatic Configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gpmidi
    Member
    • Aug 2009
    • 62

    #1

    Automatic Configuration

    I'm looking to deploy and manage a large number of Zabbix installations. In order to do so effectively I need a way to fully automate the setup and configuration. I've already got a lot of experience in working with building RPMs. So I'll probably re-roll the Zabbix RPMs with my own configuration files. I can also have the RPM's %post install script automatically initialize the database with all of the settings in a baseline form. All of that is do-able.
    What I can't decide on is how to manage the systems after the initial load. What is the best method of managing them automatically after initialization? Should I use direct database manipulation? Wget/Curl calls to the appropriate web pages? Wget/Curl to import/export? Some other method?
    -Paul
    Last edited by gpmidi; 10-08-2009, 12:32.
  • gpmidi
    Member
    • Aug 2009
    • 62

    #2
    Current Thoughts

    Currently my plan is to use direct database manipulation to manage the Zabbix servers. I will maintain a central, "template" machine. Updates will be pushed out via updated RPMs. The updated RPMs will lock the database, wipe out all but the history and trending tables, and then unlock the database. This method is still theory.

    Comment

    • Aly
      ZABBIX developer
      • May 2007
      • 1126

      #3
      Zabbix 1.8 frontend will have an API.. May be it worth to wait a bit?!
      Zabbix | ex GUI developer

      Comment

      Working...