[collectd] collectd on solaris10 sparcv

2010-11-17 Thread DLSirrine
I have not noticed a package for collectd for solaris10 on the sparc architecture. I have compiled from source and am running into issues with the network plugin. [2010-11-17 11:44:29] network plugin: Cannot set the interface on a unicast socket because the the SO_BINDTODEVICE socket option

Re: [collectd] collectd on solaris10 sparcv

2010-11-17 Thread Florian Forster
Hello anonymous user ;) On Wed, Nov 17, 2010 at 11:53:29AM -0500, dlsirr...@upsfreight.com wrote: SO_BINDTODEVICE will not work with Solaris. wondering if there's a workaround. You're right, that option is not available on Solaris. I'm assuming you have the problem within a Server / block. If

Re: [collectd] lpar plugin final patches

2010-11-17 Thread Aurélien Reynaud
Hello Florian, Le samedi 06 novembre 2010 à 10:01 +0100, Florian Forster a écrit : thank you very much for you continued work on the plugin and your patience with me ;) No problem. collectd is an excellent piece of software, very cleanly written. I must say I'm rather proud my code finally met