OSSECWUI:Install

Installation steps


1- Download the web ui package:
   $ wget http://www.ossec.net/files/ossec-wui-0.3.tar.gz

2- Verify the checksum and signature of the package, you can find the GPG key at http://www.ossec.net/main/pgp/ :
   $ wget http://www.ossec.net/files/ossec-wui-0.3-checksum.txt
   $ wget http://www.ossec.net/files/ossec-wui-0.3.tar.gz.sig
   $ md5 ossec-wui-0.3.tar.gz
   MD5 (ossec-wui-0.3.tar.gz) = c79fa486e9a20fb06a517541033af304
   $ sha1 ossec-wui-0.3.tar.gz
   SHA1 (ossec-wui-0.3.tar.gz) = e00bff680721982ee55295a5292eb4e2a638b820
   $ gpg --verify ossec-wui-0.3.tar.gz.sig ossec-wui-0.3.tar.gz
   gpg: Signature made Tue Mar 04 14:27:59 2008 AST using RSA key ID 6B30327E
   gpg: Good signature from "Daniel B. Cid (Ossec development) "
   Primary key fingerprint: 86C6 D33B C52E 19BF DDAE  57EB 4E57 14E2 6B30 327E
  
3- Decompress/untar and move the files to somewhere accessible by your web server:
   $ tar -zxvf ossec-wui-0.3.tar.gz
   # mv ossec-wui-0.3 /var/www/htdocs/ossec-wui

4- Run the setup script
   # cd /var/www/htdocs/ossec-wui
   # ./setup.sh
   ...

5- Add your web server user (apache, www or nobody) to the ossec group:
   # vi /etc/group
   ..
   From:
       ossec:x:1002:
   To (if your web server user is www):
       ossec:x:1002:www

6- Fix the permissions for the tmp directory of your OSSEC installation (for example: /var/ossec/tmp) and restart Apache (for the new permissions to work)
   # chmod 770 tmp/
   # chgrp www tmp/
   # apachectl restart

7- If you have a large ossec install, you may want to re-configure PHP to support longer lasting scripts and higher memory utilization. The following entries on php.ini can be increased:
    max_execution_time = 180
    max_input_time = 180
    memory_limit = 30M

8- You should now be able to access the UI:
    http ://anyhost/ossec-wui/

Getting Nagios


You need root access on the server, where you would like to install Nagios.
* Login as root.
* Create a directory for downloads.
#mkdir -p /usr/src/backs/nagios
#cd /usr/src/backs/nagios


Download source of nagios and nagios-plugins at http://www.nagios.org/download/

#wget http://keihanna.dl.sourceforge.net/sourceforge/nagios/nagios-1.2.tar.gz
#wget http://easynews.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.3.1.tar.gz


Comentários

Mensagens populares