2.7. Nagios の起動
サービスとして Nagios Core を追加し、有効にします。次に、Nagios Core デーモンと Apache を起動します。
chkconfig --add nagios chkconfig --level 35 nagios on systemctl start nagios systemctl enable httpd systemctl start httpd
[user@nagios]# chkconfig --add nagios
[user@nagios]# chkconfig --level 35 nagios on
[user@nagios]# systemctl start nagios
[user@nagios]# systemctl enable httpd
[user@nagios]# systemctl start httpd