Re: no df statistics
Florian Forster <
octo@...>
2007-02-09 22:07:59 GMT
Hi Daniel,
On Fri, Feb 09, 2007 at 06:26:09PM +0000, Daniel Leite wrote:
> > Yes, I was able to reproduce the problem and fix the bug. Please try
> > the attached patch and if you could tell me `yep, works now' that's be
> > awesome :)
>
> yep, work now!! :)
Okay, good. Thanks for the feedback :)
> i have a few comments about collectd in solaris, maybe its the right
> time (or already too late) to tell you...
Feedback is always welcome, especially since I hardly use Solaris
myself..
> processes.c: In function `ps_config':
> processes.c:412: warning: implicit declaration of function `ps_list_register'
> processes.c: At top level:
> processes.c:195: warning: 'list_head_g' defined but not used
I think Sebastian sent in a patch to fix a similar bug under FreeBSD and
I'm quite sure this resolves this problem, too. I'll double-check
tomorrow.
> There are more problems like this in some modules, but if i removed
> the -Werror from AM_CFLAGS in src/Makefile all compiles fine...
Could you send me the entire output of an `make all'? It _should_ build
(Continue reading)