-
New Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
1.8.20, 2.0.11, 2.2.2
-
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)"