openITCOCKPIT Download Agent

Direct package downloads

Windows


macOS


Ubuntu


Debian


openSUSE


Red Hat


CentOS


Arch Linux


Installation instructions

Windows

Graphical installation steps

Double-click the MSI-Installer file to install the openITCOCKPIT Monitoring Agent. Click Next to proceed with the installation.

openITCOCKPIT Monitoring Agent MSI Installer

If you unsure what option you should pick please read the following help section.

Step 1
The openITCOCKPIT Monitoring Agent is licensed under the open source Apache License 2.0 Press Next to continue.
Step 2
If you don't want to change the default installation path click Next
Step 3
The setup will copy all required files and automatically launch the service after the installation.

Manual
Install:
msiexec.exe /i openitcockpit-agent-3.x.x.msi APPDIR="C:\Program Files\it-novum\openitcockpit-agent\" /qn
Uninstall:

Use the windows built-in graphical package manager


macOS

Graphical installation steps
Install:

Double-click the PGK-Installer file to install the openITCOCKPIT Monitoring Agent. Click Continue to proceed with the installation.

openITCOCKPIT Monitoring Agent macOS Installer

If you unsure what option you should pick please read the following help section.

Step 1
Installer:
The resolve this issue open the macOS "System Preferences" and click on Security & Privacy.
In the "General" tab click on Open Anyway and and confirm by clicking on Open.
Step 2
The installer should now open up automatically.
Step 3
The openITCOCKPIT Monitoring Agent is licensed under the open source Apache License 2.0 Press Continue to continue.
Step 4
It is not recommended to change the default installation path. Click on Continue to use the default settings.
Step 5
The setup will copy all required files and automatically launch the service after the installation.
Step 1
Step 2

Manual
Install:
sudo installer -pkg openitcockpit-agent-3.*.pkg -target / -verbose
Uninstall:

Download uninstaller

sudo installer -pkg openitcockpit-agent-uninstaller*.pkg -target / -verbose

Ubuntu / Debian

From repository
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
Install:
sudo apt-get install openitcockpit-agent
Uninstall:
sudo apt-get remove openitcockpit-agent

Manual
Install:
sudo apt-get install ./openitcockpit-agent_*_amd64.deb
Uninstall:
sudo apt-get remove openitcockpit-agent

Red Hat Linux / CentOS / openSUSE

From repository
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
Install:
yum install openitcockpit-agent

Manual
Install:
sudo rpm -i openitcockpit-agent-*.x86_64.rpm
Uninstall:
sudo rpm -e openitcockpit-agent

Arch

Manual
Install:
sudo pacman -U openitcockpit-agent-*-x86_64.pkg.tar.xz
Uninstall:
sudo pacman -R openitcockpit-agent

Usage

The usage of the openITCOCKPIT Monitoring Agent gets descripted in detail and with real world examples in the beginner's guide.

Documentation

https://github.com/it-novum/openitcockpit-agent-go/wiki


openITCOCKPIT Monitoring Agent 1.x

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.