From: Florian Forster Date: Mon, 14 Jul 2008 07:46:27 +0000 (+0200) Subject: Merge branch 'collectd-4.4' X-Git-Tag: collectd-4.5.0~97 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=654783aed1fab02766a9cc036e859799e01f6f9e;hp=4e51eefd95e80f90eae602958713c9c630659ce7 Merge branch 'collectd-4.4' Conflicts: configure.in --- diff --git a/README b/README index 904e7c73..97119ac5 100644 --- a/README +++ b/README @@ -141,6 +141,10 @@ Features Network latency: Time to reach the default gateway or another given host. + - postgresql + PostgreSQL database statistics: active server connections, transaction + numbers, block IO, table row manipulations. + - processes Process counts: Number of running, sleeping, zombie, ... processes. @@ -230,6 +234,16 @@ Features * Notifications can be handled by the following plugins: + - notify_desktop + Send a desktop notification to a notification daemon, as defined in + the Desktop Notification Specification. To actually display the + notifications, notification-daemon is required. + See http://www.galago-project.org/specs/notification/. + + - notify_email + Send an E-mail with the notification message to the configured + recipients. + - exec Execute a program or script to handle the notification. See collectd-exec(5). @@ -315,9 +329,16 @@ Prerequisites used and should be found in various implementations for hopefully all platforms. + * CoreFoundation.framework and IOKit.framework (optional) + For compiling on Darwin in general and the `apple_sensors' plugin in + particular. + * libcurl (optional) If you want to use the `apache', `ascent', or `nginx' plugin. + * libesmtp (optional) + For the `notify_email' plugin. + * libhal (optional) If present, the uuid plugin will check for UUID from HAL. @@ -333,6 +354,9 @@ Prerequisites * libnetsnmp (optional) For the `snmp' plugin. + * libnotify (optional) + For the `notify_desktop' plugin. + * liboping (optional, if not found a version shipped with this distribution can be used) Used by the `ping' plugin to send and receive ICMP packets. @@ -344,38 +368,37 @@ Prerequisites Obviously used by the `perl' plugin. The library has to be compiled with ithread support (introduced in Perl 5.6.0). + * libpq (optional) + The PostgreSQL C client library used by the `postgresql' plugin. + * librrd (optional; headers and library; rrdtool 1.0 and 1.2 both work fine) If built without `librrd' the resulting binary will be `client only', i.e. will send its values via multicast and not create any RRD files itself. Alternatively you can chose to write CSV-files (Comma Separated Values) instead. + * librt, libsocket, libkstat, libdevinfo (optional) + Various standard Solaris libraries which provide system functions. + * libsensors (optional) To read from `lm_sensors', see the `sensors' plugin. - * libstatgrab may be used to collect statistics on systems other than Linux - and/or Solaris. Note that CPU- and disk-statistics, while being provided - by this library, are not supported in collectd right now.. + * libstatgrab (optional) may be used to collect statistics on systems other + than Linux and/or Solaris. Note that CPU- and disk-statistics, while being + provided by this library, are not supported in collectd right now.. * libupsclient/nut (optional) For the `nut' plugin which queries nut's `upsd'. - * libxmms (optional) - - * librt, libsocket, libkstat, libdevinfo - Various standard Solaris libraries which provide system functions. - - * CoreFoundation.framework and IOKit.framework - For compiling on Darwin in general and the `apple_sensors' plugin in - particular. - * libvirt (optional) Collect statistics from virtual machines. * libxml2 (optional) Parse XML data. This is needed for the `ascent' and `libvirt' plugins. + * libxmms (optional) + Configuring / Compiling / Installing ------------------------------------ diff --git a/bindings/perl/Collectd/Unixsock.pm b/bindings/perl/Collectd/Unixsock.pm index f21ebfe9..af274a58 100644 --- a/bindings/perl/Collectd/Unixsock.pm +++ b/bindings/perl/Collectd/Unixsock.pm @@ -71,7 +71,7 @@ sub _create_socket return ($sock); } # _create_socket -=head1 VALUE IDENTIFIER +=head1 VALUE IDENTIFIERS The values in the collectd are identified using an five-tuple (host, plugin, plugin-instance, type, type-instance) where only plugin-instance and @@ -219,8 +219,8 @@ sub getval Submits a value-list to the daemon. If the B