mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update nagios output to mention the nagios_level field
This commit is contained in:
parent
959eca3f41
commit
832a24391b
1 changed files with 9 additions and 4 deletions
|
@ -9,8 +9,13 @@ require "logstash/outputs/base"
|
|||
# * "nagios_host"
|
||||
# * "nagios_service"
|
||||
#
|
||||
# This field is supported, but optional:
|
||||
# "nagios_annotation"
|
||||
# These fields are supported, but optional:
|
||||
#
|
||||
# * "nagios_annotation"
|
||||
# * "nagios_level"
|
||||
#
|
||||
# The plugin defaults to sending CRITICAL check results. You can send WARNING check
|
||||
# results by setting the "nagios_level" field to "warn".
|
||||
#
|
||||
# The easiest way to use this output is with the grep filter.
|
||||
# Presumably, you only want certain events matching a given pattern
|
||||
|
@ -28,9 +33,9 @@ require "logstash/outputs/base"
|
|||
# ]
|
||||
# }
|
||||
# }
|
||||
#
|
||||
#
|
||||
# output{
|
||||
# nagios {
|
||||
# nagios {
|
||||
# # only process events with this tag
|
||||
# tags => "nagios-update"
|
||||
# }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue