[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]debian/2025-06-06 17:04 -
[DIR]rhel/2025-03-12 18:32 -
[DIR]ubuntu/2025-06-06 17:12 -

The Linuxfabrik Monitoring Plugins Collection

Linuxfabrik Monitoring Plugins teaser

The packages provide the plugins for Linux. Python has to be installed on the host. Star this project on Github and subscribe for updates.

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 --output-document=/etc/yum.repos.d/linuxfabrik-monitoring-plugins-release.repo
sudo yum install linuxfabrik-monitoring-plugins-selinux

Tested on:

Installation on Debian

mkdir -p /etc/apt/keyrings
wget https://repo.linuxfabrik.ch/linuxfabrik.key --output-document=/etc/apt/keyrings/linuxfabrik.asc
source /etc/os-release
echo "deb [signed-by=/etc/apt/keyrings/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 Ubuntu

mkdir -p /etc/apt/keyrings
wget https://repo.linuxfabrik.ch/linuxfabrik.key --output-document=/etc/apt/keyrings/linuxfabrik.asc
source /etc/os-release
echo "deb [signed-by=/etc/apt/keyrings/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: