ossec-dbd¶
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)
ossec-dbd argument options¶
-
-c<config>¶ Run
ossec-dbdusing <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-dbdin the foreground.
-
-g<group>¶ Run
ossec-dbdas <group>.
-
-h¶ Display the help message.
-
-t¶ Test configuration.
-
-u<user>¶ Run
ossec-dbdas <user>.Default: ossecm
-
-V¶ Version and license information.