[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]debian/2023-12-06 16:20 -
[DIR]rhel/2023-05-15 09:57 -
[DIR]ubuntu/2023-12-08 10:07 -

The Linuxfabrik Monitoring Plugins Collection

Linuxfabrik Monitoring Plugins teaser

The packages provide the plugins compiled for Linux, with batteries (libraries) included. This means that Python does not have to be installed on the host. Star this project on Github and subscribe for updates.

Installation on Debian

wget https://repo.linuxfabrik.ch/linuxfabrik.key -O /etc/apt/trusted.gpg.d/linuxfabrik.asc
source /etc/os-release
echo "deb [signed-by=/etc/apt/trusted.gpg.d/linuxfabrik.asc] https://repo.linuxfabrik.ch/monitoring-plugins/debian/ $VERSION_CODENAME-release main" > /etc/apt/sources.list.d/linuxfabrik-monitoring-plugins.list
apt update
apt install linuxfabrik-monitoring-plugins

Tested on:

Installation on RHEL and compatible

sudo rpm --import https://repo.linuxfabrik.ch/linuxfabrik.key
sudo wget https://repo.linuxfabrik.ch/monitoring-plugins/rhel/linuxfabrik-monitoring-plugins-release.repo -O /etc/yum.repos.d/linuxfabrik-monitoring-plugins-release.repo
sudo yum install linuxfabrik-monitoring-plugins

Tested on:

Installation on SUSE and compatible

Using the rpm packages on openSUSE and SLES is possible, but not tested.

Installation on Ubuntu

wget https://repo.linuxfabrik.ch/linuxfabrik.key -O /etc/apt/trusted.gpg.d/linuxfabrik.asc
source /etc/os-release
echo "deb [signed-by=/etc/apt/trusted.gpg.d/linuxfabrik.asc] https://repo.linuxfabrik.ch/monitoring-plugins/ubuntu/ $VERSION_CODENAME-release main" > /etc/apt/sources.list.d/linuxfabrik-monitoring-plugins.list
apt update
apt install linuxfabrik-monitoring-plugins

Tested on:

Other resources: