openbsd-ports/security/samhain/pkg/DESCR-server
ajacoutot f7d38c649a Unbreak on a clean box: fix the way FLAVOR are handled.
spotted by sthen@

ok sthen@ robert@ (maintainer)
2012-05-16 13:47:18 +00:00

17 lines
711 B
Plaintext

Samhain is an open source file integrity and host-based intrusion
detection system for Linux and Unix. It can run as a daemon process,
and and thus can remember file changes - contrary to a tool that runs
from cron, if a file is modified you will get only one report, while
subsequent checks of that file will ignore the modification as it is
already reported (unless the file is modified again).
Samhain can optionally be used as client/server system to provide
centralized monitoring for multiple host. Logging to a (MySQL or
PostgreSQL) database is supported.
This package contains the server parts.
Available flavors:
mysql - build with support for MySQL
postgresql - build with support for PostgreSQL