mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- fix markdown syntax
This commit is contained in:
parent
4021f0dbe5
commit
1e73b37e51
1 changed files with 8 additions and 8 deletions
|
@ -25,15 +25,15 @@ require "logstash/outputs/base"
|
|||
# "nagios_host", "%{@source_host}",
|
||||
# "nagios_service", "the name of your nagios service check"
|
||||
# ]
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# output{
|
||||
# nagios {
|
||||
# # only process events with this tag
|
||||
# tags => "nagios-update"
|
||||
# }
|
||||
# }
|
||||
# output{
|
||||
# nagios {
|
||||
# # only process events with this tag
|
||||
# tags => "nagios-update"
|
||||
# }
|
||||
# }
|
||||
class LogStash::Outputs::Nagios < LogStash::Outputs::Base
|
||||
NAGIOS_CRITICAL = 2
|
||||
NAGIOS_WARN = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue