diff options
author | rebortg <github@ghlr.de> | 2020-12-11 15:08:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 15:08:50 +0100 |
commit | 4f5320bd55e6659be51a2d15b6df348b5d112937 (patch) | |
tree | 9ad0f213b69da76d129a8e2369f490864f2b5651 /docs/configuration/system/eventhandler.rst | |
parent | 19596fd91ee067594957252768aed98579c1a4dc (diff) | |
download | vyos-documentation-4f5320bd55e6659be51a2d15b6df348b5d112937.tar.gz vyos-documentation-4f5320bd55e6659be51a2d15b6df348b5d112937.zip |
system: fix lint errors
Diffstat (limited to 'docs/configuration/system/eventhandler.rst')
-rw-r--r-- | docs/configuration/system/eventhandler.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/configuration/system/eventhandler.rst b/docs/configuration/system/eventhandler.rst index a68b3924..3eab4e2c 100644 --- a/docs/configuration/system/eventhandler.rst +++ b/docs/configuration/system/eventhandler.rst @@ -3,9 +3,11 @@ Event Handler ------------- -Event handler allows you to execute scripts when a string that matches a regex appears in a text stream (e.g. log file). +Event handler allows you to execute scripts when a string that matches a regex +appears in a text stream (e.g. log file). -It uses "feeds" (output of commands, or a named pipes) and "policies" that define what to execute if a regex is matched. +It uses "feeds" (output of commands, or a named pipes) and "policies" that +define what to execute if a regex is matched. .. code-block:: none @@ -27,7 +29,8 @@ It uses "feeds" (output of commands, or a named pipes) and "policies" that defin pattern <regex> run <command to run> -In this small example a script runs every time a login failed and an interface goes down +In this small example a script runs every time a login failed and an interface +goes down .. code-block:: none |