Comments on: How to Install Nagios Core on CentOS 7 https://linuxhostsupport.com/blog/how-to-install-nagios-core-on-centos-7/ Linux Tutorials and Guides Sat, 18 Jun 2022 09:02:41 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Riaan Lamprecht https://linuxhostsupport.com/blog/how-to-install-nagios-core-on-centos-7/#comment-664 Sat, 18 Jun 2022 09:02:41 +0000 https://linuxhostsupport.com/blog/?p=662#comment-664 If you want to access http://IP/nagios from a remote browser you need to allow port 80 first:
firewall-cmd –add-port=80/tcp
firewall-cmd –runtime-to-permanent
firewall-cmd –reload

]]>
By: Neo https://linuxhostsupport.com/blog/how-to-install-nagios-core-on-centos-7/#comment-191 Tue, 07 May 2019 11:27:55 +0000 https://linuxhostsupport.com/blog/?p=662#comment-191 Before run ./configure install unzip!

After it make all works 🙂

Thanks,

Bye.

]]>
By: Manel https://linuxhostsupport.com/blog/how-to-install-nagios-core-on-centos-7/#comment-186 Fri, 03 May 2019 08:11:55 +0000 https://linuxhostsupport.com/blog/?p=662#comment-186 Hello,

You need to add this in a fresh centos 7 install:

– Before “mysql_secure_installation” run “systemctl start mariadb.service” becouse “mysql_secure_installation” promps a root password and the service is not runnig.

– install unzip before run “make all” -> “yum install unzip”.

Regards!

]]>