Code

pinba plugin: Looked up the default port on the Pinba homepage.
[collectd.git] / src / pinba.c
index a00720f160d663ea178aa961e0f9837d25775b9f..ee790ff5382448672df52fb8979243e5e48fea36 100644 (file)
 #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