Big Brother

0
710

El Big Brother es una herramienta de monitoreo de red, con una interfaz universal de códigos de colores (“rojo es malo y verde es bueno”) permitiendo que cualquier persona pueda medir el estado de la red de un vistazo. El Big Brother simplifica la gerencia de redes de computadoras.

Ofrece pruebas para notificar a los administradores cuando ocurren los acontecimientos definidos. Esto facilita la resolución proactive del problema y previene interrupciones críticas.

 

 

Instalacion, Configuracion y puesta apunto de la aplicacion BB.

 Descargar el archivo bb-1.9e.tar.gz del link: http://www.bb4.org e instalarlocomo sigue:

1.        Descomprime el archivo con:

                tar -zxf bb-1.9e.tar.gz

2.        Descomprime el archivo BBSVR-bb1.9e-btf.tar con:

                tar -xf BBSVR-bb1.9e-btf.tar 

3.        Editar el archivo bb1.9e-btf/install/bbconfig y modifica las siguientes lineas:

                Línea 219: Cambia el BBUSER=”bb” por BBUSER=”root”

                Poner en comentario las líneas: 231-236

                # if [ “$BBUSER” = “root” -a “$STOPROOT” = “TRUE” ]
                # then

                # echo “—> User root is not allowed”

               
# BBUSER=””
                # continue

                # fi

 4.        Ejecutar el siguiente comando:

                ./bbconfig redhat

 5.        Contestar alas siguientes preguntas:

                Do you agree to the terms of this license (y/n) y
               What will be the user ID for BB [root]: root

               
Use FQDN (y/n): [y]
               
What host will be the BBDISPLAY [midominio.com]:
                What host will be the BBPAGER [
midominio.com]:
                Is this host a BBDISPLAY host (y/n): [y]

                Is this host a BBPAGER host (y/n): [y]

                Enter the default e-mail address to send notifications to[root@
midominio.com]
                Enter the base URL for BB [/bb]:

                Enter CGI directory [/home/www/httpd/cgi-bin]: /var/www/cgi-bin

                Enter the base URL of the CGI scripts [/cgi-bin]:

                Enter web server user id [nobody]: apache

               
Enter group name [gsotarriba]: apache

 6.        Cambiarse  al directorio /src y ejecutar los comandos:

                cd ../src
               make

              
make install

 7.        Cambiarse al directorio etc, editar el archivo bb-host y agregar:

                ip-de-la-maquina nombre-de-la-maquina       servicios

8.        Modifica el archivo bbwarnsetup.cfg y cambia la línea ttyline:

                /dev/cuaa0
por

                /dev/cua0

 9.        Ejecuta el comando:

                ./bbchkcfg.sh

 10.     Crea el siguiente enlace:

                ln -s /usr/local/bb/bb1.9e-btf/www/ /var/www/html/sevicio/bb

 11.     Editar el archivo /usr/local/bb/bb1.9e-btf/runbb.sh y cambiar la linea 78

                if [ “$uid” -eq 0 -a “$STOPROOT” = “TRUE” ]
por

                if [ “$uid” -eq 0 -a “$STOPROOT” = “FALSE” ]

 12.     Entrar al directorio bb1.9e-btf y arrancar el Big Brother:

                cd /usr/local/bb/bb1.9e-btf/

                ./runbb.sh start

 13.     Pon en tu navegador:

                http://midominio.com/bb/

 

LEAVE A REPLY

Please enter your comment!
Please enter your name here