Double-click the MSI-Installer file to install the openITCOCKPIT Monitoring Agent. Click Next to proceed with the installation.
If you unsure what option you should pick please read the following help section.
Next
to continue.
Next
msiexec.exe /i openitcockpit-agent-3.x.x.msi APPDIR="C:\Program Files\it-novum\openitcockpit-agent\" /qn
Use the windows built-in graphical package manager
Double-click the PGK-Installer file to install the openITCOCKPIT Monitoring Agent.
Click Continue
to proceed with the installation.
If you unsure what option you should pick please read the following help section.
Security & Privacy
.
Open Anyway
and and confirm by
clicking on
Open
.
Continue
to continue.
Continue
to use the default settings.
sudo installer -pkg openitcockpit-agent-3.*.pkg -target / -verbose
sudo installer -pkg openitcockpit-agent-uninstaller*.pkg -target / -verbose
mkdir -p /etc/apt/keyrings curl https://packages.openitcockpit.io/repokey.txt | tee /etc/apt/keyrings/openitcockpit-agent-keyring.asc echo "deb [signed-by=/etc/apt/keyrings/openitcockpit-agent-keyring.asc] https://packages.openitcockpit.io/openitcockpit-agent/deb/stable deb main" | sudo tee /etc/apt/sources.list.d/openitcockpit-agent.list sudo apt-get update
sudo apt-get install openitcockpit-agent
sudo apt-get remove openitcockpit-agent
sudo apt-get install ./openitcockpit-agent_*_amd64.deb
sudo apt-get remove openitcockpit-agent
cat <<EOT > /etc/yum.repos.d/openitcockpit-agent.repo [openitcockpit-agent] name=openITCOCKPIT Monitoring Agent baseurl=https://packages.openitcockpit.io/openitcockpit-agent/rpm/stable/$basearch/ enabled=1 gpgcheck=1 gpgkey=https://packages.openitcockpit.io/repokey.txt EOT yum-config-manager --enable openitcockpit-agent
yum install openitcockpit-agent
sudo rpm -i openitcockpit-agent-*.x86_64.rpm
sudo rpm -e openitcockpit-agent
sudo pacman -U openitcockpit-agent-*-x86_64.pkg.tar.xz
sudo pacman -R openitcockpit-agent
The usage of the openITCOCKPIT Monitoring Agent gets descripted in detail and with real world examples in the beginner's guide.
https://github.com/it-novum/openitcockpit-agent-go/wiki
The Python version of the openITCOCKPIT Monitoring Agent (Version 1.x) is End of Life. There
will be
no new bugfix or security patches.
It is highly recommend to
upgrade to the latest version of the openITCOCKPIT Monitoring Agent.