Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-2239

Provide generic one line installers for zabbix agents on linux

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.8.20, 2.0.11, 2.2.2
    • Installation (I)
    • Linux

      The easiest way to deploy and auto-configure agents is via a single command line. Many companies are using this successfully and

      Example from datadog:

      DD_API_KEY=1234 bash -c "$(curl -L http://dtdg.co/agent-install-ubuntu)"
      

      Such a command installs latest version of the agent and also configures it to connect to the right server, also adds the yum or apt-get repositories so further updates will be installer properly. Also the same command happens to work on Mac OS X, and probably could work on Windows if run from Cygwin (even so DataDog had a different installer for Windows).

      Anyway the whole point of this it to ease the deployment of the zabbix agents, we could have something like:

      ZABBIX_SERVER=zabbix.example.com bash -c "$(curl -L http://zabbix.com/agent-install)"
      

            kodai Kodai Terashima
            sorin Sorin Sbarnea
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: