Profundizando nagios.pdf


Vista previa del archivo PDF profundizando-nagios.pdf


Página 1...5 6 789111

Vista previa de texto


- This installs *SAMPLE* config files in /usr/local/nagios/etc
You'll have to modify these sample files before you can
use Nagios. Read the HTML documentation for more info
on doing this. Pay particular attention to the docs on
object configuration files, as they determine what/how
things get monitored!
make install-webconf
- This installs the Apache config file for the Nagios
web interface
*** Support Notes *******************************************
If you have questions about configuring or running Nagios,
please make sure that you:
- Look at the sample config files
- Read the HTML documentation
- Read the FAQs online at http://www.nagios.org/faqs
before you post a question to one of the mailing lists.
Also make sure to include pertinent information that could
help others help you. This might include:
-

What version of Nagios you are using
What version of the plugins you are using
Relevant snippets from your config files
Relevant error messages from the Nagios log file

For more information on obtaining support for Nagios, visit:
http://www.nagios.org/support/
*************************************************************
Enjoy.
root@localhost nagios-3.0.6 # make fullinstall
root@localhost nagios-3.0.6 # make install-config

Para correr el daemon del servicio nagios y realizar tareas de administración y
configuración sobre el, se debió crear el usuario nagios y el grupo nagios con
privilegios de usuario normal del sistema, con su home ubicado en el directorio
de instalación de nagios /usr/local/nagios, luego se le atribuyeron permisos
de acceso y escritura para dicho usuario.
root@localhost # groupadd nagios
root@localhost # useradd nagios -d /usr/local/nagios -G nagios
root@localhost # chown nagios:nagios -R /usr/local/nagios

Para dejar corriendo el servicio deberemos ejecutar :
/etc/init.d/nagios start
Luego deberemos bajarnos el paquete de plugins básico de Nagios y
descomprimirlo para luego compilarlo
root@localhost
root@localhost
root@localhost
root@localhost

# tar xvfzp nagios-plugins-1.4.13.tar.gz
nagios-plugins-1.4.13 # ./configure
nagios-plugins-1.4.13 # make all
nagios-plugins-1.4.13 # make install

adplus-dvertising