[collectd] More AIX stuff

2010-02-16 Thread Andrés J. Díaz
Hi everybody. Here are some minor patches to AIX port of collectd. The first one (aix-test-htonll) adds support to check if the htonl and htonll functions (which are used in AIX port) are available in configure. Until now the AIX port used these functions without perform any existence test. The

[collectd] [PATCH] libiptc: avoid strict-aliasing warnings

2010-02-16 Thread Alan Pevec
From: Jan Engelhardt jeng...@medozas.de libiptc: avoid strict-aliasing warnings In file included from libiptc/libip4tc.c:117:0: libiptc/libiptc.c: In function ‘__iptcc_p_del_policy’: libiptc/libiptc.c:826:4: warning: dereferencing type-punned pointer will break strict-aliasing rules

Re: [collectd] rrdcached/collectd ports

2010-02-16 Thread Sebastian Harl
Hi Stefan, On Fri, Aug 07, 2009 at 10:50:14AM +0200, stefan.wiedero...@kaufland.de wrote: sorry about the late reply, two weeks holiday and other stuff kept me away from my collectd POC. Apparently, your reply got lost somewhere in the backwaters of my mailbox … sorry for that :-/ the only

Re: [collectd] [PATCH] add contrib/Openvz with perl code to monitor and graph openvz beancounters

2010-02-16 Thread Sebastian Harl
Hi Fabian, Sorry that you did not receive any reply so far -- your E-mail must have been lost somewhere in Florian's *and* my mailbox … :-/ On Sun, Jul 05, 2009 at 01:38:43PM +0200, Fabian Linzberger wrote: i finally got round get some perl code to monitor openvz [1] guest instances with

Re: [collectd] Proposal: Make collectdmon start several instances of collectd based on configuration file

2010-02-16 Thread Sebastian Harl
Hi Peter, On Tue, Sep 08, 2009 at 10:45:35AM +0200, Peter Fischer wrote: I was playing with the 1wire plugin lately und of cource came about the EXPERIMENTAL! paragraph. I think there would be a relatively simple solution for that: * In every plugin's stanza in collectd.conf an interval can

Re: [collectd] Redesign of the Debian collectd package

2010-02-16 Thread Sebastian Harl
Hi Mariusz, Sorry for the late reply -- I'm still fairly undecided about this. On Wed, Oct 14, 2009 at 12:35:25PM +0200, Mariusz Gronczewski wrote: one more thing about collectd package. Atm (at least in testing) when u purge package it removes all rrd files from /var/lib/collectd, so when

Re: [collectd] Monitoring collectd

2010-02-16 Thread Sebastian Harl
Hi, On Wed, Oct 14, 2009 at 04:14:27PM +0200, Andrés J. Díaz wrote: I'm looking for a way to monitor, in collectd server, data coming from multiples servers and make me some kind of alert when some server stops sending UDP packages to collectd. How do you know if some server stops sending

Re: [collectd] monitor ethernet network throughput

2010-02-16 Thread Sebastian Harl
Hi Israel, On Thu, Oct 22, 2009 at 01:30:02PM -0500, Israel Garcia wrote: Can I monitor this parameter in collectd? Does the interface plugin provide what you're looking for? Cheers, Sebastian -- Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/ Those who would give up

Re: [collectd] dns plugin patch

2010-02-16 Thread Sebastian Harl
Hi Amit, On Mon, Feb 15, 2010 at 07:20:26PM +0530, Amit Gupta wrote: On Wed, Feb 10, 2010 at 7:04 PM, Florian Forster o...@verplant.org wrote: On Wed, Feb 10, 2010 at 05:13:22PM +0530, Amit Gupta wrote: - struct ip6_ext is defined in netinet/ip_compat.h for Solaris 10/OpenSolaris and

Re: [collectd] [patch] WriteHttp plugin StoreRates config option

2010-02-16 Thread Sebastian Harl
Hi Paul, On Sun, Feb 14, 2010 at 10:36:18PM -0700, Paul Sadauskas wrote: I've added a StoreRates option to the write_http plugin, similar to how it works in the csv plugin. I've attached the patch, or there's this branch on github, which should merge cleanly with 4.9. Thanks for your patch!