GelfWriter: Fix default example port

refs #7619
This commit is contained in:
Michael Friedrich 2014-11-10 20:34:04 +01:00
parent 3211756656
commit f838fc4e6c
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ library "perfdata"
object GelfWriter "graylog2" {
//host = "127.0.0.1"
//port = 2003
//port = 12201
}