Anonymous user
Adding a New Bleckmann Host to Nagios Monitoring: Difference between revisions
Adding a New Bleckmann Host to Nagios Monitoring (edit)
Revision as of 14:06, 27 June 2025
, 27 June 2025no edit summary
No edit summary |
No edit summary |
||
| Line 82: | Line 82: | ||
Install the NRPE agent and required packages: | Install the NRPE agent and required packages: | ||
Core plugins and dependencies | |||
yum install nagios-plugins | yum install nagios-plugins | ||
| Line 92: | Line 92: | ||
ln -s /bin/python3 /usr/bin/python | ln -s /bin/python3 /usr/bin/python | ||
Perl modules | |||
dnf install perl-Array-Unique | dnf install perl-Array-Unique | ||
| Line 106: | Line 107: | ||
dnf install perl-List-MoreUtils | dnf install perl-List-MoreUtils | ||
EPEL and full NRPE plugin set | |||
yum install epel-release -y | yum install epel-release -y | ||