Home Directory Tutorials Nagios Core Tutorials Nagios Core Automatic Full Installation

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Nagios Core Automatic Full Installation

Rating
2 votes
Favoured:
2
Current Version
2.0
Last Release Date
2020-06-07
Compatible With
  • Nagios 4.x
License
GPL
Hits
5610
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios Core Automatic Full Installation
Script para instalação automatizada do Nagios Core 4.4.6 e do Nagios Plugins no Centos7.
A friendly Script to maximize the installation of Nagios Core and Plugins in CENTOS 7
Pt-Br /En-Us
Downloading & Running:
wget https://raw.githubusercontent.com/rodricknunes/NagiosCore/master/nagios_automatizado.sh
chmod 755 nagios_automatizado.sh
chmod +x nagios_automatizado.sh
./nagios_automatizado.sh

AFTER INSTALL REMOVE THIS SCRIPT WITH:
rm nagios_automatizado.sh

A friendly Script to maximize the installation of Nagios Core and Plugins in CENTOS 7
It performs the following procedures:
> OPENING FIREWALL PORTS 80; 443
> ADITIONING REPOSITORIES (EPEL);
> UPDATES YOUR OPERATING SYSTEM;
> INSTALL PACKAGES LIKE HTTPD, PHP, PERL, PYTHON AND SNMPD THAT WILL BE NEEDED AFTER, FOR NAGIOS CORE WORKS PERFECTLY;
> LINK APACHE(httpd) FOR AUTOMATIC INITIALIZATION (daemon);
> CREATE A USER CALLED "nagios" BELONGING TO THE "nagcmd" GROUP.
> INSTALL THE NAGIOS CORE PROPERLY;
> CREATE A USER IN APACHE "nagiosadmin" TO ACCESS NAGIOS WEB;
____________________________________________
Pt-Br
Este realiza os seguintes procedimentos:
> ABRE AS PORTAS 80;443 NO FIREWALL;
> ADICIONA REPOSITÓRIOS (Epel);
> ATUALIZA SEU SISTEMA OPERACIONAL;
> INSTALA PACOTES QUE SERÃO NECESSÁRIOS COMO O HTTPD, PHP, PERL, PYTHON E SNMP PARA POSTERIORMENTE SEU NAGIOS CORE FUNCIONAR PERFEITAMENTE;
> HABILITA O APACHE(httpd) PARA INICIALIZAÇÃO AUTOMÁTICA (daemon);
> CRIA UM USUÁRIO CHAMADO "nagios" PERTENCENTE AO GRUPO "nagcmd".
> INSTALA O NAGIOS CORE PROPRIAMENTE DITO;
> CRIA UM USUÁRIO NO APACHE "nagiosadmin" PARA ACESSAR O NAGIOS WEB;

Please read through each script before attempting to use it in your environment. These scripts are provided "as is" without warranty of any kind, not even the "¡La Garantia soy Io!", either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose.