/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

  1. .. _ossec_config.rootcheck:
  2. ossec.conf: Rootcheck options
  3. =============================
  4. Overview
  5. --------
  6. Supported types
  7. ^^^^^^^^^^^^^^^
  8. rootcheck options are avaiable in the the following installation types:
  9. * server
  10. * local
  11. * agent
  12. Location
  13. ^^^^^^^^
  14. All rootcheck options must be configured in the /var/ossec/etc/ossec.conf or
  15. /var/ossec/etc/shared/agents.conf and used within the <ossec_config> tag.
  16. XML except to show location if part of ossec.conf:
  17. .. code-block:: xml
  18. <ossec_config>
  19. <rootcheck>
  20. <!--
  21. rootcheck options here
  22. -->
  23. </rootcheck>
  24. </ossec_config>
  25. xml except to the Location if part of agent.conf
  26. .. code-block:: xml
  27. <agent_config>
  28. <rootcheck>
  29. <!--
  30. rootcheck options here
  31. -->
  32. </rootcheck>
  33. </agent_config>
  34. Options
  35. -------
  36. .. include:: ossec_config.rootcheck.rst