/docs/syntax/head_ossec_config.rootcheck.rst
https://bitbucket.org/oscarschneider/ossec-rules · ReStructuredText · 52 lines · 36 code · 16 blank · 0 comment · 0 complexity · 11ad8c223699baf7a6e92f9a466ab600 MD5 · raw file
- .. _ossec_config.rootcheck:
- ossec.conf: Rootcheck options
- =============================
- Overview
- --------
- Supported types
- ^^^^^^^^^^^^^^^
- rootcheck options are avaiable in the the following installation types:
- * server
- * local
- * agent
- Location
- ^^^^^^^^
- All rootcheck options must be configured in the /var/ossec/etc/ossec.conf or
- /var/ossec/etc/shared/agents.conf and used within the <ossec_config> tag.
- XML except to show location if part of ossec.conf:
- .. code-block:: xml
- <ossec_config>
- <rootcheck>
- <!--
- rootcheck options here
- -->
- </rootcheck>
- </ossec_config>
- xml except to the Location if part of agent.conf
- .. code-block:: xml
- <agent_config>
- <rootcheck>
- <!--
- rootcheck options here
- -->
- </rootcheck>
- </agent_config>
- Options
- -------
- .. include:: ossec_config.rootcheck.rst