This project contains code to build .deb and .rpm packages for the OSSEC host-based IDS. The package will install the "local" flavor of OSSEC and is designed to be compatible with the Observable Networks monitoring service.
In order to build the .deb and .rpm packages you will need:
gcc
ruby
and thefpm
gemrpm
Issue make build
to compile OSSEC and then make deb
or make rpm
to create packages.
OSSEC is licensed under the GNU General Public License (version 2). See the OSSEC license for more information.
This project was originally based on Nicolas Zin's ossec-deb. The packaging work is licensed under the GNU General Public License (version 3). See the the original for more information.