From: Florian Forster Date: Fri, 9 Apr 2010 20:24:31 +0000 (+0200) Subject: pinba plugin: Looked up the default port on the Pinba homepage. X-Git-Tag: collectd-4.10.0~7^2~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=89edd962019d0fd39b90372138f724254b77c55e pinba plugin: Looked up the default port on the Pinba homepage. --- diff --git a/src/pinba.c b/src/pinba.c index a00720f1..ee790ff5 100644 --- a/src/pinba.c +++ b/src/pinba.c @@ -43,11 +43,11 @@ #endif #ifndef PINBA_DEFAULT_NODE -# define PINBA_DEFAULT_NODE "127.0.0.1" /* FIXME */ +# define PINBA_DEFAULT_NODE "::0" #endif #ifndef PINBA_DEFAULT_SERVICE -# define PINBA_DEFAULT_SERVICE "12345" /* FIXME */ +# define PINBA_DEFAULT_SERVICE "30002" #endif #ifndef PINBA_MAX_SOCKETS