blob: cbae43796d93d05f180e075a889f8dc1d4f8c7d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
**********************************
immark: Mark Message Input Module
**********************************
=========================== ===========================================================================
**Module Name:** **immark**
**Author:** `Rainer Gerhards <http://www.gerhards.net/rainer>`_ <rgerhards@adiscon.com>
=========================== ===========================================================================
Purpose
=======
This module provides the ability to inject periodic "mark" messages to
the input of rsyslog. This is useful to allow for verification that
the logging system is functioning.
Configuration Parameters
========================
.. note::
Parameter names are case-insensitive.
Module Parameters
-----------------
interval
^^^^^^^^
.. csv-table::
:header: "type", "default", "max", "mandatory", "|FmtObsoleteName| directive"
:widths: auto
:class: parameter-table
"integer", "1200", "", "no", "``$MarkMessagePeriod``"
Specifies the mark message injection interval in seconds.
.. seealso::
The Action Parameter ``action.writeAllMarkMessages`` in :doc:`../actions`.
|