[collectd] [PATCH] Ceph plugin

2012-10-15 Thread Sage Weil
Hi, We've had this code sitting around for ages and keep porting it when debian updates their packages. I finally spent some time to make it work with the current git master. The only thing missing here that I know of is some configure.in magic to check for libjson. I'm not sure what the "ri

Re: [collectd] Unable to SNMP collect two-dimensional(?) table

2012-10-15 Thread Stian Øvrevåge
Thank you Bill, but notice that I'm not trying to collect the actual sensor data (I'm doing that without problems) but the threshold values for the various sensors, hence the 1-4 index. The equipment is mainly Cisco ME3400 switches. Brgds, Stian Øvrevåge On Mon, Oct 15, 2012 at 1:17 PM, Bill Sch

Re: [collectd] Unable to SNMP collect two-dimensional(?) table

2012-10-15 Thread Bill Schwanitz
On Oct 15, 2012, at 5:32 AM, Stian Øvrevåge wrote: > The data is stored in 4 OID's, low and high minor and major values > with indexes 1 through 4 for each sensor. > > CISCO-ENTITY-SENSOR-MIB::entSensorThresholdValue.1067.1 = INTEGER: 900 > CISCO-ENTITY-SENSOR-MIB::entSensorThresholdValue.1067.

[collectd] Unable to SNMP collect two-dimensional(?) table

2012-10-15 Thread Stian Øvrevåge
Hi list, Trying to collect thresholds for a switch's SFP sensors. The data is stored in 4 OID's, low and high minor and major values with indexes 1 through 4 for each sensor. CISCO-ENTITY-SENSOR-MIB::entSensorThresholdValue.1067.1 = INTEGER: 900 CISCO-ENTITY-SENSOR-MIB::entSensorThresholdValue.1

Re: [collectd] RFC: implementing reload/reconfigure (was: New aggregator plugin "basic_aggregator" (#136))

2012-10-15 Thread Yves Mettier
Hello, Now, when thinking about a "reconfig" operation, most plugins will probably de-configure and re-read the new configuration (possibly leaving some caches or certain state-information in place). Obviously, this would not work if there are more than one blocks. I.e., a plugin would behav