Posts

Showing posts with the label Install Nagios from repo Fedora Centos SL

Install Nagios from repo Fedora Centos SL

Image
Install Nagios from repo Fedora/Centos/SL How to install Nagios from repo Fedora/Centos/SL Written by pirat9 on February 16, 2012. Posted in CentOS , Fedora , Linux tutorials Nagios is one of the most powerful open source monitoring tool, its giving the opportunity for monitoring all OS and devices , in our previous posts, we did show you how to install Nagios from source in Fedora and CentOS , today we will see how to install it directly from yum in Fedora/Centos/SL(Scientific Linux) in easy steps. Install Nagios yum install nagios* Now Start Nagios /etc/init.d/nagios start Start nagios on boot chkconfig nagios on Start httpd apache /etc/init.d/httpd start Start apache on boot chkconfig httpd on Make Nagios admin password htpasswd -c /etc/nagios/passwd nagiosadmin check the nagios.conf file in the apache conf.d directory /etc/httpd/conf.d/nagios.conf Disable SELinux: # vim /etc/selinux/config SELINUX=disabled # reboot Check if nagios users and ...

Install Nagios from repo Fedora Centos SL

Image
Install Nagios from repo Fedora/Centos/SL How to install Nagios from repo Fedora/Centos/SL Written by pirat9 on February 16, 2012. Posted in CentOS , Fedora , Linux tutorials Nagios is one of the most powerful open source monitoring tool, its giving the opportunity for monitoring all OS and devices , in our previous posts, we did show you how to install Nagios from source in Fedora and CentOS , today we will see how to install it directly from yum in Fedora/Centos/SL(Scientific Linux) in easy steps. Install Nagios yum install nagios* Now Start Nagios /etc/init.d/nagios start Start nagios on boot chkconfig nagios on Start httpd apache /etc/init.d/httpd start Start apache on boot chkconfig httpd on Make Nagios admin password htpasswd -c /etc/nagios/passwd nagiosadmin check the nagios.conf file in the apache conf.d directory /etc/httpd/conf.d/nagios.conf Disable SELinux: # vim /etc/selinux/config SELINUX=disabled # reboot Check if nagios users and ...

Install Nagios from repo Fedora Centos SL

Image
Install Nagios from repo Fedora/Centos/SL How to install Nagios from repo Fedora/Centos/SL Written by pirat9 on February 16, 2012. Posted in CentOS , Fedora , Linux tutorials Nagios is one of the most powerful open source monitoring tool, its giving the opportunity for monitoring all OS and devices , in our previous posts, we did show you how to install Nagios from source in Fedora and CentOS , today we will see how to install it directly from yum in Fedora/Centos/SL(Scientific Linux) in easy steps. Install Nagios yum install nagios* Now Start Nagios /etc/init.d/nagios start Start nagios on boot chkconfig nagios on Start httpd apache /etc/init.d/httpd start Start apache on boot chkconfig httpd on Make Nagios admin password htpasswd -c /etc/nagios/passwd nagiosadmin check the nagios.conf file in the apache conf.d directory /etc/httpd/conf.d/nagios.conf Disable SELinux: # vim /etc/selinux/config SELINUX=disabled # reboot Check if nagios users and ...

Install Nagios from repo Fedora Centos SL

Image
Install Nagios from repo Fedora/Centos/SL How to install Nagios from repo Fedora/Centos/SL Written by pirat9 on February 16, 2012. Posted in CentOS , Fedora , Linux tutorials Nagios is one of the most powerful open source monitoring tool, its giving the opportunity for monitoring all OS and devices , in our previous posts, we did show you how to install Nagios from source in Fedora and CentOS , today we will see how to install it directly from yum in Fedora/Centos/SL(Scientific Linux) in easy steps. Install Nagios yum install nagios* Now Start Nagios /etc/init.d/nagios start Start nagios on boot chkconfig nagios on Start httpd apache /etc/init.d/httpd start Start apache on boot chkconfig httpd on Make Nagios admin password htpasswd -c /etc/nagios/passwd nagiosadmin check the nagios.conf file in the apache conf.d directory /etc/httpd/conf.d/nagios.conf Disable SELinux: # vim /etc/selinux/config SELINUX=disabled # reboot Check if nagios users and ...