/docs/syntax/head_ossec_config.rootcheck.rst
ReStructuredText | 52 lines | 36 code | 16 blank | 0 comment | 0 complexity | 11ad8c223699baf7a6e92f9a466ab600 MD5 | raw file
1.. _ossec_config.rootcheck: 2 3ossec.conf: Rootcheck options 4============================= 5 6Overview 7-------- 8 9Supported types 10^^^^^^^^^^^^^^^ 11 12rootcheck options are avaiable in the the following installation types: 13 14* server 15* local 16* agent 17 18Location 19^^^^^^^^ 20 21All rootcheck options must be configured in the /var/ossec/etc/ossec.conf or 22/var/ossec/etc/shared/agents.conf and used within the <ossec_config> tag. 23 24XML except to show location if part of ossec.conf: 25 26.. code-block:: xml 27 28 <ossec_config> 29 <rootcheck> 30 <!-- 31 rootcheck options here 32 --> 33 </rootcheck> 34 </ossec_config> 35 36xml except to the Location if part of agent.conf 37 38 39.. code-block:: xml 40 41 <agent_config> 42 <rootcheck> 43 <!-- 44 rootcheck options here 45 --> 46 </rootcheck> 47 </agent_config> 48 49Options 50------- 51 52.. include:: ossec_config.rootcheck.rst