Installation
============

Requirements
------------

* Python >= 2.5
* PySNMP = 3.x
	* wget http://downloads.sourceforge.net/project/pysnmp/pysnmp-devel/3.4.4/pysnmp-3.4.4.tar.gz
	* tar xfz pysnmp-3.4.4.tar.gz
	* cd pysnmp-3.4.4
	* python setup.py build
	* python setup.py install
* Twisted
	* wget http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2#md5=c85f151999df3ecf04c49a781b4438d2
	* cd Twisted-8.2.0
	* python setup.py build
	* python setup.py install

* Twisted SNMP
	* wget http://downloads.sourceforge.net/project/twistedsnmp/twistedsnmp/0.3.13/TwistedSNMP-0.3.13.tar.gz
	* tar xfz TwistedSNMP-0.3.13.tar.gz
	* cd TwistedSNMP-0.3.13
	* python setup.py build
	* python setup.py install


Download
--------

Download latest release from `Syslog Collector SourceForge release page <http://sourceforge.net/project/platformdownload.php?group_id=269492>`__

You can also follow instructions to download development version on `development page <http://sourceforge.net/projects/syslog-agentx/develop>`__.
This one is not recommended to users, but only to developers.


Installation procedure
----------------------

Extract the archive.

Copy ``settings_dist.py`` to ``settings.py`` and you are done !

Executable is ``syslog-agentX.py``.
As usual you can use '-h' option to get some info on command line options accepted.

Next Step
---------

Follow the guide to :doc:`use` and understand how you can make Syslog Collector working now