Centos 8 - NRPE client installation method
Posted: Tue Oct 01, 2019 4:03 pm
So I am deploying a CentOS 8 VM today and when I go to add it to Nagios I am blasted with an error.
Running './4-firewall'...
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
Redirecting to /bin/systemctl restart iptables.service
Failed to restart iptables.service: Unit iptables.service not found.
RESULT=5
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './4-firewall'
Is my method of installing nrpe agent antiquated?
wget https://assets.nagios.com/downloads/nag ... ent.tar.gz
tar xzvf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall
Help?
Running './4-firewall'...
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
Redirecting to /bin/systemctl restart iptables.service
Failed to restart iptables.service: Unit iptables.service not found.
RESULT=5
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './4-firewall'
Is my method of installing nrpe agent antiquated?
wget https://assets.nagios.com/downloads/nag ... ent.tar.gz
tar xzvf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall
Help?