...
Of course there is a possibility to download the agents for Linux/Windows. .. not Not only via the browser, but also getting them via wget and the REST API is possible.
Prerequisites needed: a user with sufficient rights (the automation user would do out of the box), Checkmk's server hostname (or IP), the site which holds the agent and the agent you want to download (i.e., OS & hash).
The easiest way for the latter is to navigate to the Agents section in Checkmk and hover over the installation package:
...
Code Block |
---|
OMD[mysite]:~$ ls var/check_mk/agents/linux_deb/_PACKAGES/ 0f5881c7d6ea8e11 0f5881c7d6ea8e11.sig d218f24da92c980a.conf d6379f6fc8945c3d 0f5881c7d6ea8e11.conf d218f24da92c980a d218f24da92c980a.sig d6379f6fc8945c3d.conf |
wget
As you can see the http HTTP call in the above screenshot is almost complete, sou you can just right-click on the package and say (depending on the browsserbrowser): "Copy link" and then create the wget link out of it:
...
httpie, download by hash value
Install httpie on the system where you want to download the agent.
...