Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(CheckLogFile) #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/docs/reference/check/CheckLogFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,17 @@ They do not denote warning or critical state instead it defines which items are
Filter which marks items which generates a warning state.
If anything matches this filter the return status will be escalated to warning.

*Example:* `warning="line LIKE 'WARN'"`



<h5 id="check_logfile_critical">critical:</h5>

Filter which marks items which generates a critical state.
If anything matches this filter the return status will be escalated to critical.

*Example:* `warning="line LIKE 'ERROR'"`



<h5 id="check_logfile_ok">ok:</h5>
Expand Down Expand Up @@ -185,6 +189,9 @@ In other words if one file contains an error the entire check will result in err


<a name="check_logfile_filter_keys"/>

The following keywords may be used to write a [filter expression](/checks/#expressions).

#### Filter keywords


Expand Down