[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]ubuntu/2025-06-20 15:44 -
[DIR]rhel/2025-03-12 18:32 -
[DIR]debian/2025-06-20 15:40 -

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.

RHEL and compatible

Installation:

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:

Debian and compatible

Installation:

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:

Ubuntu and compatible

Installation:

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