projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad4472
)
pinba plugin: Looked up the default port on the Pinba homepage.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 9 Apr 2010 20:24:31 +0000
(22:24 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 9 Apr 2010 20:24:31 +0000
(22:24 +0200)
src/pinba.c
patch
|
blob
|
history
diff --git
a/src/pinba.c
b/src/pinba.c
index
a00720f
..
ee790ff
100644
(file)
--- 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