Checkmk - Installation

Checkmk - Installation

After you've met the requirements download the latest stable version of the i-doit add-on from the i-doit Customer Portal.

Install the downloaded ZIP file like any other i-doit add-on.

Run idoitcmk on the same host as i-doit

On a GNU/Linux host the following steps are not quite different than the ones above. Make the binary executable and create a symbolic link to a directory within your PATH. In this example i-doit is installed at /var/www/html:

chmod 755 /var/www/html/i-doit/idoitcmk sudo ln -s /var/www/html/i-doit/idoitcmk /usr/local/bin/

To be up-to-date you need to download and install the ZIP file.

Run idoitcmk where you want

The ZIP file includes the binary idoitcmk which you can install on any other computer beneath the i-doit host. Make it executable and move it to a directory within your PATH so you can run it inside your terminal. For example, execute on a GNU/Linux or MacOS host:

unzip idoit-cmk2-*.zip chmod 755 idoitcmk sudo mv idoitcmk /usr/local/bin/

To be up-to-date you need to repeat those steps.