Package: collectd
Version: 4.10.1-1+squeeze2
Severity: normal

Starting collectd on a default debian install will cause warning syslog 
messages like:

Jan 23 14:46:01 debian6-2 collectd[1139]: uc_update: Value too old: name = 
debian6-2.example.com/df/df-root; value time = 1327326361; last cache update = 
1327326361;
Jan 23 14:46:01 debian6-2 collectd[1139]: Filter subsystem: Built-in target 
`write': Dispatching value to all write plugins failed with status -1.

Problem is that collectd doesn't notice it is reporting some filesystems
twice and thus generating errors.
Adding the following to the shipped default configuration works around this:
<Plugin df>
    FSType tmpfs
    FSType rootfs
    IgnoreSelected true
    ReportReserved true
    ReportInodes true
</Plugin>

best regards,

Florian La Roche




-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages collectd depends on:
ii  collectd-core          4.10.1-1+squeeze2 statistics collection and monitori
ii  libc6                  2.11.2-10         Embedded GNU C Library: Shared lib
ii  librrd4                1.4.3-1           time-series data storage and displ

Versions of packages collectd recommends:
ii  iptables           1.4.8-3               administration tools for packet fi
ii  libatk1.0-0        1.30.0-1              The ATK accessibility toolkit
ii  libc6              2.11.2-10             Embedded GNU C Library: Shared lib
ii  libcairo2          1.8.10-6              The Cairo 2D vector graphics libra
ii  libcurl3-gnutls    7.21.0-2              Multi-protocol file transfer libra
ii  libdbi0            0.8.2-3               Database Independent Abstraction L
ii  libdbus-1-3        1.2.24-4+squeeze1     simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1              simple interprocess messaging syst
ii  libesmtp5          1.0.4-5               LibESMTP SMTP client library
ii  libfontconfig1     2.8.0-2.1             generic font configuration library
ii  libfreetype6       2.4.2-2.1+squeeze3    FreeType 2 font engine, shared lib
ii  libgcrypt11        1.4.5-2               LGPL Crypto library - runtime libr
ii  libglib2.0-0       2.24.2-1              The GLib library of C routines
ii  libgtk2.0-0        2.20.1-2              The GTK+ graphical user interface 
ii  libhal1            0.5.14-3              Hardware Abstraction Layer - share
ii  libmemcached5      0.40-1                A C and C++ client library to the 
ii  libmysqlclient16   5.1.49-3              MySQL database client library
ii  libnotify1 [libnot 0.5.0-2               sends desktop notifications to a n
ii  libopenipmi0       2.0.16-1.2            Intelligent Platform Management In
ii  liboping0          1.4.0-1               C/C++ library to generate ICMP ECH
ii  libpango1.0-0      1.28.3-1+squeeze2     Layout and rendering of internatio
ii  libpcap0.8         1.1.1-2+squeeze1      system interface for user-level pa
ii  libperl5.10        5.10.1-17squeeze2     shared Perl library
ii  libpq5             8.4.9-0squeeze1+b1    PostgreSQL C client library
ii  libprotobuf-c0     0.12-3+b1             Protocol Buffers C library
ii  libpython2.6       2.6.6-8+b1            Shared Python runtime library (ver
ii  librrd4            1.4.3-1               time-series data storage and displ
ii  libsensors4        1:3.1.2-6             library to read temperature/voltag
ii  libsnmp15          5.4.3~dfsg-2          SNMP (Simple Network Management Pr
ii  libssl0.9.8        0.9.8o-4squeeze7      SSL shared libraries
ii  libtokyotyrant3    1.1.40-4              Tokyo Tyrant runtime libraries
ii  libupsclient1      2.4.3-1.1squeeze1     network UPS tools - client library
ii  libvirt0           0.8.3-5+squeeze2      library for interfacing with diffe
ii  libxml2            2.7.8.dfsg-2+squeeze1 GNOME XML library
ii  libyajl1           1.0.8-1               Yet Another JSON Library

collectd suggests no packages.

-- Configuration Files:
/etc/collectd/collectd.conf changed:
FQDNLookup true
LoadPlugin syslog
<Plugin syslog>
        LogLevel info
</Plugin>
LoadPlugin cpu
LoadPlugin df
<Plugin df>
    FSType tmpfs
    FSType rootfs
    IgnoreSelected true
    ReportReserved true
    ReportInodes true
</Plugin>
LoadPlugin disk
LoadPlugin entropy
LoadPlugin interface
LoadPlugin irq
LoadPlugin load
LoadPlugin memory
LoadPlugin processes
LoadPlugin rrdtool
LoadPlugin swap
LoadPlugin users
<Plugin rrdtool>
        DataDir "/var/lib/collectd/rrd"
</Plugin>
Include "/etc/collectd/filters.conf"
Include "/etc/collectd/thresholds.conf"


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to