openitcockpit-agent-go

command module
v0.0.0-...-e0ed648 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

openITCOCKPIT Monitoring Agent 3.0

Cross-Platform Monitoring Agent for openITCOCKPIT written in Go

Go Report Card Build Status

Table of contents

Supported operating systems

  • Microsoft Windows Server 2012
  • Microsoft Windows 8 or newer
  • Apple macOS 10.14 Mojave or newer (Intel / Apple Silicon)
  • Linux (Everything from Debian 6.0 (Squeeze) / CentOS 6.6 and newer should work fine)

Please notice: Due to old versions of PowerShell on Windows 7 / Windows Server 2008 R2 you need to add add the required Firewall rules manually to Windows Firewall. Windows 7 / Windows Server 2008 R2 is official not supported by the Agent - even if it probably works.

Update from Agent 1.x to 3.x

Please see the update guide from the documentation for details.

Requirements

  • openITCOCKPIT Version >= 4.2

Installation

Please visit the release page to download the latest or older versions.

Debian and Ubuntu
Using the repository
curl https://packages.openitcockpit.io/repokey.txt | sudo apt-key add

echo "deb 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
Manually

Install

sudo apt-get install ./openitcockpit-agent_3.x.x_amd64.deb

Uninstall

sudo apt-get purge openitcockpit-agent
Red Hat Linux / CentOS / openSUSE
Using the 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

yum install openitcockpit-agent
Manually

Install

rpm -i openitcockpit-agent-3.x.x-x.x86_64.rpm

Uninstall

rpm -e openitcockpit-agent
Arch Linux

Install

sudo pacman -U openitcockpit-agent-3.x.x-x-x86_64.pkg.tar.zst

Uninstall

sudo pacman -R openitcockpit-agent
Windows

Install

GUI

Install with double clicking the msi installer file.

openITCOCKPIT Monitoring Agent MSI installer

CLI

Automated install

msiexec.exe /i openitcockpit-agent*.msi INSTALLDIR="C:\Program Files\it-novum\openitcockpit-agent\" /qn

Uninstall

Please use the Windows built-in graphical software manager to uninstall.

macOS

GUI

Install with double clicking the pkg installer file.

openITCOCKPIT Monitoring Agent PKG installer

CLI

Install

sudo installer -pkg openitcockpit-agent-3.x.x-darwin-amd64.pkg -target / -verbose

Uninstall

sudo installer -pkg openitcockpit-agent-uninstaller-3.x.x-darwin-amd64.pkg -target / -verbose

Supported Platforms

Platform Windows Linux macOS
64 bit (amd64)
32 bit (i386) -
arm64 / Apple Silicon Use the 32 bit version

Please see to Wiki how to cross compile binaries for different operating systems and CPU architectures.

Full documentation

Do you want to build own binaries, learn more about cross compiling or how to start hacking the Agent?

Please see the full documentation.

License

Copyright 2021 it-novum GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL