/docs/syntax/head_ossec_config.alerts.rst
ReStructuredText | 39 lines | 26 code | 13 blank | 0 comment | 0 complexity | 76d3772d2767afd5d2e86d3c1531c097 MD5 | raw file
1.. _ossec_config.alerts: 2 3 4ossec.conf: Alerts Options 5========================== 6 7Overview 8-------- 9 10Supported types 11^^^^^^^^^^^^^^^ 12 13Alerts options are avaiable in the the following installation types: 14 15* server 16* local 17 18Location 19^^^^^^^^ 20 21All alerts options must be configured in the /var/ossec/etc/ossec.conf 22and used within the <ossec_config> tag. 23 24XML except to show location: 25 26.. code-block:: xml 27 28 <ossec_config> 29 <alerts> 30 <!-- 31 alerts options here 32 --> 33 </alerts> 34 </ossec_config> 35 36Options 37------- 38 39.. include:: ./ossec_config.alerts.rst