How To Install nagios-plugins-snmp-disk-proc on Rocky Linux 8

In this tutorial we learn how to install nagios-plugins-snmp-disk-proc on Rocky Linux 8. nagios-plugins-snmp-disk-proc is Nagios SNMP plugins to monitor remote disk and processes

Introduction

In this tutorial we learn how to install nagios-plugins-snmp-disk-proc on Rocky Linux 8.

What is nagios-plugins-snmp-disk-proc

These plugins allow you to monitor disk space and running processes on a remote machine via SNMP.

We can use yum or dnf to install nagios-plugins-snmp-disk-proc on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install nagios-plugins-snmp-disk-proc.

Install nagios-plugins-snmp-disk-proc 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 nagios-plugins-snmp-disk-proc using dnf by running the following command:

sudo dnf -y install nagios-plugins-snmp-disk-proc

Install nagios-plugins-snmp-disk-proc 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 nagios-plugins-snmp-disk-proc using yum by running the following command:

sudo yum -y install nagios-plugins-snmp-disk-proc

How To Uninstall nagios-plugins-snmp-disk-proc on Rocky Linux 8

To uninstall only the nagios-plugins-snmp-disk-proc package we can use the following command:

sudo dnf remove nagios-plugins-snmp-disk-proc

nagios-plugins-snmp-disk-proc Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/740a79bd1ec0dc5847c30073482615793a620a
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/fe7b88ee98bbc8f3265f2fbdbfd285ff6ed44d
/usr/lib64/nagios/plugins/check_snmp_disk
/usr/lib64/nagios/plugins/check_snmp_proc
/usr/share/doc/nagios-plugins-snmp-disk-proc
/usr/share/doc/nagios-plugins-snmp-disk-proc/AUTHORS
/usr/share/doc/nagios-plugins-snmp-disk-proc/COPYING
/usr/share/doc/nagios-plugins-snmp-disk-proc/NEWS
/usr/share/doc/nagios-plugins-snmp-disk-proc/README

References

Summary

In this tutorial we learn how to install nagios-plugins-snmp-disk-proc on Rocky Linux 8 using yum and dnf.