]> granicus.if.org Git - icinga2/commitdiff
GelfWriter: Fix default example port
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 10 Nov 2014 19:34:04 +0000 (20:34 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 11 Nov 2014 13:16:48 +0000 (14:16 +0100)
refs #7619

etc/icinga2/features-available/gelf.conf

index 1c8e6bd7e1fb1bd616444b6590098780a229ec50..a9d180b513973ca0417a07c55c3ecd6c2a67491f 100644 (file)
@@ -7,5 +7,5 @@ library "perfdata"
 
 object GelfWriter "graylog2" {
   //host = "127.0.0.1"
-  //port = 2003
+  //port = 12201
 }