Download exactly the version .deb
Posted: Sat Apr 05, 2025 5:54 am
After that, you will be taken to the page where you need to enter the current password and enter a new one twice.
Also in Edit profile you can change user data, for example, change the language and other data.
System monitoring
To add our server to monitoring, you need to add the check-mk-agent agent To do this, go to the settings on the website and go to the “Agent->linux” tab
Here you will see the package fax lists you need to download, it is located in “Packaged Agents”
To download the agent, enter the command:
Wget http://Your_IP_ubuntuserver/name_of_monitor/check_mk/agents/check-mk-agent_version_fromsite
After you download this archive of files, you will need to install it with the command:
Apt install -y ./check-mk-agent_version
The archive has been unpacked and installed to check it, use the command: check-mk-agent
A lot of text will be output, but the most important thing is given to us at the end and it is thanks to this data that we will be able to configure checkmk.
Also in Edit profile you can change user data, for example, change the language and other data.
System monitoring
To add our server to monitoring, you need to add the check-mk-agent agent To do this, go to the settings on the website and go to the “Agent->linux” tab
Here you will see the package fax lists you need to download, it is located in “Packaged Agents”
To download the agent, enter the command:
Wget http://Your_IP_ubuntuserver/name_of_monitor/check_mk/agents/check-mk-agent_version_fromsite
After you download this archive of files, you will need to install it with the command:
Apt install -y ./check-mk-agent_version
The archive has been unpacked and installed to check it, use the command: check-mk-agent
A lot of text will be output, but the most important thing is given to us at the end and it is thanks to this data that we will be able to configure checkmk.