- fix markdown syntax

This commit is contained in:
Jordan Sissel 2011-07-28 23:28:44 -07:00
parent 4021f0dbe5
commit 1e73b37e51

View file

@ -25,15 +25,15 @@ require "logstash/outputs/base"
# "nagios_host", "%{@source_host}", # "nagios_host", "%{@source_host}",
# "nagios_service", "the name of your nagios service check" # "nagios_service", "the name of your nagios service check"
# ] # ]
# } # }
# } # }
# #
# output{ # output{
# nagios { # nagios {
# # only process events with this tag # # only process events with this tag
# tags => "nagios-update" # tags => "nagios-update"
# } # }
# } # }
class LogStash::Outputs::Nagios < LogStash::Outputs::Base class LogStash::Outputs::Nagios < LogStash::Outputs::Base
NAGIOS_CRITICAL = 2 NAGIOS_CRITICAL = 2
NAGIOS_WARN = 1 NAGIOS_WARN = 1