Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirmal Veerasamy committed Feb 3, 2012
1 parent 8d8d96a commit 5850c80
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/configuration.txt
Expand Up @@ -179,8 +179,6 @@ foo-is-dead: {
query: {
type: "http"
path: "/status"
# more details on the filters are available at filters config
# section in Tests documentation below
filters: [ "expectcritical:^.*connection refused$" ]
}

Expand Down Expand Up @@ -343,11 +341,12 @@ test-name: {
# clarity but using them as filters allows more complex tests.
# See the description of warning/critical below for more info.
#
# "expectwarning:<operator> <value>"
# "expectcritical:<operator> <value>"
# "expecterror:<operator> <value>"
# "expectwarning:<some regular expression>"
# "expectcritical:<some regular expression>"
# "expecterror:<some regular expression>"
# Negative monitoring checks to filter the expected warning/
# critical or error messages.
# critical or error messages. See the Negative Monitoring section
# above for more info.
#
# "ok:<operator> <value>"
# This is similar to the warning/critical filters except it
Expand Down Expand Up @@ -525,10 +524,11 @@ query: {
critical: "<operator> <value>"
# Likewise expected warning/critical/error tests can be defined
# inside the query but currently these expected errors are not
# supported inside a test.
expectwarning: "<operator> <value>"
expectcritical: "<operator> <value>"
expecterror: "<operator> <value>"
# supported inside a test. See the Negative Monitoring section
# above for more info.
expectwarning: "<some regular expression"
expectcritical: "<some regular expression>"
expecterror: "<some regular expression>"

# 'trend' is the same as the trend block in the main test section
# but will graph this specific query's data. All the same
Expand Down

0 comments on commit 5850c80

Please sign in to comment.