...
The source code of our official guide is stored at github: https://github.com/tribe29/checkmk-docs. You can use asciidoctor to convert the doc to PDF or HTML file
- clone the repository: https://github.com/tribe29/checkmk-docs
- Install asciidoctor: https://github.com/asciidoctor/asciidoctor
Note At the moment, this is the only recommended way. We're under consideration providing a zip file including the HTML docs.
There is a secend second way using wget -m. This . This way is not recommended due to missing functionality like the broken search.
Expand Info Use wget to download the docs
Code Block language bash theme RDark wget -m https://docs.checkmk.com/latest/en/
Now you can use a webserver to visualize the html files or convert the files to pdf
...