How To Install perl-Monitoring-Plugin on Rocky Linux 8

In this tutorial we learn how to install perl-Monitoring-Plugin on Rocky Linux 8. perl-Monitoring-Plugin is Family of modules to streamline writing plugins for various monitoring systems

Introduction

In this tutorial we learn how to install perl-Monitoring-Plugin on Rocky Linux 8.

What is perl-Monitoring-Plugin

Monitoring family of perl modules to streamline writing Monitoring plugins. The main end user modules are Monitoring interface to the entire Monitoring Monitoring a useful subset of the available functionality.

We can use yum or dnf to install perl-Monitoring-Plugin on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Monitoring-Plugin.

Install perl-Monitoring-Plugin on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Monitoring-Plugin using dnf by running the following command:

sudo dnf -y install perl-Monitoring-Plugin

Install perl-Monitoring-Plugin on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Monitoring-Plugin using yum by running the following command:

sudo yum -y install perl-Monitoring-Plugin

How To Uninstall perl-Monitoring-Plugin on Rocky Linux 8

To uninstall only the perl-Monitoring-Plugin package we can use the following command:

sudo dnf remove perl-Monitoring-Plugin

perl-Monitoring-Plugin Package Contents on Rocky Linux 8

/usr/share/doc/perl-Monitoring-Plugin
/usr/share/doc/perl-Monitoring-Plugin/Changes
/usr/share/doc/perl-Monitoring-Plugin/README
/usr/share/doc/perl-Monitoring-Plugin/notes
/usr/share/man/man3/Monitoring::Plugin.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Config.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::ExitResult.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Functions.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Getopt.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Performance.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Range.3pm.gz
/usr/share/man/man3/Monitoring::Plugin::Threshold.3pm.gz
/usr/share/perl5/vendor_perl/Monitoring
/usr/share/perl5/vendor_perl/Monitoring/Plugin
/usr/share/perl5/vendor_perl/Monitoring/Plugin.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Config.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/ExitResult.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Functions.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Getopt.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Performance.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Range.pm
/usr/share/perl5/vendor_perl/Monitoring/Plugin/Threshold.pm

References

Summary

In this tutorial we learn how to install perl-Monitoring-Plugin on Rocky Linux 8 using yum and dnf.