[collectd] gmond plugin for collectd - part 2

Florian Forster octo at verplant.org
Sat May 22 12:26:47 CEST 2010


Hi Raymond,

On Fri, May 21, 2010 at 02:55:29PM -0400, Raymond Flanery wrote:
> May 21 14:52:54 node250 collectd[23920]: No read-functions are registered.
> May 21 14:52:54 node250 collectd[23920]: Exiting normally.
> May 21 14:52:54 node250 collectd[23920]: gmond plugin: Stopping receive thread.
> 
> Am I wrong in thinking that the gmond plugin is a read-function?

Yes, the gmond plugin doesn't have a receive function, because it gets
its data "asynchronously". It starts a new thread which waits for
incoming network packages and dispatches them whenever it receives any.
There is no "read function" which needs to be called periodically. So,
if you only need the "csv", "syslog" and "gmond" plugins, this message
is correct but nothing to worry about.

(Setups like this are the reason why this message is merely a "notice",
not a "warning". It's noteworthy, but not a problem.)

Regards,
—octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20100522/859d1977/attachment.pgp 


More information about the collectd mailing list