Monitoring Fedora servers with NAGIOS
This is a description of the installation process of NAGIOS monitoring on two Fedora21 based servers. Choose one server as the main nagios host. Lets call it nas1. Add nagios users , group and add apache as member in the nagios group: # useradd nagios # groupadd nagcmd # usermod -a -G nagcmd nagios #… Read More »