2.2. Nagios Core サービスの起動
Nagios Core サービスを起動して、Red Hat Ceph Storage クラスターの正常性を監視します。
前提条件
- Nagios Core サービスへのルートレベルのアクセス。
手順
サービスとして Nagios Core を追加し、有効にします。
[user@nagios]# chkconfig --add nagios [user@nagios]# chkconfig --level 35 nagios on
Nagios Core デーモンおよび Apache を起動します。
[user@nagios]# systemctl start nagios [user@nagios]# systemctl enable httpd [user@nagios]# systemctl start httpd