The ossec-dbd daemon inserts the alert logs into a database, either postgresql or mysql.
ossec-dbd is configured in ossec.conf. (see ossec.conf: Database Output options)
-c <config>¶Run ossec-dbd using <config> as the configuration file.
Default: /var/ossec/etc/ossec.conf
-D <dir>¶Chroot to <dir>.
Default: /var/ossec
-d¶Execute ossec-dbd in debug mode. This option can be used multiple times to increase the verbosity of the debug messages.
-f¶Run ossec-dbd in the foreground.
-g <group>¶Run ossec-dbd as <group>.
-h¶Display the help message.
-t¶Test configuration.
-u <user>¶Run ossec-dbd as <user>.
Default: ossecm
-V¶Version and license information.